From 821397b01a004f8560c987ef83146614a9356ecb Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期六, 03 一月 2026 17:18:36 +0800
Subject: [PATCH] 1

---
 WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs b/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs
index 026bc56..d1331b1 100644
--- a/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs
+++ b/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs
@@ -69,6 +69,12 @@
             return Service.DeviceRequestInboundTaskSimple(stationCode, palletCode, heightType);
         }
 
+        [HttpPost, HttpGet, Route("CPDeviceRequestInboundTaskSimple"), AllowAnonymous]
+        public WebResponseContent CPDeviceRequestInboundTaskSimple(string stationCode, string palletCode, int heightType, string courceAddress)
+        {
+            return Service.CPDeviceRequestInboundTaskSimple(stationCode, palletCode, heightType, courceAddress);
+        }
+
         /// <summary>
         /// 鐢宠宸烽亾
         /// </summary>
@@ -195,9 +201,9 @@
         }
 
         [HttpPost, Route("FeedBackInboundERP"), AllowAnonymous]
-        public WebResponseContent FeedBackInboundERP(string upperOrderNo,string linId)
+        public WebResponseContent FeedBackInboundERP(string upperOrderNo, string linId)
         {
-            return Service.FeedBackInboundERP(upperOrderNo , linId);
+            return Service.FeedBackInboundERP(upperOrderNo, linId);
         }
 
         /// <summary>

--
Gitblit v1.9.3