quwangxin 2 년 전
부모
커밋
bf6fa20b45
2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 1
      src/views/produceOrder/components/report/Package.vue
  2. 1 1
      src/views/produceOrder/components/report/Warehousing.vue

+ 3 - 1
src/views/produceOrder/components/report/Package.vue

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

+ 1 - 1
src/views/produceOrder/components/report/Warehousing.vue

@@ -193,7 +193,7 @@
                 code: this.infoData.productCode
               });
               fun({
-                checkState: 1,
+                checkState: 3,
                 workReport: this.workReport,
                 workReportCategoryList: [this.categoryMsg]
               }).then((res) => {