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; }) @@ -315,7 +315,7 @@ confirmBuild() { let tempArr = []; this.subDataList.forEach(item=>{ tempArr.push(item.productId + ':' + item.quant); tempArr.push(item.productId + ':' + item.surplusQuant); }) this.mapProductNum = tempArr.join(",") let form = {