695593266@qq.com пре 5 месеци
родитељ
комит
685f7133c3
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      src/views/produce/index.vue

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

@@ -1824,9 +1824,12 @@
 
         const result = await this.checkQualityResult();
         if (!result?.firstArticleDualInspectionResult) {
+          this.isFinalCheckProduction = false;
           return this.$message.warning('请完成首件两检再报工!');
         }
 
+        this.isFinalCheckProduction = true;
+
         if ([2, 3, 6].includes(this.taskObj.type)) {
           this.getCodeData({
             taskId: this.taskObj.id,