quwangxin 2 жил өмнө
parent
commit
58ad115bc6

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