agv充电
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user