Ver Fonte

修改bug

695593266@qq.com há 5 meses atrás
pai
commit
01482c59a2
1 ficheiros alterados com 5 adições e 0 exclusões
  1. 5 0
      src/views/produce/index.vue

+ 5 - 0
src/views/produce/index.vue

@@ -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;