yangan
2024-10-29 98b6d298e541c366a97fadc4853160939e03a205
feat:创建日计划参数修改
1个文件已修改
4 ■■■■ 已修改文件
subPages/addDailyPlan/addDailyPlan.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
subPages/addDailyPlan/addDailyPlan.vue
@@ -304,7 +304,7 @@
                            if(this.isNumOk){
                                let tempArr = [];
                                this.subDataList.forEach(item=>{
                                tempArr.push(item.productId + ':' + item.surplusQuant);
                                tempArr.push(item.id + ':' + item.surplusQuant);
                                this.isWeighing = item.isWeight;
                                this.orderType = item.orderType;
                                })
@@ -323,7 +323,7 @@
                    this.subDataList.forEach(item=>{
                        this.checkList.forEach(val=>{
                            if(item.id === val){
                                tempArr.push(item.productId + ':' + item.nums);
                                tempArr.push(item.id + ':' + item.nums);
                            }
                        
                        })