agv充电

This commit is contained in:
2023-06-14 15:22:46 +08:00
parent fc14ca174c
commit bc4d5faaad
4 changed files with 63 additions and 0 deletions

View File

@@ -26,3 +26,9 @@ export const taskOperation = (uuid, type) => post2('api/hand/taskoperation', {
inst_uuid: uuid,
type: type
})
// AGV充电
// 1.1 查询未完成指令
export const createChargingTask = (carno) => post2('api/hand/createChargingTask', {
carno: carno
})