zss
2023-11-22 d51599d19653dba1adfbae2b23a6c1332db5a0b2
src/views/product/workbench/workReportCard.vue
@@ -13,9 +13,9 @@
        <div class="product-out-header-left">
          <div style="height:28px;line-height:28px;">
            <el-divider class="pane-divider" direction="vertical"></el-divider><span
              style="font-size:14px;font-weight:bold">产出</span>
              style="font-size:14px;font-weight:bold;">产出 </span>
            <el-tooltip effect="dark" content="刷新列表" placement="top">
              <el-button class="step-refresh-btn" icon="el-icon-refresh" type="info" circle
              <el-button size="small" class="step-refresh-btn" icon="el-icon-refresh" type="info" circle
                @click="getBatchReport(5)"></el-button>
            </el-tooltip>
          </div>
@@ -3270,8 +3270,8 @@
            this.options = res.data.data
            if (this.options.length > 1) {
              this.dialogVisible = true
            } else if(this.options.length == 0){
                     this.$message.error('工作站未绑定合格库位')
            // } else if(this.options.length == 0){
                  //    this.$message.error('工作站未绑定合格库位')
                  } else {
              this.locationIdValue = this.options[0].id
              this.submitListApi()