From 02e4718a9a3f03e2385d4e26ffbedf1ceb89908e Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期三, 19 十一月 2025 09:32:27 +0800
Subject: [PATCH] 优化人工入库,防止人工出现散件
---
新建文件夹/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/IDeliveryOrderServices.cs | 17 +++++++++--------
1 files changed, 9 insertions(+), 8 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..e1a9638 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>
/// 瀹屾垚鐩樼偣浠诲姟
@@ -59,10 +59,11 @@
/// <param name="saveModel"></param>
/// <returns></returns>
WebResponseContent CheckFinish(SaveModel saveModel);
- WebResponseContent GetCheckOutTasks(SaveModel saveModel);
+ WebResponseContent CheckOutTasks(SaveModel saveModel);
WebResponseContent OutTaskFinish(Dt_SupplyTask supplyTask);
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