采购模糊查询

This commit is contained in:
tongfei
2023-11-03 10:44:42 +08:00
parent 7afffdc84e
commit 4edfd4f5e2
5 changed files with 14 additions and 4 deletions

View File

@@ -76,7 +76,7 @@ namespace WMS.Web.Api.Controllers
if (loginInfo == null || loginInfo.UserInfo == null)
return ResultList<InStockTaskBillNoQueryResponse>.ReFailure(ResultCodes.Token_Invalid_Error);
var list= await _inStockTaskRepositories.GetListBy(code);
var list= await _inStockTaskRepositories.GetListBy(code, InstockType.Purchase);
return ResultList<InStockTaskBillNoQueryResponse>.ReSuccess(list);
}
}

View File

@@ -850,6 +850,11 @@
来源单号
</summary>
</member>
<member name="P:WMS.Web.Core.Dto.InStockTask.InStockTaskBillNoQueryResponse.StockCode">
<summary>
仓库编码(对应金蝶和单点)
</summary>
</member>
<member name="P:WMS.Web.Core.Dto.InStockTask.InStockTaskBillNoQueryResponse.MaterialId">
<summary>
物料ID

View File

@@ -1189,7 +1189,7 @@
<param name="sourceBillNos"></param>
<returns></returns>
</member>
<member name="M:WMS.Web.Domain.Infrastructure.IInStockTaskRepositories.GetListBy(System.String)">
<member name="M:WMS.Web.Domain.Infrastructure.IInStockTaskRepositories.GetListBy(System.String,System.Nullable{WMS.Web.Domain.Values.InstockType})">
<summary>
列表-根据来源单号模糊
</summary>