From 65f35360c70f00318c56f6fcb5138bdb0d7e589e Mon Sep 17 00:00:00 2001
From: heshaofeng <heshaofeng@hnkhzn.com>
Date: 星期一, 24 十一月 2025 08:41:39 +0800
Subject: [PATCH] 提交

---
 项目代码/WIDESEA_WMSClient/src/extension/outbound/extend/outOrderDetail.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/extension/outbound/extend/outOrderDetail.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/extension/outbound/extend/outOrderDetail.vue"
index acd20a1..890b066 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/extension/outbound/extend/outOrderDetail.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/extension/outbound/extend/outOrderDetail.vue"
@@ -329,7 +329,7 @@
    handleOpenPicking() {
       this.$router.push({
         path: '/outbound/picking',
-        query: { orderId: this.row.id }
+        query: { orderId: this.row.id ,orderNo:this.row.orderNo}
       })
     },
     outbound() {
@@ -356,7 +356,7 @@
             render(null, mountNode);
             document.body.removeChild(mountNode);
           }
-        },
+        }, 
         style: {
           padding: '20px 0',
           borderRadius: '8px'

--
Gitblit v1.9.3