diff --git a/utils/getData2.js b/utils/getData2.js index 92182f1..437d8c4 100644 --- a/utils/getData2.js +++ b/utils/getData2.js @@ -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',