wanshenmean
8 小时以前 853f7a71577bd8694c848985e1eb21c74d30eba9
Code/WMS/WIDESEA_WMSClient/src/extension/stock/extend/RobotSelect.vue
@@ -81,7 +81,7 @@
          const result = await this.http.post("/api/StockInfoDetail/BindContainer", {
            palletCode: this.currentRow.palletCode,
            robotCode: this.selectedRobot
            DeviceName: this.selectedRobot
          }, "正在调用MES接口...");
          if (result.status) {
@@ -104,7 +104,7 @@
          const result = await this.http.post("/api/StockInfoDetail/UnbindContainer", {
            palletCode: this.currentRow.palletCode,
            robotCode: this.selectedRobot
            DeviceName: this.selectedRobot
          }, "正在调用MES接口...");
          if (result.status) {