wk
2024-10-23 f22e264b6c282f597a139f549025cb9120fe0da1
subPages/addDailyPlan/addDailyPlan.vue
@@ -298,7 +298,7 @@
                     if(this.isNumOk){
                        let tempArr = [];
                        this.subDataList.forEach(item=>{
                        tempArr.push(item.productId + ':' + item.quant);
                        tempArr.push(item.productId + ':' + item.surplusQuant);
                        this.isWeighing = item.isWeight;
                        this.orderType = item.orderType;
                        })