quwangxin 2 ani în urmă
părinte
comite
cb1e3d97f3

+ 1 - 1
src/views/produceOrder/components/report/Package.vue

@@ -349,7 +349,7 @@
                 code: this.infoData.productCode
               });
               // 实际数量 也是 合格品
-              // this.workReport.productInfo.standardNum = this.categoryMsg.number;
+              this.workReport.productInfo.standardNum = this.categoryMsg.number;
               fun({
                 checkState: 2,
                 workReport: this.workReport,

+ 2 - 0
src/views/produceOrder/components/report/Warehousing.vue

@@ -192,6 +192,8 @@
                 name: this.infoData.productName,
                 code: this.infoData.productCode
               });
+              // 实际数量 也是 合格品
+              this.workReport.productInfo.standardNum = this.categoryMsg.number;
               fun({
                 checkState: 3,
                 workReport: this.workReport,