From 8d99d2006c3f91bb97dbec7b5d9f0b599a9ecd42 Mon Sep 17 00:00:00 2001
From: 647556386 <647556386@qq.com>
Date: 星期一, 19 一月 2026 16:27:15 +0800
Subject: [PATCH] 问题点优化

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

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/extension/outbound/extend/DirectOutbound.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/extension/outbound/extend/DirectOutbound.vue"
index 5c8ddc4..d19763c 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/extension/outbound/extend/DirectOutbound.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/extension/outbound/extend/DirectOutbound.vue"
@@ -69,6 +69,7 @@
                     outboundQuantity: this.keys.length > 1 ? 1 : this.outboundQuantity,
                     operator: "",
                     orderNo: this.orderNo,
+                    stockDetailIds:[]
                 };
                 console.log(requestParams);
                 this.http.post("api/Outbound/ProcessPickingOutbound", requestParams, '鏁版嵁澶勭悊涓�...')

--
Gitblit v1.9.3