送料
This commit is contained in:
@@ -102,12 +102,11 @@ export const pdaReport = (code, qty) => post('api/pda/report', {
|
||||
})
|
||||
|
||||
// 送料
|
||||
export const sendMaterial = (code, vcode, qty, weight, is) => post('api/pda/sendMaterial', {
|
||||
export const sendMaterial = (code, vcode, qty, weight) => post('api/pda/sendMaterial', {
|
||||
point_code: code,
|
||||
vehicle_code: vcode,
|
||||
qty: qty,
|
||||
weight: weight,
|
||||
is_full: is
|
||||
weight: weight
|
||||
})
|
||||
|
||||
// 叫料
|
||||
|
||||
Reference in New Issue
Block a user