From c6f6be2d942214580e61c2647c846d7e11e06f48 Mon Sep 17 00:00:00 2001
From: yangpeixing <yangpeixing@hnkhzn.com>
Date: 星期一, 19 一月 2026 15:42:11 +0800
Subject: [PATCH] 1
---
WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs | 23 ++++++++++++++++++++---
1 files changed, 20 insertions(+), 3 deletions(-)
diff --git a/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs b/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs
index 2ce1c7a..40b7b75 100644
--- a/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs
+++ b/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs
@@ -40,16 +40,20 @@
ITaskRepository Repository { get; }
WebResponseContent InboundRequest(string stationCode, string roadwayNo, string palletCode);
- WebResponseContent DeviceRequestInboundTaskSimple(string stationCode, string palletCode);
+ WebResponseContent DeviceRequestInboundTaskSimple(string stationCode, string palletCode, int heightType);
+
+ WebResponseContent CPDeviceRequestInboundTaskSimple(string stationCode, string palletCode, int heightType, string courceAddress);
+
+ WebResponseContent ApplyLocation(string palletCode);
Task<WebResponseContent> TaskCompleted(int taskNum);
WebResponseContent UpdateTaskStatus(int tasknum, int tasktype);
-
+
WebResponseContent GenerateOutboundTask(int orderDetailId, List<StockSelectViewDTO> stockSelectViews);
- WebResponseContent GenerateOutboundTask(int[] keys);
+ WebResponseContent WMSGenerateOutboundTask(int[] keys);
WebResponseContent CallMateriel(string endPoint);
@@ -84,5 +88,18 @@
/// <param name="task"></param>
/// <returns></returns>
WebResponseContent UpdateTaskInfo(WCSTaskDTO task);
+
+ WebResponseContent FeedBackInboundERP(string upperOrderNo, string linId);
+
+ WebResponseContent FeedBackOutERP(string orderNO, string linId);
+ /// <summary>
+ /// 搴撳瓨鐩樼偣
+ /// </summary>
+ /// <param name="stockViews"></param>
+ /// <returns></returns>
+ WebResponseContent TakeOutbound(List<StockViewDTO> stockViews);
+ WebResponseContent WMSGenerateNewOutboundTask(int[] keys);
+
+ WebResponseContent WMSGenerateSTOutboundTask(int[] keys);
}
}
--
Gitblit v1.9.3