no message

This commit is contained in:
蔡玲
2024-11-07 08:58:10 +08:00
parent bcdbe1ff2b
commit 738b9a5406

View File

@@ -160,7 +160,7 @@ export const necessaryEmptyVehicle = (code) => request({
})
export const needEmptyAxisv2 = (code, order, is, roll, height, qty) => request({
url:'api/pda/raw/needEmptyAxis/v2',
data: {point_code: code, order_code: order, is_call_empty: is, roll_code: roll, theory_heigh: height, productin_qty: qty}
data: {point_code: code, order_code: order, is_call_empty: is, roll_code: roll, theory_height: height, productin_qty: qty}
})
export const confirmBlanking = (code, option) => request({
url:'api/pda/raw/confirmBlanking',