毛重
This commit is contained in:
@@ -306,14 +306,14 @@ export const getTaskBucketGroupInfo = (vcode) => request({
|
||||
data: {vehicle_code: vcode}
|
||||
})
|
||||
// 入站
|
||||
export const manualInbound = (row, cpoint, vcode, total) => request({
|
||||
export const manualInbound = (row, cpoint, vcode, total, weight) => request({
|
||||
url:'api/pdaProduction/manualInbound',
|
||||
data: {row: row, current_point: cpoint, vehicle_code: vcode, total: total}
|
||||
data: {row: row, current_point: cpoint, vehicle_code: vcode, total: total, weight: weight}
|
||||
})
|
||||
// 出站
|
||||
export const manualOutbound = (row, cpoint, vcode, total) => request({
|
||||
export const manualOutbound = (row, cpoint, vcode, total, weight) => request({
|
||||
url:'api/pdaProduction/manualOutbound',
|
||||
data: {row: row, current_point: cpoint, vehicle_code: vcode, total: total}
|
||||
data: {row: row, current_point: cpoint, vehicle_code: vcode, total: total, weight: weight}
|
||||
})
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user