From 227f4259effd028b9c8d917c8e59a3e79a19d10f Mon Sep 17 00:00:00 2001
From: chenyong <chenyong@hnkhzn.com>
Date: 星期四, 15 五月 2025 09:18:09 +0800
Subject: [PATCH] 三楼大屏
---
CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs | 23 +++++++++++++++++++++++
1 files changed, 23 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 822319e..5772284 100644
--- a/CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs
+++ b/CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs
@@ -228,6 +228,11 @@
}
/// <summary>
+<<<<<<< HEAD
+ /// 鑾峰彇浠诲姟淇℃伅
+ /// </summary>
+ /// <returns></returns>
+=======
/// 闈欑疆鏌ヨ绌洪棽搴撲綅
/// </summary>
/// <returns></returns>
@@ -237,14 +242,32 @@
return Service.QueryLocationFreeJZ(RoadwayNo);
}
+>>>>>>> c2aaf06dab8a627948ee2e5574fe4598f8d1638f
[HttpPost, AllowAnonymous, Route("GetTaskInfo")]
public WebResponseContent GetTaskInfo()
{
return Service.GetTaskInfo();
}
+ /// <summary>
+ /// 鑾峰彇褰撴棩鍑哄簱搴撳瓨淇℃伅
+ /// </summary>
+ /// <returns></returns>
[HttpPost, AllowAnonymous, Route("GetStockInfo")]
public WebResponseContent GetStockInfo()
{
return Service.GetStockInfo();
}
+ /// <summary>
+ /// 鑾峰彇搴撳瓨淇℃伅
+ /// </summary>
+ /// <returns></returns>
+ [HttpPost, AllowAnonymous, Route("GetStockQuantity")]
+ public WebResponseContent GetStockQuantity() {
+ return Service.GetStockQuantity();
+ }
+ [HttpPost, AllowAnonymous, Route("Getproductionvolume")]
+ public WebResponseContent Getproductionvolume()
+ {
+ return Service.Getproductionvolume();
+ }
}
\ No newline at end of file
--
Gitblit v1.9.3