This commit is contained in:
hayu 2025-08-22 17:52:34 +08:00
parent 0ab037a9db
commit e9200dd520
1 changed files with 2 additions and 2 deletions

View File

@ -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(() => {