agv呼叫管理

This commit is contained in:
2024-04-19 14:40:47 +08:00
parent 8f0d33e950
commit c7edc49491
11 changed files with 582 additions and 134 deletions

View File

@@ -104,7 +104,7 @@ export const updateDeviceStatus = (code, option) => request({
* agv呼叫管理
*/
// 1.1查询所有区域信息
export const agvqueryDevices = () => request({
export const agvqueryArea = () => request({
url:'api/hands/queryArea',
data: {}
})
@@ -112,7 +112,7 @@ export const agvqueryDevices = () => request({
export const agvqueryPointByArea = (code) => request({
url:'api/hands/queryPointByArea',
data: {
areaCode: code
region_code: code
}
})
// 1.2创建任务(生成任务号为-开头)