接口地址
This commit is contained in:
@@ -32,9 +32,9 @@ export const callEmptyConfirm = (id, code, pname, acode) => post('api/pda/callEm
|
|||||||
|
|
||||||
/** 托盘点位绑定 */
|
/** 托盘点位绑定 */
|
||||||
// 1.1查询区域
|
// 1.1查询区域
|
||||||
export const queryArea1 = () => post('api/pda/sendEmpty/queryArea', {})
|
export const queryArea1 = () => post('api/pda/binding/queryArea', {})
|
||||||
// 1.2根据区域查询点位
|
// 1.2根据区域查询点位
|
||||||
export const queryPointByArea1 = (code) => post('api/pda/sendEmpty/queryPointByArea', {
|
export const queryPointByArea1 = (code) => post('api/pda/binding/queryPointByArea', {
|
||||||
area_code: code
|
area_code: code
|
||||||
})
|
})
|
||||||
// 1.2托盘点位绑定确认
|
// 1.2托盘点位绑定确认
|
||||||
|
|||||||
Reference in New Issue
Block a user