|
|
@@ -1748,6 +1748,11 @@
|
|
|
this.isFinalCheckProduction = false;
|
|
|
|
|
|
const row = this.taskData;
|
|
|
+
|
|
|
+ if (row.disposalStatus == '2') {
|
|
|
+ return this.$message.warning('该任务单已被拒绝接收不能进行报工!');
|
|
|
+ }
|
|
|
+
|
|
|
if (!this.checkTaskJob(row)) return;
|
|
|
|
|
|
this.isFinalCheckProduction = true;
|