| | |
| | | /// <param name="stockSelectViews"></param> |
| | | /// <returns></returns> |
| | | [HttpPost, HttpGet, Route("GenerateAllocatOutboundTask"), AllowAnonymous] |
| | | public async Task<WebResponseContent> GenerateAllocatOutboundTask(int orderDetailId, [FromBody] List<StockSelectViewDTO> stockSelectViews) |
| | | public async Task<WebResponseContent> GenerateAllocatOutboundTask(int orderDetailId, string station, [FromBody] List<StockSelectViewDTO> stockSelectViews) |
| | | { |
| | | return await Service.GenerateAllocatOutboundTask(orderDetailId, stockSelectViews); |
| | | return await Service.GenerateAllocatOutboundTask(orderDetailId, stockSelectViews,station); |
| | | } |
| | | |
| | | /// <summary> |