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