From a7bd6e538027d876b3122f21c3b1d34663fb2f07 Mon Sep 17 00:00:00 2001
From: xiazhengtongxue <133085197+xiazhengtongxue@users.noreply.github.com>
Date: 星期日, 25 一月 2026 14:18:51 +0800
Subject: [PATCH] 优化前端,修复库存托盘编号重复和WCS任务重发
---
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs | 42 ++++++++++++++++++++++++++++++++++++++++++
1 files changed, 42 insertions(+), 0 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs"
index 7235a6b..4d6f427 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs"
@@ -48,6 +48,15 @@
//WCS鍏ュ簱鑾峰彇
WebResponseContent PalletInboundTask(WCSTaskDTO wCSTask);
+ //涓婁紶MES锛屾墜鍔ㄥ畬鎴�
+ WebResponseContent MESManualUpload(SaveModel saveModel);
+
+ //鎭㈠浠诲姟
+ WebResponseContent WMSTaskRecovery(SaveModel saveModel);
+
+
+
+
#region WCS浠诲姟妯″潡
//涓嬪彂WCS杈撻�佺嚎浠诲姟
@@ -89,5 +98,38 @@
/// 浠诲姟寮傚父
MES_parameter ToMES_TaskException(string TransNo, string EquipmentType, string EquipmentNumber, string ErrorInfo);
#endregion
+
+
+ #region 浠诲姟闃熷垪锛岃幏鍙栦换鍔℃ā鍧�
+ //鑾峰彇浠诲姟闃熷垪
+ List<Dt_Task> GetaskQueue(string deviceId);
+
+ //鏍规嵁璁惧鑾峰彇鏄惁鏈夊湪鎵ц鐨勪换鍔�
+ bool CurrentTaskProgress(string deviceId);
+
+ //鑾峰彇杈撻�佺嚎闇�瑕佷笅鍙戠殑浠诲姟
+ List<Dt_Task> GetaskQueuePLC();
+
+ //鑾峰彇鏄惁鏈夌Щ搴撲换鍔�
+ Dt_Task GeRelocationTaskQueue(string LocationCode);
+
+ //鍒ゆ柇褰撳墠鍫嗗灈鏈烘槸鍚︽湁绉诲簱浠诲姟
+ bool RelocationTaskProgress(string deviceId);
+ #endregion
+
+ #region 鍙鍖栧ぇ灞忔ā鍧�
+ //浠撳簱瀹归噺鐘舵��
+ WebResponseContent GetWarehouseCapacity();
+ //鍑哄叆搴撶被鍨嬪垎甯�
+ WebResponseContent GetInOutTypeStats();
+ //娴侀噺鎯呭喌缁熻
+
+ WebResponseContent GetTodayTrafficStats();
+ //褰撳墠杩涜鐨勪换鍔�
+ WebResponseContent GetCurrentTasks();
+ //鎬讳綋杩涘害
+ WebResponseContent GetWarehouseOperationStatistics();
+ #endregion
+
}
}
--
Gitblit v1.9.3