huang_an 1 an în urmă
părinte
comite
ec159dd0db

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

@@ -1803,13 +1803,13 @@
                 return this.$message.error('请保存入库明细!');
                 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();
               this.formatWarehouseMaterialList();
 
 
               let arr = this.warehousingMaterialList.map((item) => {
               let arr = this.warehousingMaterialList.map((item) => {