quwangxin преди 2 години
родител
ревизия
cb1e3d97f3
променени са 2 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 1 1
      src/views/produceOrder/components/report/Package.vue
  2. 2 0
      src/views/produceOrder/components/report/Warehousing.vue

+ 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,