From 68f0c8f92fb7c82dc447b9aaed2d23760c546f25 Mon Sep 17 00:00:00 2001
From: admin <15939171744@163.com>
Date: 星期五, 17 五月 2024 20:22:20 +0800
Subject: [PATCH] -

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

diff --git a/jcdm-ui/src/views/main/kb/stationTerminal/index.vue b/jcdm-ui/src/views/main/kb/stationTerminal/index.vue
index d76b681..7c194ab 100644
--- a/jcdm-ui/src/views/main/kb/stationTerminal/index.vue
+++ b/jcdm-ui/src/views/main/kb/stationTerminal/index.vue
@@ -89,18 +89,17 @@
            <el-col></el-col>
              <span style="width: 130px;" class="head-font">棰勮鎬绘垚鍙� : {{headContent.yzSfcCode}}</span>
          </el-row>
-         <el-row v-show="showInput" style="margin-top: 20px">
-           <el-button @click="bindYzSfc" type="primary">缁戝畾</el-button>
-
-         </el-row>
+<!--         <el-row v-show="showInput" style="margin-top: 20px">-->
+<!--           <el-button @click="bindYzSfc" type="primary">缁戝畾</el-button>-->
+<!--         </el-row>-->
 
          <el-row v-show="onLineBinDing" style="margin-top: 20px">
            <el-col></el-col>
            <span style="width: 130px;" class="head-font">灏忚溅鐮� : {{headContent.cardCode}}</span>
          </el-row>
-         <el-row v-show="onLineBinDing" style="margin-top: 20px">
-           <el-button @click="bindcardCode" type="primary">缁戝畾</el-button>
-         </el-row>
+<!--         <el-row v-show="onLineBinDing" style="margin-top: 20px">-->
+<!--           <el-button @click="bindcardCode" type="primary">缁戝畾</el-button>-->
+<!--         </el-row>-->
        </el-card>
 
      </el-col>
@@ -445,7 +444,7 @@
   },
   methods: {
     bindcardCode(){
-      this.$message('鍙互缁戝畾锛�');
+      this.$message('缁戝畾鎴愬姛锛�');
       let param = {
         productNum: this.headContent.sfcCode,
         trolleyYard: this.headContent.cardCode,
@@ -464,9 +463,8 @@
           locationCode: this.headContent.processesCode,
           yzSfcCode: this.headContent.yzSfcCode
         }
-        this.$message('鍙互缁戝畾锛�');
         replaceAssemblyCode(param).then(response => {
-
+          this.$message('缁戝畾鎴愬姛锛�');
         });
       }
     },
@@ -711,8 +709,10 @@
         if(this.headContent.sfcCode !== ''){
           if(scanValue.includes("P9900173252")){
             this.headContent.yzSfcCode = scanValue
-          }else if(scanValue.includes("RSP01TE")){
+            this.bindYzSfc();
+          }else if(scanValue.includes("0RSP1TE")){
             this.headContent.cardCode = scanValue
+            this.bindcardCode();
           }else {
             this.$message('鎵弿鐗╂枡缂栫爜'+scanValue);
             console.log(scanValue)

--
Gitblit v1.9.3