a
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user