This commit is contained in:
2023-09-16 21:14:24 +08:00
parent 0c32d938ce
commit 22bf55bffb
2 changed files with 33 additions and 26 deletions

View File

@@ -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
})
// 叫料