项目代码/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); } } }