扫码异常
This commit is contained in:
@@ -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
|
||||
}
|
||||
})
|
||||
|
||||
@@ -65,9 +65,9 @@ const request = (params) => {
|
||||
showCancel: false
|
||||
})
|
||||
store.dispatch('delUserInfo')
|
||||
uni.redirectTo({
|
||||
url: '/pages/login/login'
|
||||
})
|
||||
// uni.redirectTo({
|
||||
// url: '/pages/login/login'
|
||||
// })
|
||||
} else if (res[1] && res[1].statusCode === 200) {
|
||||
let {
|
||||
data: dataType
|
||||
|
||||
Reference in New Issue
Block a user