From 7a02b918243eaaf2db16b3b9f1a9bd8007264efc Mon Sep 17 00:00:00 2001
From: 647556386 <647556386@qq.com>
Date: 星期四, 08 一月 2026 15:14:06 +0800
Subject: [PATCH] 1

---
 项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_OutboundService/OutboundPickingService.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_OutboundService/OutboundPickingService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_OutboundService/OutboundPickingService.cs"
index 5507932..3a00a6e 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_OutboundService/OutboundPickingService.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_OutboundService/OutboundPickingService.cs"
@@ -2463,7 +2463,7 @@
                     Barcodes barcodes = new Barcodes
                     {
                         Barcode = item.Barcode,
-                        Qty = item.BarcodeQty,
+                        Qty = item.OrderQuantity,
                         SupplyCode = item?.SupplyCode ?? "",
                         BatchNo = item?.BatchNo ?? "",
                         Unit = item?.Unit ?? ""
@@ -2535,7 +2535,7 @@
                 Barcodes barcodes = new Barcodes
                 {
                     Barcode = matchedDetail.Barcode,
-                    Qty = matchedDetail.BarcodeQty,
+                    Qty = matchedDetail.OrderQuantity,
                     SupplyCode = matchedDetail?.SupplyCode ?? "",
                     BatchNo = matchedDetail?.BatchNo ?? "",
                     Unit = matchedDetail?.Unit ?? ""

--
Gitblit v1.9.3