扫码异常

This commit is contained in:
2023-04-06 16:33:32 +08:00
parent 6edfbdd2ea
commit 4503a01af4
2 changed files with 37 additions and 11 deletions

View File

@@ -37,12 +37,13 @@ export const inOutExceptionInstQuery = (wcode) => request({
}
})
// 1.3确认
export const inOutExceptionInstConfirm = (wcode, vcode, pcode) => request({
export const inOutExceptionInstConfirm = (wcode, vcode, pcode, type) => request({
url:'api/cacheLineHand/inOutExceptionInstConfirm',
data: {
wcsdevice_code: wcode,
vehicle_code: vcode,
position_code: pcode
position_code: pcode,
type: type
}
})