From 65cd397a3cc7ba7e8d7a30d7945996fb3b684c29 Mon Sep 17 00:00:00 2001 From: wws <18630710203@163.com> Date: Sat, 16 Sep 2023 19:39:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=8D=95=E5=8F=98=E6=9B=B4(=E8=BD=A6?= =?UTF-8?q?=E6=95=B0=E6=98=BE=E7=A4=BA)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/plan/workorder/index.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/views/plan/workorder/index.vue b/src/views/plan/workorder/index.vue index 4213491..5aeae24 100644 --- a/src/views/plan/workorder/index.vue +++ b/src/views/plan/workorder/index.vue @@ -387,7 +387,7 @@ - + @@ -467,6 +467,8 @@ export default { dicts: ['product_type', 'workorder_type', 'shift_type'], data() { return { + // 变更校验车数书否显示 + checkType: false, // 暂存线体code proLineCode: null, // 打印 @@ -718,6 +720,11 @@ export default { getOrderAndWork(this.selectWork).then(response => { this.splitData.push(response.data.workOrder) this.productData.push(response.data.order) + if(this.productData[0].prodType == 'white') { + this.checkType = true + }else { + this.checkType = false + } this.refreshProTable = false // 先将refreshProTable设置为false,隐藏表格 this.refreshWorkerTable = false // 先将refreshProTable设置为false,隐藏表格