剩余回库grid

This commit is contained in:
2022-11-15 18:13:12 +08:00
parent 4063b0e6e2
commit 79377b1ed3
2 changed files with 51 additions and 2 deletions

View File

@@ -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,