11
86134
2023-11-20 943e43fac9e2fefabaeffb20445361d5d02cea25
src/views/product/workbench/workReportCard.vue
@@ -126,7 +126,7 @@
          <!-- <el-button class="tracking-out-revoke-btn" type="primary" icon="tracking-btn-out"
          :disabled="currProductMainDisable || currentDutyRecord.isConfirm" v-if="!editShow" >交班
        </el-button> -->
          <el-button class="submit-out-btn" type="primary"
        <el-button class="submit-out-btn" type="primary"
            :disabled="currProductMainDisable || currentDutyRecord.isConfirm" v-if="!editShow" @click="submitList()"
            :loading="submitLoading">提交
          </el-button>
@@ -3246,7 +3246,7 @@
        // 刷新产出记录
        // this.$emit('refreshProductOutput')
      } else if (refreshType === 5) {
        // 提交报告后,刷新
        // 提交报告后,刷
        // 刷新工单列表
        this.$emit('refreshOperateTasks')
        // 刷新产出记录
@@ -3270,7 +3270,9 @@
            this.options = res.data.data
            if (this.options.length > 1) {
              this.dialogVisible = true
            } else {
            } else if(this.options.length == 0){
                     this.$message.error('工作站未绑定合格库位')
                  } else {
              this.locationIdValue = this.options[0].id
              this.submitListApi()
            }