|
@@ -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) => {
|