yangfeng
2023-12-11 14101bd42ce17dfb9d951d0738abe9d303fb3fe5
src/components/AddIssue.vue
@@ -41,7 +41,7 @@
            </div>
            
          </template>
          <template v-else>
          <template v-else-if="Object.keys(taskData).length > 0 ">
            <div class="title-box margin_bottom_13">
              <div class="title-item color_4efefa font_size_20 title-bng">
                当前任务:{{ taskData.Procedure.procedure.procedureName || "" }}
@@ -240,7 +240,13 @@
      default: () => {
        return '';
      },
    }
    },
    activeName:{
      type: [String,Number],
      default: () => {
        return 1;
      },
    },
  },
  data() {
    return {
@@ -314,16 +320,16 @@
    getInfo() {
      // 1 未生产 2生产中 3生产完成
      if (
        Object.keys(this.taskData).length > 0 &&
        this.taskData.Procedure.ID &&
        this.taskData.Procedure.Status == 1
        Object.keys(this.taskData).length > 0 && this.taskData.Procedure.ID &&
          this.taskData.Procedure.Status == 1
      ) {
        this.num = 0;
        this.showBtn = 1;
        this.islook = true;
          this.num = 0;
          this.showBtn = 1;
          this.islook = true;
      } else {
        this.islook = false;
        // this.islook = true;
        //  this.islook = true;
      }
      if(this.ArrError){
        this.messageError=this.ArrError;
@@ -415,7 +421,7 @@
          this.num = 0;
          this.showBtn= 1
          this.shutdown();
          this.$emit('getSetProductNumber')
          this.$emit('getSetProductNumber',this.activeName)
          // this.$message.success("下发生产数量成功!");
        }
      } else {