扫码异常
This commit is contained in:
@@ -9,18 +9,29 @@ export const handLogin = (user, password) => request({
|
||||
}
|
||||
})
|
||||
|
||||
/** 入箱扫码异常 */
|
||||
export const inOutExceptionInstQuery = (user, password) => request({
|
||||
url:'mobile/auth/login',
|
||||
/** 扫码异常 */
|
||||
// 1.1缓存线下拉框
|
||||
export const getCacheLine = (area) => request({
|
||||
url:'api/cacheLineHand/getCacheLine',
|
||||
data: {
|
||||
username: user,
|
||||
password: password
|
||||
product_area: area
|
||||
}
|
||||
})
|
||||
export const instOperation = (user, password) => request({
|
||||
url:'mobile/auth/login',
|
||||
// 1.2指令查询
|
||||
export const inOutExceptionInstQuery = (type, wcode, vcode) => request({
|
||||
url:'api/cacheLineHand/inOutExceptionInstQuery',
|
||||
data: {
|
||||
username: user,
|
||||
password: password
|
||||
form: {
|
||||
inOut_type: type,
|
||||
wcsdevice_code: wcode,
|
||||
vehicle_code: vcode
|
||||
}
|
||||
}
|
||||
})
|
||||
// 1.3确认
|
||||
export const inOutExceptionInstConfirm = (obj) => request({
|
||||
url:'api/cacheLineHand/inOutExceptionInstConfirm',
|
||||
data: {
|
||||
form: obj
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user