手工退料
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user