人工叫料
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user