From aba7026a393f53d8d6f12798333ebae1646b51c4 Mon Sep 17 00:00:00 2001
From: cl <418351270@qq.com>
Date: 星期一, 12 八月 2024 17:28:34 +0800
Subject: [PATCH] 修改采集参数

---
 jcdm-ui/src/views/main/kb/stationTerminal/index.vue |   17 +++++------------
 1 files changed, 5 insertions(+), 12 deletions(-)

diff --git a/jcdm-ui/src/views/main/kb/stationTerminal/index.vue b/jcdm-ui/src/views/main/kb/stationTerminal/index.vue
index d31661e..562a3e3 100644
--- a/jcdm-ui/src/views/main/kb/stationTerminal/index.vue
+++ b/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

--
Gitblit v1.9.3