|
@@ -1749,9 +1749,13 @@
|
|
|
|
|
|
|
|
const row = this.taskData;
|
|
const row = this.taskData;
|
|
|
|
|
|
|
|
- if (row.disposalStatus == '2') {
|
|
|
|
|
- return this.$message.warning('该任务单已被拒绝接收不能进行报工!');
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // if (row.disposalStatus == '0') {
|
|
|
|
|
+ // return this.$message.warning('请先接收任务才能进行报工!');
|
|
|
|
|
+ // }
|
|
|
|
|
+
|
|
|
|
|
+ // if (row.disposalStatus == '2') {
|
|
|
|
|
+ // return this.$message.warning('该任务单已被拒绝接收不能进行报工!');
|
|
|
|
|
+ // }
|
|
|
|
|
|
|
|
if (!this.checkTaskJob(row)) return;
|
|
if (!this.checkTaskJob(row)) return;
|
|
|
|
|
|