From 387731cab892804912e68cb91e6fb804411c4756 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期一, 27 十月 2025 23:32:16 +0800
Subject: [PATCH] 优化与ERP出库单逻辑,增加打印程序

---
 项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Task/TaskController.cs |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Task/TaskController.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Task/TaskController.cs"
index 41cf112..97cca29 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Task/TaskController.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Task/TaskController.cs"
@@ -87,15 +87,15 @@
     }
 
     /// <summary>
-    /// 绌烘墭鐩樻弧鐩樺嚭搴撹姹�
+    /// 鍑哄簱鑷崇紦瀛樺尯
     /// </summary>
     /// <param name="request">璇锋眰鏁版嵁</param>
     /// <returns></returns>
-    [HttpPost, AllowAnonymous, Route("OtherOutBoundTaskAsync")]
+    [HttpPost, AllowAnonymous, Route("OutBoundTaskAsync")]
     [TypeFilter(typeof(ThrottleFilter), Arguments = new object[] { 2 })]
-    public Task<WebResponseContent> OtherOutBoundTaskAsync(string palletCode)
+    public Task<WebResponseContent> OutBoundTaskAsync(string palletCode)
     {
-        return Service.OtherOutBoundTaskAsync(palletCode);
+        return Service.OutBoundTaskAsync(palletCode);
     }
 
     /// <summary>
@@ -152,8 +152,8 @@
 
     [HttpPost, AllowAnonymous, Route("SendERPTaskCompletion")]
     [TypeFilter(typeof(ThrottleFilter), Arguments = new object[] { 5 })]
-    public Task<WebResponseContent> SendERPTaskCompletion(string palletCode)
+    public Task<WebResponseContent> ERPAllocate(string palletCode)
     {
-        return Service.SendERPTaskCompletion(palletCode);
+        return Service.ERPAllocate(palletCode);
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3