diff --git a/src/views/plan/whiteOrder/index.vue b/src/views/plan/whiteOrder/index.vue index fb706f6..5a52432 100644 --- a/src/views/plan/whiteOrder/index.vue +++ b/src/views/plan/whiteOrder/index.vue @@ -816,7 +816,8 @@ export default { shiftId: this.splitForm.shiftId, splitNum: this.splitForm.splitNum, product: this.productData[0], - routeCode: this.splitForm.routeCode + routeCode: this.splitForm.routeCode, + carNum: this.splitForm.carNum } subSplitOrder(data).then(response => { @@ -986,7 +987,7 @@ export default { type: 'warning' }) } - + if(this.form.prodDesc.indexOf(this.selectMaterielList[i].productDescZh)<0){ desc = desc + this.selectMaterielList[i].productDescZh + ','; } @@ -1070,6 +1071,12 @@ export default { handleAdd(row) { console.log("点击了新增按钮"); // TODO 清楚缓存 + this.materielQueryParams = { + productCode: null, + productDescZh: null, + pageNum: 1, + pageSize: 10, + }, // 设置白坯 this.form.prodType = 'white' // 初始化设置计划生产日期