From 4d93a579467776c503fa88f1731ef82f7dc20671 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期六, 28 十二月 2024 23:45:21 +0800
Subject: [PATCH] PDA
---
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs | 24 +++++++++++++-----------
1 files changed, 13 insertions(+), 11 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs"
index 12ac797..6cd6c6d 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs"
@@ -39,7 +39,9 @@
{
ITaskRepository Repository { get; }
- WebResponseContent PushTasksToWCS();
+ WebResponseContent PushTasksToWCS(List<Dt_Task> tasks, string agvDescription = "");
+
+ WebResponseContent PushTasksToWCSSingle(int taskNum, string agvDescription = "");
/// <summary>
/// 鐢宠鍏ュ簱浠诲姟(PDA浣跨敤锛屼粎鎵樼洏缁戝畾鍏ュ簱绔欏彴锛屼笉鍒嗛厤璐т綅)
@@ -58,6 +60,8 @@
/// <param name="palletType">鎵樼洏绫诲瀷</param>
/// <returns></returns>
WebResponseContent AssignInboundTaskLocation(int taskNum, string roadwayNo);
+
+ WebResponseContent TaskCompleted(int taskNum);
/// <summary>
///
@@ -95,21 +99,19 @@
WebResponseContent OutboundTaskCompleted(int taskNum);
/// <summary>
-<<<<<<< Updated upstream
- /// 娴嬭瘯鏋堕��搴�
- /// </summary>
- /// <param name="backModel"></param>
- /// <returns></returns>
- MesResponseContent TestReturnStock(TestToolBackModel backModel);
-
- /// <summary>
-=======
->>>>>>> Stashed changes
/// 鍒ゆ柇鏄惁闇�瑕佺Щ搴�
/// </summary>
/// <param name="taskNum">浠诲姟鍙�</param>
/// <param name="locationCode">鍏ュ簱鎴栧嚭搴撶殑璐т綅鍙�</param>
/// <returns></returns>
+ MesResponseContent TestToolBack(TestToolBackModel backModel);
+ /// <summary>
+ /// 娴嬭瘯鏋舵姤搴�
+ /// </summary>
+ /// <param name="toolScrap"></param>
+ /// <returns></returns>
+ MesResponseContent TestScrap(TestToolScrap toolScraps);
WebResponseContent IsRelocation(int taskNum, string locationCode);
+ WebResponseContent TestSynStock(TestToolSynInfo toolSynInfo);
}
}
--
Gitblit v1.9.3