项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs
@@ -35,6 +35,12 @@ return Service.GenerateOutboundTask(id, stockSelectViews); } [HttpPost, Route("NewGenerateOutboundTask")] public WebResponseContent NewGenerateOutboundTask(int id, [FromBody] List<Dt_Inventory_Batch> inventory_Batches) { return Service.NewGenerateOutboundTask(id, inventory_Batches); } [HttpPost, Route("GenerateOutboundTasks")] public WebResponseContent GenerateOutboundTasks([FromBody] int[] keys) {