647556386
2 天以前 696edbff3c8812e4b820f624d66a02ae6ddb1a06
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs
@@ -144,5 +144,12 @@
        {
            return await Service.AreaOutbound(stockViews);
        }
        [HttpPost, HttpGet, Route("CrossAreaOutbound"), AllowAnonymous]
        public async Task<WebResponseContent> CrossAreaOutbound([FromBody] List<StockViewDTO> stockViews,int targetLocationType)
        {
            return await Service.CrossAreaOutbound(stockViews,targetLocationType);
        }
    }
}