From dcecb039035f4b2e82e31c39b74db9402444c536 Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期二, 08 四月 2025 21:35:39 +0800 Subject: [PATCH] 代码更新,优化等内容 --- 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_IOutboundService/IProOutOrderService.cs | 9 ++++++++- 1 files changed, 8 insertions(+), 1 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 1c69ef7..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" @@ -23,11 +23,18 @@ /// 鎴愬搧鍑哄緟鍙戣揣鍖�(骞冲簱)+鍚屾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