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) {