admin
2024-11-12 706d57aa682845cf1bc01cbfd1087c4c0f33093f
jcdm-ui/src/views/main/kb/repairOnline/index.vue
@@ -16,8 +16,8 @@
     </el-col>
     <el-col :span="17">
       <el-card shadow="never">
         <span class="head-font">壳体编码 : </span>
         <el-input style="width: 40%" ref="inputData" v-model="shellBarcode" @change="handleEnter" placeholder="请扫描壳体编码"></el-input>
         <span class="head-font">产品序列号 : </span>
         <el-input style="width: 40%" ref="inputData" v-model="shellBarcode" @change="handleEnter" placeholder="请扫描产品序列号"></el-input>
         是否打刻 :
         <el-select v-model="engravingStatus" placeholder="请选择">
           <el-option
@@ -290,7 +290,7 @@
    },
    handleEnter() {
      if(this.headContent.processesCode !== '' && this.engravingStatus !== ''){
        this.queryParams.trolleyYard = this.shellBarcode
        this.queryParams.productNum = this.shellBarcode
        listProductionOrde(this.queryParams).then(response => {
          let rowsData = response.rows[0];
          if(rowsData){