送空
This commit is contained in:
@@ -64,3 +64,9 @@ export const sendMaterial = (code, vcode, qty, weight, is) => post('api/pda/send
|
||||
export const callMaterial = (code) => post('api/pda/callMaterial', {
|
||||
point_code: code
|
||||
})
|
||||
|
||||
// 送空
|
||||
export const sendEmpty = (code, vcode) => post('api/pda/sendEmpty', {
|
||||
point_code: code,
|
||||
vehicle_code: vcode
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user