no message
This commit is contained in:
@@ -160,7 +160,7 @@ export const necessaryEmptyVehicle = (code) => request({
|
|||||||
})
|
})
|
||||||
export const needEmptyAxisv2 = (code, order, is, roll, height, qty) => request({
|
export const needEmptyAxisv2 = (code, order, is, roll, height, qty) => request({
|
||||||
url:'api/pda/raw/needEmptyAxis/v2',
|
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({
|
export const confirmBlanking = (code, option) => request({
|
||||||
url:'api/pda/raw/confirmBlanking',
|
url:'api/pda/raw/confirmBlanking',
|
||||||
|
|||||||
Reference in New Issue
Block a user