dengjunjie
2 天以前 7ca9651f81d7b84f054194d3d46fdbd1d9c8b922
项目代码/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)
        {