扫码异常
This commit is contained in:
@@ -30,18 +30,20 @@ export const getCacheLine = (area) => request({
|
||||
}
|
||||
})
|
||||
// 1.2指令查询
|
||||
export const inOutExceptionInstQuery = (type, wcode, vcode) => request({
|
||||
export const inOutExceptionInstQuery = (wcode) => request({
|
||||
url:'api/cacheLineHand/inOutExceptionInstQuery',
|
||||
data: {
|
||||
inOut_type: type,
|
||||
wcsdevice_code: wcode,
|
||||
vehicle_code: vcode
|
||||
wcsdevice_code: wcode
|
||||
}
|
||||
})
|
||||
// 1.3确认
|
||||
export const inOutExceptionInstConfirm = (obj) => request({
|
||||
export const inOutExceptionInstConfirm = (wcode, vcode, pcode) => request({
|
||||
url:'api/cacheLineHand/inOutExceptionInstConfirm',
|
||||
data: obj
|
||||
data: {
|
||||
wcsdevice_code: wcode,
|
||||
vehicle_code: vcode,
|
||||
position_code: pcode
|
||||
}
|
||||
})
|
||||
|
||||
/** 缓存线盘点 */
|
||||
|
||||
Reference in New Issue
Block a user