admin
2024-08-01 002c0ac4c04ea51dd3fd96def3c1f62c8bade624
jcdm-ui/src/views/main/kb/preInstalledTerminal/index.vue
@@ -494,7 +494,7 @@
      this.ws = new WebSocket(wsuri);
      const self = this;
      this.ws.onopen = function (event) {
        this.$message('websocket连接成功!');
        self.$message('websocket连接成功!');
      };
      this.ws.onmessage = function (event) {
        if(event.data.includes("[")) {
@@ -544,7 +544,9 @@
                    locationCode: self.headContent.processesCode,
                    productBarcode: self.headContent.sfcCode,
                    inboundTime: self.headContent.inboundTime,
                    productCode: "PE01B"
                    productCode: "PE01B",
                    workOrderNo: "-",
                  }
                  preInstallOut(param).then(response => {});
                  workpieceRelease(param).then(response => {});