From 5d756f53f07880dc8b7ba0bc9f060b9e94d4b25e Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期三, 05 十一月 2025 18:08:34 +0800
Subject: [PATCH] 修改人工入库完成和wcs小车问题
---
新建文件夹/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/IDeliveryOrderServices.cs | 15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/IDeliveryOrderServices.cs" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/IDeliveryOrderServices.cs"
index f039b50..acacce2 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/IDeliveryOrderServices.cs"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/IDeliveryOrderServices.cs"
@@ -14,11 +14,7 @@
public interface IDeliveryOrderServices : IService<Dt_DeliveryOrder>
{
IRepository<Dt_DeliveryOrder> Repository { get; }
- /// <summary>
- /// 鐩樼偣鍑哄簱鎺ュ彛
- /// </summary>
- /// <returns></returns>
- public WebResponseContent InventoryGood(string batchNo, string goodsNo);
+
WebResponseContent GetDeliveryOrders(SaveModel saveModel);
WebResponseContent GetDeliveryOrderDetail(int pageNo, string orderNo, bool isPick);
/// <summary>
@@ -50,8 +46,12 @@
/// <param name="saveModel"></param>
/// <returns></returns>
WebResponseContent GetCheckOrders(SaveModel saveModel);
-
-
+ /// <summary>
+ /// 瀹屾垚鍑哄簱鍗�
+ /// </summary>
+ /// <param name="key"></param>
+ /// <returns></returns>
+ WebResponseContent FinishOutOrder(int key);
/// <summary>
/// 瀹屾垚鐩樼偣浠诲姟
@@ -64,5 +64,6 @@
WebResponseContent CheckTaskFinish(Dt_SupplyTask supplyTask, string LocationCode = null);
WebResponseContent CreateOutboundOrder(OrderDto.UpstramOutOrderInfo upstramOutOrderInfo);
WebResponseContent CreateCheckOutOrder(OrderDto.UpstramOutOrderInfo outorder);
+ WebResponseContent CompleteLKOutOrder(Dt_DeliveryOrder deliveryOrder, TowcsDto.EdiOrderCallbackRequest request);
}
}
--
Gitblit v1.9.3