From fd165176f2ff9b2b0ffc219e290d792f21a5bbe4 Mon Sep 17 00:00:00 2001
From: Admin <Admin@ADMIN>
Date: 星期五, 16 一月 2026 16:44:34 +0800
Subject: [PATCH] 最新
---
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/MesTaskController.cs | 41 +++++++++++++++++++++++++++++++++++++++++
1 files changed, 41 insertions(+), 0 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/MesTaskController.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/MesTaskController.cs"
index 5cb9489..731877f 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/MesTaskController.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/MesTaskController.cs"
@@ -58,5 +58,46 @@
{
return Service.CancelTask(mES_In);
}
+
+
+
+
+
+
+
+ //鍏ュ簱浠诲姟涓婃姤鎺ュ彛
+ [HttpGet, Route("CancelTask"), AllowAnonymous]
+ public MES_parameter InStoreDocCallback(string TransNo, string Result, string ResultMsg, string ContainerNo, string LocationCode)
+ {
+ return Service.InStoreDocCallback(TransNo, Result, ResultMsg, ContainerNo, LocationCode);
+ }
+
+ //鍑哄簱浠诲姟涓婃姤鎺ュ彛
+ [HttpGet, Route("OutStoreDocCallback"), AllowAnonymous]
+ public MES_parameter OutStoreDocCallback(string TransNo, string Result, string ResultMsg)
+ {
+ return Service.OutStoreDocCallback(TransNo, Result, ResultMsg);
+ }
+
+ //鍌ㄤ綅寮傚姩鐢宠
+ [HttpGet, Route("ApplicationChangeStorageLocation"), AllowAnonymous]
+ public MES_parameter ApplicationChangeStorageLocation(string ContainerNo, string OriginalLocationCode, string NewLocationCode)
+ {
+ return Service.ApplicationChangeStorageLocation(ContainerNo, OriginalLocationCode, NewLocationCode);
+ }
+
+ //鍌ㄤ綅寮傚姩
+ [HttpGet, Route("AbnormalStorageLocation"), AllowAnonymous]
+ public MES_parameter AbnormalStorageLocation(string ContainerNo, string OriginalLocationCode, string NewLocationCode)
+ {
+ return Service.AbnormalStorageLocation(ContainerNo, OriginalLocationCode, NewLocationCode);
+ }
+
+ //浠诲姟寮傚父
+ [HttpGet, Route("ToMES_TaskException"), AllowAnonymous]
+ public MES_parameter ToMES_TaskException(string TransNo, string EquipmentType, string EquipmentNumber, string ErrorInfo)
+ {
+ return Service.ToMES_TaskException(TransNo, EquipmentType, EquipmentNumber, ErrorInfo);
+ }
}
}
--
Gitblit v1.9.3