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; })