From 36d872855097bc1d76b96b850a72d7749500e272 Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期四, 26 二月 2026 16:26:51 +0800
Subject: [PATCH] 1
---
WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs | 24 +++++++++++++++++++++++-
1 files changed, 23 insertions(+), 1 deletions(-)
diff --git a/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs b/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs
index d48e352..d438a61 100644
--- a/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs
+++ b/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs
@@ -42,10 +42,14 @@
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);
@@ -61,6 +65,9 @@
WebResponseContent OutboundTaskCompleted(int taskNum);
WebResponseContent AddOutboundOrders(Houseounbound orderAddDTO);
WebResponseContent InventoryOut(HouseCancelOut houseInventoryOut);
+ WebResponseContent SMOMAdjustment(HouseAdjustment houseAdjustment);
+
+ WebResponseContent SMOMStock(HouseStockDetail houseStockDetail);
WebResponseContent InventoryIn(string name, int qty);
/// <summary>
/// 鍒嗛厤宸烽亾
@@ -84,5 +91,20 @@
/// <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);
+
+ WebResponseContent SMOMGenerateSTOutboundTask(int[] keys);
}
}
--
Gitblit v1.9.3