cl
2024-08-12 aba7026a393f53d8d6f12798333ebae1646b51c4
修改采集参数
已修改1个文件
17 ■■■■ 文件已修改
jcdm-ui/src/views/main/kb/stationTerminal/index.vue 17 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jcdm-ui/src/views/main/kb/stationTerminal/index.vue
@@ -370,25 +370,18 @@
      console.log(tab, event);
    },
    handleEnter() {
      //赋值总成码
      if(this.headContent.sfcCode === ""){
        if(this.headContent.processesCode === "OP170" ||
          this.headContent.processesCode === "OP180" ||
          this.headContent.processesCode === "OP190" ||
          this.headContent.processesCode === "OP200" ||
          this.headContent.processesCode === "OP210" ||
          this.headContent.processesCode === "OP220" ||
          this.headContent.processesCode === "OP230"
      if(this.headContent.sfcCode.includes("9900200461") || this.headContent.sfcCode.includes("9900207783") || this.headContent.sfcCode.includes("9900174365")){
        if(this.headContent.processesCode === "OP170" || this.headContent.processesCode === "OP180" ||
           this.headContent.processesCode === "OP190" || this.headContent.processesCode === "OP200" ||
           this.headContent.processesCode === "OP210" || this.headContent.processesCode === "OP220" ||
          this.headContent.processesCode === "OP230"  || this.headContent.processesCode === "OP070"
        ){
          this.headContent.sfcCode = this.materialCode;
          this.queryParams.productNum = this.materialCode;
          this.getList()
          this.cakeLamp.scanFinish = 1
          this.cakeLamp.startWork = 1
          this.cakeLamp.InPlace = 1
          const param = {
            processesCode: this.headContent.processesCode,
            productCode: this.workpieceInformation.productCode