扫码异常接口缓存线接口

This commit is contained in:
2023-03-30 10:45:00 +08:00
parent 5315ea7016
commit 76e762e84e
10 changed files with 68 additions and 49 deletions

View File

@@ -21,19 +21,15 @@ export const getCacheLine = (area) => request({
export const inOutExceptionInstQuery = (type, wcode, vcode) => request({
url:'api/cacheLineHand/inOutExceptionInstQuery',
data: {
form: {
inOut_type: type,
wcsdevice_code: wcode,
vehicle_code: vcode
}
inOut_type: type,
wcsdevice_code: wcode,
vehicle_code: vcode
}
})
// 1.3确认
export const inOutExceptionInstConfirm = (obj) => request({
url:'api/cacheLineHand/inOutExceptionInstConfirm',
data: {
form: obj
}
data: obj
})
/** 缓存线盘点 */