From 48e2278d7ac330c7f05deda6f884acb6f01206b4 Mon Sep 17 00:00:00 2001
From: yangpeixing <yangpeixing@hnkhzn.com>
Date: 星期一, 13 四月 2026 17:13:51 +0800
Subject: [PATCH] 1
---
WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs | 13 +++++++++++--
1 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs b/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs
index 3314a18..d438a61 100644
--- a/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs
+++ b/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs
@@ -42,12 +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);
@@ -60,9 +62,12 @@
WebResponseContent IsRelocations(int TaskNum, string SourceAddress);
WebResponseContent Cancelinventory(int taskNum);
WebResponseContent InboundTaskCompleted(int taskNum);
- WebResponseContent OutboundTaskCompleted(int taskNum);
+ 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>
/// 鍒嗛厤宸烽亾
@@ -97,5 +102,9 @@
/// <returns></returns>
WebResponseContent TakeOutbound(List<StockViewDTO> stockViews);
WebResponseContent WMSGenerateNewOutboundTask(int[] keys);
+
+ WebResponseContent WMSGenerateSTOutboundTask(int[] keys);
+
+ WebResponseContent SMOMGenerateSTOutboundTask(int[] keys);
}
}
--
Gitblit v1.9.3