subPages/addDailyPlan/addDailyPlan.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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); } })