剩余回库grid
This commit is contained in:
@@ -338,6 +338,10 @@ export const backstore = (code, scode) => post('api/pda/st/out/pfout/backstore',
|
||||
point_code: code,
|
||||
storagevehicle_code: scode
|
||||
})
|
||||
// 1.11 扫载具查询桶明细
|
||||
export const queryStoragevehicle = (code) => post('api/pda/st/out/pfout/queryStoragevehicle', {
|
||||
storagevehicle_code: code
|
||||
})
|
||||
// 1.12搬出
|
||||
export const movePFVehicle = (id, fcode, code, scode, btn) => post('api/pda/pdm/movePFVehicle', {
|
||||
worktask_id: id,
|
||||
|
||||
Reference in New Issue
Block a user