模糊查询来源单-需要供应商和组织信息
This commit is contained in:
@@ -1100,6 +1100,16 @@
|
|||||||
明细ID
|
明细ID
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="P:WMS.Web.Core.Dto.InStockTask.InStockTaskBillNoQueryResponse.SupplierId">
|
||||||
|
<summary>
|
||||||
|
供应商
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:WMS.Web.Core.Dto.InStockTask.InStockTaskBillNoQueryResponse.OrgId">
|
||||||
|
<summary>
|
||||||
|
组织
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
<member name="P:WMS.Web.Core.Dto.InStockTask.InStockTaskBillNoQueryResponse.SourceBillNo">
|
<member name="P:WMS.Web.Core.Dto.InStockTask.InStockTaskBillNoQueryResponse.SourceBillNo">
|
||||||
<summary>
|
<summary>
|
||||||
来源单号
|
来源单号
|
||||||
|
|||||||
@@ -18,6 +18,15 @@ namespace WMS.Web.Core.Dto.InStockTask
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public int DetailsId { get; set; }
|
public int DetailsId { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 供应商
|
||||||
|
/// </summary>
|
||||||
|
public int SupplierId { get; set; }
|
||||||
|
/// <summary>
|
||||||
|
/// 组织
|
||||||
|
/// </summary>
|
||||||
|
public int OrgId { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 来源单号
|
/// 来源单号
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
@@ -280,6 +280,8 @@ namespace WMS.Web.Repositories
|
|||||||
{
|
{
|
||||||
Id=s.order.Id,
|
Id=s.order.Id,
|
||||||
DetailsId=s.detail.Id,
|
DetailsId=s.detail.Id,
|
||||||
|
SupplierId=s.detail.SupplierId,
|
||||||
|
OrgId=s.detail.OrgId,
|
||||||
SourceBillNo=s.order.SourceBillNo,
|
SourceBillNo=s.order.SourceBillNo,
|
||||||
MaterialId=s.detail.MaterialId,
|
MaterialId=s.detail.MaterialId,
|
||||||
StockCode=s.detail.StockCode,
|
StockCode=s.detail.StockCode,
|
||||||
|
|||||||
Reference in New Issue
Block a user