quwangxin hace 2 años
padre
commit
d1a4ed7329
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/views/produceOrder/components/report/Furnace.vue

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