This commit is contained in:
2025-11-05 09:31:22 +08:00
parent 2fcd78360e
commit 0bcbc2b449
3 changed files with 33 additions and 127 deletions

View File

@@ -268,9 +268,9 @@ export const checkoutbillcallMaterial = (dcode, scode, mcode, type, spcode, spna
data: {device_code: dcode, struct_code: scode, material_code: mcode, task_type: type, supp_code: spcode, supp_name: spname}
})
// 手工退料
export const checkoutbillBackMaterial = (dcode, vcode, type, qty, mcode, spcode, spname) => request({
export const checkoutbillBackMaterial = (code, type, qty) => request({
url:'api/checkoutbill/BackMaterial',
data: {device_code: dcode, vehicle_code: vcode, task_type: type, qty: qty, material_code: mcode, supp_code: spcode, supp_name: spname}
data: {device_code: code, task_type: type, qty: qty}
})
// 获取库位(已弃用)
export const getPdaStruct = (scode) => request({