|
|
|
@ -588,6 +588,7 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
this.batchList = this.selectionList |
|
|
|
this.batchList = this.selectionList |
|
|
|
|
|
|
|
console.log('this.batchList',this.batchList) |
|
|
|
this.batchDialog = true |
|
|
|
this.batchDialog = true |
|
|
|
}, |
|
|
|
}, |
|
|
|
// 查看详情 |
|
|
|
// 查看详情 |
|
|
|
@ -611,6 +612,7 @@ export default { |
|
|
|
}, |
|
|
|
}, |
|
|
|
// 多选 |
|
|
|
// 多选 |
|
|
|
selectionChange(list) { |
|
|
|
selectionChange(list) { |
|
|
|
|
|
|
|
console.log('list--------------',list) |
|
|
|
this.selectionList = list; |
|
|
|
this.selectionList = list; |
|
|
|
}, |
|
|
|
}, |
|
|
|
selectionClear() { |
|
|
|
selectionClear() { |
|
|
|
@ -743,9 +745,9 @@ export default { |
|
|
|
workCenterId: params?.workCenterId || this.search.workCenterId, |
|
|
|
workCenterId: params?.workCenterId || this.search.workCenterId, |
|
|
|
id: params?.id || this.taskId, // 添加 id 参数 |
|
|
|
id: params?.id || this.taskId, // 添加 id 参数 |
|
|
|
}).then(res =>{ |
|
|
|
}).then(res =>{ |
|
|
|
res.data.data.records.map(item =>{ |
|
|
|
// res.data.data.records.map(item =>{ |
|
|
|
item.liquidTank = null |
|
|
|
// item.liquidTank = null |
|
|
|
}) |
|
|
|
// }) |
|
|
|
this.data = res.data.data.records |
|
|
|
this.data = res.data.data.records |
|
|
|
|
|
|
|
|
|
|
|
this.data.map(item =>{ |
|
|
|
this.data.map(item =>{ |
|
|
|
|