回退仓储
This commit is contained in:
@@ -19,6 +19,11 @@ namespace WMS.Web.Core.Dto
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public int DetailsId { get; set; }
|
public int DetailsId { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 单据编号
|
||||||
|
/// </summary>
|
||||||
|
public string BillNo { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 所属箱号ID
|
/// 所属箱号ID
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
@@ -75,6 +75,7 @@ namespace WMS.Web.Repositories
|
|||||||
{
|
{
|
||||||
Id = s.order.Id,
|
Id = s.order.Id,
|
||||||
DetailsId = s.detail.Id,
|
DetailsId = s.detail.Id,
|
||||||
|
BillNo=s.order.BillNo,
|
||||||
BoxBillNo = "",
|
BoxBillNo = "",
|
||||||
Type = s.order.Type.GetRemark(),
|
Type = s.order.Type.GetRemark(),
|
||||||
Creator = "",
|
Creator = "",
|
||||||
|
|||||||
Reference in New Issue
Block a user