增加盘点模式
This commit is contained in:
@ -42,6 +42,13 @@ namespace WCS.WebApi.Controllers
|
||||
return await _stockTakingService.getStockTakingOrders(request);
|
||||
}
|
||||
|
||||
[Route("getStockTakingOrdersByStatus")]
|
||||
[HttpPost(Name = "getStockTakingOrdersByStatus")]
|
||||
public async Task<ResponseBase> getStockTakingOrdersByStatus(GetStockTakingOrdersRequest request)
|
||||
{
|
||||
return await _stockTakingService.getStockTakingOrdersByStatus(request);
|
||||
}
|
||||
|
||||
[Route("getStockTakingOrderMatDetail")]
|
||||
[HttpPost(Name = "getStockTakingOrderMatDetail")]
|
||||
public async Task<ResponseBase> getStockTakingOrderMatDetail(GetStockTakingOrderMatDetailRequest request)
|
||||
|
Reference in New Issue
Block a user