搜索出库增加仓库
This commit is contained in:
@@ -209,7 +209,7 @@ namespace WMS.Web.Api.Controllers
|
||||
if (loginInfo == null || loginInfo.UserInfo == null)
|
||||
return ResultPagedList<string>.ReFailure(ResultCodes.Token_Invalid_Error);
|
||||
|
||||
var res = await _repositories.GetOutStockTaskNosByNo(dto.BillNo);
|
||||
var res = await _repositories.GetOutStockTaskNosByNo(dto.BillNo,dto.StockCode);
|
||||
int total = res.Count();
|
||||
res = res.OrderByDescending(o => o).Skip((dto.PageNo - 1) * dto.PageSize).Take(dto.PageSize).ToList();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user