From 664df90a747e5a97b4e1131a5f958ded3176250c Mon Sep 17 00:00:00 2001
From: z8018 <1282578289@qq.com>
Date: 星期四, 25 十二月 2025 11:23:35 +0800
Subject: [PATCH] Merge branch 'htq20251215' of http://115.159.85.185:8098/r/ZhongRui/ALDbanyunxiangmu into htq20251215
---
项目代码/WIDESEA_WMSClient/src/extension/outbound/extend/DirectOutbound.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/DirectOutbound.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/extension/outbound/extend/DirectOutbound.vue"
index c7dbe91..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"
@@ -38,7 +38,7 @@
},
data() {
return {
- outboundQuantity: 0,
+ outboundQuantity: 1,
show: false,
stations: [
{ label: "绔欏彴2", value: "2-1" },
@@ -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