From d474089652c852fbc74d71b140a6a6bf7388678d Mon Sep 17 00:00:00 2001 From: wws <18630710203@163.com> Date: Fri, 15 Sep 2023 15:59:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BD=E5=9D=AF=E6=8B=86=E5=88=86BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/plan/whiteOrder/index.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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' // 初始化设置计划生产日期