quwangxin před 2 roky
rodič
revize
d1a4ed7329

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

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