扫码异常
This commit is contained in:
@@ -67,12 +67,11 @@ export const inOutExceptionInstQuery = (wcode) => request({
|
||||
}
|
||||
})
|
||||
// 1.3确认
|
||||
export const inOutExceptionInstConfirm = (wcode, vcode, pcode, type) => request({
|
||||
export const inOutExceptionInstConfirm = (wcode, vcode, type) => request({
|
||||
url:'api/cacheLineHand/inOutExceptionInstConfirm',
|
||||
data: {
|
||||
wcsdevice_code: wcode,
|
||||
vehicle_code: vcode,
|
||||
position_code: pcode,
|
||||
type: type
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user