From 0cce10d0db3ea3786edf4b322925057ad87814cf Mon Sep 17 00:00:00 2001 From: chenyong <chenyong@hnkhzn.com> Date: 星期四, 15 五月 2025 09:16:19 +0800 Subject: [PATCH] 三楼大屏 --- CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs | 22 +++++++++++++++++++++- 1 files changed, 21 insertions(+), 1 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..8c7b901 100644 --- a/CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs +++ b/CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs @@ -227,15 +227,35 @@ return await Service.QueryStockInfoForRealTrayJZAsync(ProductLine,PalletCode); } - + /// <summary> + /// 鑾峰彇浠诲姟淇℃伅 + /// </summary> + /// <returns></returns> [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