From e9200dd520df7c75af31af68876035f42601c0c6 Mon Sep 17 00:00:00 2001 From: hayu <1604366271@qq.com> Date: Fri, 22 Aug 2025 17:52:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/repair/testedInBound/codeList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/repair/testedInBound/codeList.vue b/src/pages/repair/testedInBound/codeList.vue index ebabf42..89ee093 100644 --- a/src/pages/repair/testedInBound/codeList.vue +++ b/src/pages/repair/testedInBound/codeList.vue @@ -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(() => {