From a95a257a702360e7632b5daeb5b554163382720c Mon Sep 17 00:00:00 2001 From: 647556386 <647556386@qq.com> Date: 星期四, 17 四月 2025 17:00:59 +0800 Subject: [PATCH] 1 --- 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_IOutboundService/IProOutOrderService.cs | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_IOutboundService/IProOutOrderService.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_IOutboundService/IProOutOrderService.cs" index 7b521cc..93a03c8 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_IOutboundService/IProOutOrderService.cs" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_IOutboundService/IProOutOrderService.cs" @@ -20,9 +20,21 @@ /// <returns></returns> WebResponseContent ProductDeliveryOrder(ErpProOutOrderDTO outOrderDTO); /// <summary> - /// 鎴愬搧鍑哄緟鍙戣揣鍖�(骞冲簱)+鍚屾ERP鍑哄簱 + /// 鎴愬搧鍑哄緟鍙戣揣鍖�(骞冲簱)+鍚屾ERP鍑哄簱(宸茬粦瀹氬嚭搴撳崟搴撳瓨) /// </summary> /// <returns></returns> - WebResponseContent OutProductPK(string[] OutPKCodes, string ProOutNo); + WebResponseContent OutProductPK(SaveModel saveModel, string ProOutNo); + /// <summary> + /// 鎴愬搧鍑哄緟鍙戣揣鍖�(骞冲簱)+鍚屾ERP鍑哄簱(鏈粦瀹氬嚭搴撳崟搴撳瓨) + /// </summary> + /// <returns></returns> + WebResponseContent OutProductNoPK(string[] OutPKCodes, string ProOutNo); + WebResponseContent GetProOutOrders(SaveModel saveModel); + /// <summary> + /// 鑾峰彇鏄庣粏 + /// </summary> + /// <param name="keyId"></param> + /// <returns></returns> + WebResponseContent GetOrderDetails(int keyId); } } -- Gitblit v1.9.3