From c2aaf06dab8a627948ee2e5574fe4598f8d1638f Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <1247017146@qq.com>
Date: 星期日, 11 五月 2025 14:58:38 +0800
Subject: [PATCH] 1
---
CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs b/CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs
index 2d4bbb3..822319e 100644
--- a/CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs
+++ b/CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs
@@ -227,6 +227,15 @@
return await Service.QueryStockInfoForRealTrayJZAsync(ProductLine,PalletCode);
}
+ /// <summary>
+ /// 闈欑疆鏌ヨ绌洪棽搴撲綅
+ /// </summary>
+ /// <returns></returns>
+ [HttpPost, AllowAnonymous, Route("QueryLocationFreeJZ")]
+ public WebResponseContent QueryLocationFreeJZ(string RoadwayNo)
+ {
+ return Service.QueryLocationFreeJZ(RoadwayNo);
+ }
[HttpPost, AllowAnonymous, Route("GetTaskInfo")]
public WebResponseContent GetTaskInfo()
--
Gitblit v1.9.3