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({
|
||||
|
||||
@@ -154,4 +154,14 @@ export const zpchange = (code, ncode) => request({
|
||||
sub_tray: code,
|
||||
new_sub_tray: ncode
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
/**
|
||||
* 点位清空
|
||||
*/
|
||||
export const pointclean = (code) => request({
|
||||
url:'api/pda/pointclean',
|
||||
data: {
|
||||
point: code
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user