修改
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user