소스 검색

修改BUG

huang_an 2 년 전
부모
커밋
ec159dd0db
1개의 변경된 파일7개의 추가작업 그리고 7개의 파일을 삭제
  1. 7 7
      src/views/bpm/handleTask/components/productionWarehousing/productionWarehousing.vue

+ 7 - 7
src/views/bpm/handleTask/components/productionWarehousing/productionWarehousing.vue

@@ -1803,13 +1803,13 @@
                 return this.$message.error('请保存入库明细!');
               }
               // 默认全部保存
-              if (this.resultArray?.length > 0) {
-                // 物料批量保存
-                this.materialListSave();
-              } else {
-                // 包装批量保存
-                this.wrapListSave();
-              }
+              // if (this.resultArray?.length > 0) {
+              //   // 物料批量保存
+              //   this.materialListSave();
+              // } else {
+              //   // 包装批量保存
+              //   this.wrapListSave();
+              // }
               this.formatWarehouseMaterialList();
 
               let arr = this.warehousingMaterialList.map((item) => {