From 56c42f1a52d91b2f9875935fd1a69431e3ac8d81 Mon Sep 17 00:00:00 2001 From: Vergil <974548713@qq.com> Date: Tue, 19 May 2020 10:53:52 +0800 Subject: [PATCH] a --- src/views/ManufacturingCenter/MaterialArrival/index.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/ManufacturingCenter/MaterialArrival/index.vue b/src/views/ManufacturingCenter/MaterialArrival/index.vue index 51e73312..e688cf34 100644 --- a/src/views/ManufacturingCenter/MaterialArrival/index.vue +++ b/src/views/ManufacturingCenter/MaterialArrival/index.vue @@ -276,8 +276,10 @@ export default { this.total = response.data.total this.loading = false }) - }, // 获取工序表 + }, + // 获取工序表 getCurrentRow(row) { + this.Name = 1 this.completeTime = '' this.dateOfProduction = '' this.processSerialNumber = '' @@ -345,7 +347,7 @@ export default { }, getRow(row) { this.processSerialNumber = row.工序流水号 - if (row.工艺名称 === '备料' && !row.完成日期) { + if ((row.工艺名称 === '备料' || row.工艺名称 === '下料' || row.工艺名称 === '下钢板') && !row.完成日期) { this.Name = 0 } else { this.Name = 1