695593266@qq.com 5 bulan lalu
induk
melakukan
01482c59a2
1 mengubah file dengan 5 tambahan dan 0 penghapusan
  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;