yangan
2024-10-22 5d1fee5bb28015f427c53ee36ba2c7fe513226c0
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;
                        })