-
admin
2024-04-24 70cc2652993f8231593b93a6faa154c2cb2f31b0
jcdm-ui/src/views/main/kb/stationTerminal/index.vue
@@ -95,11 +95,11 @@
<!--           </el-col>-->
<!--         </el-row>-->
         <el-row style="margin-top: 20px">
         <el-row v-show="showInput" style="margin-top: 20px">
           <el-col></el-col>
             <span style="width: 130px;" class="head-font">预装总成号 : {{headContent.yzSfcCode}}</span>
         </el-row>
         <el-row style="margin-top: 20px">
         <el-row v-show="showInput" style="margin-top: 20px">
<!--             <el-button @click="Release" type="primary">绑定</el-button>-->
           <el-button @click="bindYzSfc" type="primary">绑定</el-button>
@@ -322,6 +322,7 @@
  name: "stationTerminal",
  data() {
    return {
      showInput: true,
      serialPortContent: '',
      // 查询参数
      formulaChildParams: {
@@ -369,7 +370,7 @@
      },
      content: '',
      activeName: 'first',
      url: "ws://192.168.1.101:8080/websocket/message/",
      url: "ws://192.168.1.103:8080/websocket/message/",
      message: "",
      text_content: "",
      ws: null,