手工退料

This commit is contained in:
2026-03-03 10:47:55 +08:00
parent d7df287915
commit 0b8e3cccbd
2 changed files with 60 additions and 4 deletions

View File

@@ -277,6 +277,12 @@ export const checkoutbillBackMaterial = (code, type, qty) => request({
url:'api/checkoutbill/BackMaterial',
data: {device_code: code, task_type: type, qty: qty}
})
// PDA根据点位获取载具中物料信息
export const getMaterialSuppByDeviceCode = (dcode) => request({
url:'api/pda/iosOut/getMaterialSuppByDeviceCode',
data: {device_code: dcode}
})
// 获取库位(已弃用)
export const getPdaStruct = (scode) => request({
url:'api/pda/iosIn/getPdaStruct',