From b513ce3a4527e998da66c6f179a279472c7262a8 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期二, 18 十一月 2025 10:59:46 +0800
Subject: [PATCH] 代码更新优化
---
项目代码/WMS/WMSServices/WIDESEA_ITaskInfoService/ITaskService.cs | 38 ++++++++++++++++++++++++++++----------
1 files changed, 28 insertions(+), 10 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_ITaskInfoService/ITaskService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_ITaskInfoService/ITaskService.cs"
index e2e26f0..88fc6d7 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_ITaskInfoService/ITaskService.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_ITaskInfoService/ITaskService.cs"
@@ -77,13 +77,13 @@
/// </summary>
/// <param name="palletCode"></param>
/// <returns></returns>
- WebResponseContent YLPurchaseBoxing(string palletCode, decimal weight = 0, decimal thickness = 0, decimal wide = 0);
+ WebResponseContent YLPurchaseBoxing(string palletCode, decimal weight = 0, decimal thickness = 0, decimal wide = 0,string stationCode = "");
/// <summary>
/// 鍘熸枡閲囪喘缁戝畾RFID
/// </summary>
/// <param name="palletCode">绾稿嵎鏉$爜</param>
/// <returns></returns>
- WebResponseContent PurchaseBoxing(string palletCode);
+ WebResponseContent PurchaseBoxing(string palletCode, int orderType = 0);
/// <summary>
/// 鍒嗛厤鍘熸枡宸烽亾
@@ -136,9 +136,9 @@
/// <param name="task"></param>
/// <returns></returns>
WebResponseContent UpdateTaskInfo(WCSTaskDTO task);
-
+
/// <summary>
- /// 鎴愬搧绌烘鍥炲簱
+ /// 鎴愬搧绌烘墭鍥炲簱
/// </summary>
/// <param name="barCode"></param>
/// <param name="startPoint"></param>
@@ -150,6 +150,12 @@
/// </summary>
/// <returns></returns>
WebResponseContent InboundFLOrCPTask(string barCode, string startPoint, string matCode, int matCount,int oneCount);
+
+ /// <summary>
+ /// 杈呮枡(鎴愬搧)閲囪喘/鏈熷垵鍏ュ簱
+ /// </summary>
+ /// <returns></returns>
+ WebResponseContent InboundOrderInTask(string bindCode, string barCode, string startPoint, int orderType = 0);
/// <summary>
/// 鎴愬搧鍑哄簱
@@ -210,12 +216,6 @@
/// <returns></returns>
WebResponseContent PrintInbound(SaveModel saveModel);
/// <summary>
- /// 鍒涘缓鍘熺焊鐢熶骇鎺掔▼鍑哄簱浠诲姟
- /// </summary>
- /// <param name="keys"></param>
- /// <returns></returns>
- WebResponseContent CreateBSTOutboundTasks(int[] keys);
- /// <summary>
/// 鍒涘缓鍘熺焊鐢熺鍑哄簱浠诲姟
/// </summary>
/// <param name="keys"></param>
@@ -241,6 +241,24 @@
/// </summary>
/// <returns></returns>
WebResponseContent ReceiveReturnIssue(List<MESReturnIssueDTO> returnIssueDTOs);
+ /// <summary>
+ /// 娣诲姞鐢熺
+ /// </summary>
+ /// <param name="outOrderDTOs"></param>
+ /// <returns></returns>
WebResponseContent AddOutSGOrder(List<SGOutOrderDTO> outOrderDTOs);
+ /// <summary>
+ /// BST棰嗘枡淇℃伅鍚屾
+ /// </summary>
+ /// <param name="bSTPickInfoDTO"></param>
+ /// <returns></returns>
+ WebResponseContent ReceivePicking(List<BSTPickInfoDTO> bSTPickInfoDTOs);
+
+ /// <summary>
+ /// 鍒涘缓鐢熺鎵嬪姩鍑哄簱
+ /// </summary>
+ /// <param name="ids"></param>
+ /// <returns></returns>
+ WebResponseContent CreateSGManualTasks(List<int> ids);
}
}
--
Gitblit v1.9.3