This commit is contained in:
parent
0ab037a9db
commit
e9200dd520
|
|
@ -475,7 +475,7 @@ const onRejectOutbound = async () => {
|
|||
const isSelect = codeDeviceList.value.some((e) => e.checked === true)
|
||||
if (!isSelect) {
|
||||
uni.showToast({
|
||||
title: '请勾选需要入库的设备',
|
||||
title: '请勾选需要驳回的设备',
|
||||
icon: 'none',
|
||||
})
|
||||
return
|
||||
|
|
@ -509,7 +509,7 @@ const onRejectOutbound = async () => {
|
|||
const res = await rejectWarehouseApi(param)
|
||||
if (res.code === 200) {
|
||||
uni.showToast({
|
||||
title: '入库成功!',
|
||||
title: '驳回成功!',
|
||||
icon: 'none',
|
||||
})
|
||||
setTimeout(() => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue