修改
This commit is contained in:
@@ -54,10 +54,10 @@ export const boxIn = (pcode, vcode) => request({
|
||||
}
|
||||
})
|
||||
// 木箱库-空木箱维护
|
||||
export const updateWeight = (pcode, weight) => request({
|
||||
export const updateWeight = (vcode, weight) => request({
|
||||
url:'api/boxStackInOut/updateWeight',
|
||||
data: {
|
||||
point_code: pcode,
|
||||
vehicle_code: vcode,
|
||||
weight: weight
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user