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

+ 3 - 0
src/views/produceOrder/components/report/Extrusion.vue

@@ -325,6 +325,7 @@
         categoryMsg: {
           batchNo: '',
           number: '',
+          totalWeight: '',
           brandNum: '',
           sourceCategoryId: '',
           rootCategoryLevelId: '1',
@@ -513,6 +514,8 @@
               if (this.boatMsg.code) {
                 workReportDeviceList.push(this.boatMsg);
               }
+
+              this.categoryMsg.totalWeight = this.categoryMsg.number;
               fun({
                 checkState: 1,
                 isSapReportState: 1,