heshaofeng
6 天以前 ca3e4977395bc02c5d147dffdff7381333fdfbca
项目代码/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);
        }
    }
}