1
wankeda
2026-01-03 821397b01a004f8560c987ef83146614a9356ecb
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>