huanghongfeng
2025-11-10 234e0265fbed611b20f0903bb69fbf0bd5417c1c
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs
@@ -77,6 +77,13 @@
            return Service.RequestInboundPDA(saveModel); 
        }
        //库存更改
        [HttpPost, Route("RequestInboundPDA2"), AllowAnonymous]
        public WebResponseContent RequestInboundPDA2([FromBody] SaveModel saveModel)
        {
            return Service.RequestInboundPDA2(saveModel);
        }
        //空托入库
        [HttpPost, Route("EmptyInbound"), AllowAnonymous]
        public WebResponseContent EmptyInbound([FromBody] GenerateInv saveModel)
@@ -102,5 +109,15 @@
        {
            return Service.Outbound_inventory();
        }
        /// <summary>
        /// èŽ·å–è´§ä½çŠ¶æ€
        /// </summary>
        /// <returns></returns>
        [HttpPost, Route("GetLocationStatu2"), AllowAnonymous]
        public object GetLocationStatu2()
        {
            return Service.GetLocationStatu2();
        }
    }
}