1
wankeda
2026-01-03 821397b01a004f8560c987ef83146614a9356ecb
WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs
@@ -41,6 +41,12 @@
        {
            return Service.WMSGenerateOutboundTask(keys);
        }
        [HttpPost, Route("WMSGenerateNewOutboundTask"), AllowAnonymous]
        public WebResponseContent WMSGenerateNewOutboundTask([FromBody] int[] keys)
        {
            return Service.WMSGenerateNewOutboundTask(keys);
        }
        /// <summary>
        /// WCS申请入库任务
        /// </summary>
@@ -61,6 +67,12 @@
        public WebResponseContent DeviceRequestInboundTaskSimple(string stationCode, string palletCode, int heightType)
        {
            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>
@@ -189,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>