扫码异常

This commit is contained in:
2023-05-22 19:37:57 +08:00
parent ff05ff9383
commit c578c8267a
3 changed files with 21 additions and 23 deletions

View File

@@ -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
}
})