From 3b3d6e51932a485365b418375ea804e0b53c5664 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期四, 18 十二月 2025 20:12:45 +0800
Subject: [PATCH] 1
---
项目代码/WIDESEA_WMSClient/src/extension/outbound/extend/DirectOutbound.vue | 2 +-
项目代码/WIDESEA_WMSClient/src/extension/outbound/extend/outOrderDetail.vue | 1 +
2 files changed, 2 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 c7dbe91..7b30084 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" },
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 f404b7b..7b5ee4a 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"
@@ -334,6 +334,7 @@
const keys = this.selection.map((item) => item.id);
const requestParams = {
detailIds: keys,
+ outboundQuantity: 1,
operator: "",
orderNo: this.row.orderNo,
isBatch: this.isBatch
--
Gitblit v1.9.3