扫码异常接口缓存线接口
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
/** 缓存线盘点 */
|
||||
|
||||
Reference in New Issue
Block a user