From cbff74b683d4e81cb9709ba1879c0f0d9f2e51d0 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Fri, 29 Aug 2025 13:42:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E5=87=86=E7=AE=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/new-purchase/entry/index.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pages/new-purchase/entry/index.vue b/src/pages/new-purchase/entry/index.vue index 51b9a2e..e896a48 100644 --- a/src/pages/new-purchase/entry/index.vue +++ b/src/pages/new-purchase/entry/index.vue @@ -176,8 +176,10 @@ const boxInBound = async () => { confirmText: '确定', cancelText: '取消', success: async (res) => { - if (boxInfo.value.successMaTotal > 0) { - confirmBoxInBound() + if (res.confirm) { + if (boxInfo.value.successMaTotal > 0) { + confirmBoxInBound() + } } }, })