From e7dac9ecb16aa627f0603beec9930c75ee6aa3f7 Mon Sep 17 00:00:00 2001
From: 647556386 <647556386@qq.com>
Date: 星期四, 08 一月 2026 22:22:24 +0800
Subject: [PATCH] 盘点

---
 项目代码/WIDESEA_WMSClient/src/extension/outbound/extend/DirectOutbound.vue |    2 +-
 1 files changed, 1 insertions(+), 1 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 7b30084..5c8ddc4 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"
@@ -66,7 +66,7 @@
                 const requestParams = {
                     detailIds: this.keys,
                     OutboundTargetLocation: this.station,
-                    outboundQuantity: this.outboundQuantity,
+                    outboundQuantity: this.keys.length > 1 ? 1 : this.outboundQuantity,
                     operator: "",
                     orderNo: this.orderNo,
                 };

--
Gitblit v1.9.3