From 935ab883cc3c66d593f002aa7a2371bede20eff2 Mon Sep 17 00:00:00 2001
From: caill <815519168@qq.com>
Date: Tue, 3 Jun 2025 19:02:55 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8A=9F=E8=83=BD=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/outbound/pick-confirm-2nd.vue | 29 ++++++++++++++++++++++++++++-
1 file changed, 28 insertions(+), 1 deletion(-)
diff --git a/pages/outbound/pick-confirm-2nd.vue b/pages/outbound/pick-confirm-2nd.vue
index a8cf788..56b996a 100644
--- a/pages/outbound/pick-confirm-2nd.vue
+++ b/pages/outbound/pick-confirm-2nd.vue
@@ -11,9 +11,18 @@
+
+
+ 取货确认状态
+
+
+ {{status === '1' ? '已确认取货' : '未确认取货'}}
+
+
@@ -26,7 +35,7 @@