From 234e0265fbed611b20f0903bb69fbf0bd5417c1c Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期一, 10 十一月 2025 15:51:22 +0800
Subject: [PATCH] 最新
---
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs | 17 +++++++++++++++++
1 files changed, 17 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/TaskController.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs"
index 8fb75a5..8d5c607 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs"
@@ -77,6 +77,13 @@
return Service.RequestInboundPDA(saveModel);
}
+ //搴撳瓨鏇存敼
+ [HttpPost, Route("RequestInboundPDA2"), AllowAnonymous]
+ public WebResponseContent RequestInboundPDA2([FromBody] SaveModel saveModel)
+ {
+ return Service.RequestInboundPDA2(saveModel);
+ }
+
//绌烘墭鍏ュ簱
[HttpPost, Route("EmptyInbound"), AllowAnonymous]
public WebResponseContent EmptyInbound([FromBody] GenerateInv saveModel)
@@ -102,5 +109,15 @@
{
return Service.Outbound_inventory();
}
+
+ /// <summary>
+ /// 鑾峰彇璐т綅鐘舵��
+ /// </summary>
+ /// <returns></returns>
+ [HttpPost, Route("GetLocationStatu2"), AllowAnonymous]
+ public object GetLocationStatu2()
+ {
+ return Service.GetLocationStatu2();
+ }
}
}
--
Gitblit v1.9.3