From f69d1c71f7a7c278b4fc68cd069e3c023bbb9be6 Mon Sep 17 00:00:00 2001
From: heshaofeng <heshaofeng@hnkhzn.com>
Date: 星期二, 18 十一月 2025 11:31:48 +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