From d8db1698c125618c1b5f62b009204ddc5d4eed5a Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期三, 19 三月 2025 20:34:08 +0800 Subject: [PATCH] 成品代码更新.... --- 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs | 15 ++++++++++++--- 1 files changed, 12 insertions(+), 3 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs" index e381dba..f9d4178 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs" @@ -42,7 +42,7 @@ { return Service.RequestInboundTask(saveModel); } - + /// <summary> /// 绌虹鍏ュ簱 /// </summary> @@ -183,9 +183,18 @@ /// <param name="StationCode">绔欏彴鍦板潃</param> /// <returns></returns> [HttpPost, HttpGet, Route("OutProductTask"), AllowAnonymous] - public WebResponseContent OutProductTask(string ProOutNo, string StationCode) + public WebResponseContent OutProductTask([FromBody] int[] keys, string StationCode) { - return Service.OutProductTask(ProOutNo, StationCode); + return Service.OutProductTask(keys, StationCode); + } + + /// <summary> + /// 鐢熸垚鎴愬搧鎻愬簱浠诲姟 + /// </summary> + [HttpPost, HttpGet, Route("OutProRworkTask"), AllowAnonymous] + public WebResponseContent OutProRworkTask([FromBody] int[] keys, string StationCode) + { + return Service.OutProductTask(keys, StationCode); } ///// <summary> ///// 鐢熸垚MESPP浠撳ぇ鍗峰嚭搴撲换鍔� -- Gitblit v1.9.3