|
@@ -984,7 +984,7 @@ export default {
|
|
|
this.checkTask(this.checkDialogForm.taskIds[0], 1)
|
|
|
}
|
|
|
// 常规 -> 批量报工
|
|
|
- if (this.multipleSelection[0].taskType === 'routine') {
|
|
|
+ if (this.multipleSelection[0].taskType === 'routine' || this.multipleSelection[0].taskType === 'produce') {
|
|
|
this.finishDialogFormVisible = true
|
|
|
this.finishDialogForm.taskIds = this.multipleSelection.map(t => t.taskId)
|
|
|
}
|