This commit is contained in:
2025-08-01 17:20:58 +08:00
parent 6b1b788c59
commit d9f1ffb42f
6 changed files with 1004 additions and 3 deletions

View File

@@ -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
}
})