wanshenmean
2 天以前 c9bdb37a8b4ff4f326f2ea0a6cc56131dca62d53
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) {