From 67348f250a1b7970059698002949a5e0a5f3c52f Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期四, 14 八月 2025 08:51:04 +0800 Subject: [PATCH] 上传最新代码 --- 项目代码/WMS/WMSServices/WIDESEA_WMSServer/Controllers/Stock/StockInfoController.cs | 58 ++++++++++------------------------------------------------ 1 files changed, 10 insertions(+), 48 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_WMSServer/Controllers/Stock/StockInfoController.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_WMSServer/Controllers/Stock/StockInfoController.cs" index d4db578..2ea8602 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_WMSServer/Controllers/Stock/StockInfoController.cs" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_WMSServer/Controllers/Stock/StockInfoController.cs" @@ -21,54 +21,6 @@ public StockInfoController(IStockInfoService service) : base(service) { } - - /// <summary> - /// 鏌ヨ璁㈠崟绔嬪簱搴撳瓨瑙嗗浘 - /// </summary> - /// <param name="orderId"></param> - /// <param name="materielCode"></param> - /// <returns></returns> - [HttpPost, HttpGet, Route("GetStockSelectViews")] - public List<StockSelectViewDTO> GetStockSelectViews(int orderId, string materielCode) - { - return Service.GetStockSelectViews(orderId, materielCode); - } - - /// <summary> - /// 鏌ヨ璁㈠崟骞冲簱搴撳瓨瑙嗗浘 - /// </summary> - /// <param name="orderId"></param> - /// <param name="materielCode"></param> - /// <returns></returns> - [HttpPost, HttpGet, Route("GetPKStockSelectViews")] - public List<StockSelectViewDTO> GetPKStockSelectViews(int orderId, string materielCode) - { - return Service.GetPKStockSelectViews(orderId, materielCode); - } - - /// <summary> - /// 鏌ヨPP绔嬪簱搴撳瓨瑙嗗浘 - /// </summary> - /// <param name="orderId"></param> - /// <param name="materlCode"></param> - /// <returns></returns> - [HttpPost, HttpGet, Route("PPGetStockSelectViews")] - public List<PPStockSelectViewDTO> PPGetStockSelectViews(int orderId, string materielCode) - { - return Service.PPGetStockSelectViews(orderId, materielCode); - } - - /// <summary> - /// 鏌ヨ璁㈠崟PP骞冲簱搴撳瓨瑙嗗浘 - /// </summary> - /// <param name="orderId"></param> - /// <param name="materielCode"></param> - /// <returns></returns> - [HttpPost, HttpGet, Route("PPGetPKStockSelectViews")] - public List<PPStockSelectViewDTO> PPGetPKStockSelectViews(int orderId, string materielCode) - { - return Service.PPGetPKStockSelectViews(orderId, materielCode); - } /// <summary> /// 鏍规嵁鎵樼洏鍜屽簱鍖烘煡璇㈠簱瀛樹俊鎭� /// </summary> @@ -79,5 +31,15 @@ { return Service.StockQueryData(saveModel); } + /// <summary> + /// 鎵嬪姩缁勭洏 + /// </summary> + /// <param name="saveModel"></param> + /// <returns></returns> + [HttpPost, HttpGet, Route("ManualMaterielGroup")] + public WebResponseContent ManualMaterielGroup([FromBody] SaveModel saveModel) + { + return Service.ManualMaterielGroup(saveModel); + } } } -- Gitblit v1.9.3