add 点位清空
This commit is contained in:
@@ -18,6 +18,12 @@ export const pointSearch = (rcode, pcode, ne) => request({
|
||||
need_emtpy: ne
|
||||
}
|
||||
})
|
||||
export const pointSearch1 = (rcode) => request({
|
||||
url:'api/pda/point',
|
||||
data: {
|
||||
region_code: rcode
|
||||
}
|
||||
})
|
||||
|
||||
// 查询各点位物料状态
|
||||
export const dwztSearch = (rcode) => request({
|
||||
|
||||
Reference in New Issue
Block a user