人工叫料

This commit is contained in:
2025-11-05 10:40:54 +08:00
parent 0bcbc2b449
commit e33d89d190
4 changed files with 104 additions and 7 deletions

View File

@@ -263,9 +263,9 @@ export const getPointCodeByVehicleCode = (vcode) => request({
// 手工叫料/退料
// 手工叫料
export const checkoutbillcallMaterial = (dcode, scode, mcode, type, spcode, spname) => request({
export const checkoutbillcallMaterial = (dcode, type, id) => request({
url:'api/checkoutbill/callMaterial',
data: {device_code: dcode, struct_code: scode, material_code: mcode, task_type: type, supp_code: spcode, supp_name: spname}
data: {device_code: dcode, task_type: type, storagevehicleext_id: id}
})
// 手工退料
export const checkoutbillBackMaterial = (code, type, qty) => request({