change
This commit is contained in:
@@ -217,4 +217,16 @@ export const pause = (agvno, option) => request({
|
||||
export const resume = (agvno, option) => request({
|
||||
url:'api/hand/resume',
|
||||
data: {agv_no: agvno, option: option}
|
||||
})
|
||||
})
|
||||
|
||||
// 站点管理
|
||||
// 1.2查询区域
|
||||
export const selectRegions = () => request({
|
||||
url:'api/hand/selectRegions',
|
||||
data: {}
|
||||
})
|
||||
// 1.1根据区域查询进出区域信息
|
||||
export const selectPointInfo = (rcode) => request({
|
||||
url:'api/hand/selectPointInfo',
|
||||
data: {region_code: rcode}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user