From a498435522a78b788d2e59f0f0f024c0c946aee1 Mon Sep 17 00:00:00 2001
From: heshaofeng <heshaofeng@hnkhzn.com>
Date: 星期二, 06 一月 2026 15:03:57 +0800
Subject: [PATCH] 1

---
 项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_IOutboundService/IOutboundPickingService.cs |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 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_IOutboundService/IOutboundPickingService.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_IOutboundService/IOutboundPickingService.cs"
index dda5c65..5a97c5b 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_IOutboundService/IOutboundPickingService.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_IOutboundService/IOutboundPickingService.cs"
@@ -31,7 +31,7 @@
         /// </summary>
         /// <returns></returns>
         WebResponseContent GetAvailablePurchaseOrders();
-        WebResponseContent GetAvailablePickingOrders();
+        WebResponseContent GetAvailablePickingOrders(string outOrder);
 
         /// <summary>
         /// 鎵爜楠岃瘉
@@ -51,5 +51,12 @@
 
         WebResponseContent UnPalletQuantity(string orderNo);
         WebResponseContent BarcodeMaterielGroup(BarcodeMaterielGroupDTO materielGroupDTO);
+
+        /// <summary>
+        /// 鏉$爜鏌ヨ鍏ュ簱鍗�
+        /// </summary>
+        /// <param name="barcode"></param>
+        /// <returns></returns>
+        public WebResponseContent GetPurchaseOrderByBarcode(string barcode);
     }
 }

--
Gitblit v1.9.3