1
wankeda
2026-01-09 58a1b8b7db72225e0c2acca4f76399899f1bda4f
WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs
@@ -41,6 +41,19 @@
        {
            return Service.WMSGenerateOutboundTask(keys);
        }
        [HttpPost, Route("WMSGenerateNewOutboundTask"), AllowAnonymous]
        public WebResponseContent WMSGenerateNewOutboundTask([FromBody] int[] keys)
        {
            return Service.WMSGenerateNewOutboundTask(keys);
        }
        [HttpPost, Route("WMSGenerateSTOutboundTask"), AllowAnonymous]
        public WebResponseContent WMSGenerateSTOutboundTask([FromBody] int[] keys)
        {
            return Service.WMSGenerateSTOutboundTask(keys);
        }
        /// <summary>
        /// WCS申请入库任务
        /// </summary>
@@ -62,6 +75,24 @@
        {
            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>
        /// <param name="palletCode"></param>
        /// <returns></returns>
        [HttpPost, HttpGet, Route("ApplyLocation"), AllowAnonymous]
        public WebResponseContent ApplyLocation(string palletCode)
        {
            return Service.ApplyLocation(palletCode);
        }
        /// <summary>
        /// 判断巷道内移库
        /// </summary>
@@ -177,9 +208,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>