From c5cf76657ef4bda557a445b56466a85db0b2662d Mon Sep 17 00:00:00 2001 From: 647556386 <647556386@qq.com> Date: 星期五, 14 三月 2025 18:05:52 +0800 Subject: [PATCH] 新增物料出库详情单页面 --- 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_IInboundService/IInboundOrderService.cs | 19 ++++++++++++++++++- 1 files changed, 18 insertions(+), 1 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_IInboundService/IInboundOrderService.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_IInboundService/IInboundOrderService.cs" index 177a929..26760b3 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_IInboundService/IInboundOrderService.cs" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_IInboundService/IInboundOrderService.cs" @@ -6,6 +6,7 @@ using WIDESEA_Core; using WIDESEA_Core.BaseServices; using WIDESEA_DTO; +using WIDESEA_DTO.ERP; using WIDESEA_DTO.Inbound; using WIDESEA_External.Model; using WIDESEA_IInboundRepository; @@ -20,6 +21,8 @@ WebResponseContent GetInboundOrders(SaveModel saveModel); WebResponseContent MaterielGroup(int inboundOrderId, string palletCode, string serNum); + WebResponseContent InPinKu(string inboundOrderId,int warehouseId, List<string> serNums); + WebResponseContent WMSInPinKu(int warehouseId, List<string> serNums); WebResponseContent MaterielGroup(string palletCode, int Initiallife, int warehouseId, List<string> serNums); //WebResponseContent FeedbackInboundOrder(int id); @@ -29,6 +32,20 @@ /// 鍏ュ簱瀹屾垚涓婃姤 /// </summary> /// <returns></returns> - WebResponseContent FeedbackInboundOrder(Dt_StockInfo stockInfo,Dt_InboundOrder inboundOrder, List<ERPInboundDetailModel> detailModels); + WebResponseContent FeedbackInboundOrder(Dt_InboundOrder inboundOrder); + /// <summary> + /// 閫�鏂欏畬鎴愪笂鎶ヨ嚦ERP + /// </summary> + public WebResponseContent FeedbackReturnOrder(Dt_InboundOrder inboundOrder,Dt_ReturnOrder returnOrder); + /// <summary> + /// 鏍规嵁浠撳簱鍜屾墭鐩樺彿鑾峰彇鎵樼洏绫诲瀷 + /// </summary> + /// <returns></returns> + int GetPalletType(Dt_Warehouse warehouse, string palletCode); + /// <summary> + /// 鍏朵粬鍏ュ簱鍗曟帴鏀�(璋冩嫈鍏ヤ粨,瀹緵鍥炴敹,鐗╂枡閿�鍞��璐�) + /// </summary> + /// <returns></returns> + WebResponseContent ReceiveWarehousingOrder(ErpInOrderDTO model); } } -- Gitblit v1.9.3