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