盘点
This commit is contained in:
@@ -7106,11 +7106,6 @@
|
||||
仓位
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:WMS.Web.Core.Dto.TakeStock.TakeStockQueryInfoResponse.BoxBillNo">
|
||||
<summary>
|
||||
箱号
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:WMS.Web.Core.Dto.TakeStock.TakeStockQueryInfoResponse.Erp_SubStock">
|
||||
<summary>
|
||||
子仓库
|
||||
|
||||
@@ -49,10 +49,10 @@ namespace WMS.Web.Core.Dto.TakeStock
|
||||
/// </summary>
|
||||
[Column("仓位")]
|
||||
public string SubStock { get; set; }
|
||||
/// <summary>
|
||||
/// 箱号
|
||||
/// </summary>
|
||||
public string BoxBillNo { get; set; }
|
||||
///// <summary>
|
||||
///// 箱号
|
||||
///// </summary>
|
||||
//public string BoxBillNo { get; set; }
|
||||
/// <summary>
|
||||
/// 子仓库
|
||||
/// </summary>
|
||||
|
||||
@@ -270,7 +270,7 @@ namespace WMS.Web.Repositories
|
||||
BeforeQty = s.detail.BeforeQty,
|
||||
AfterQty = s.detail.AfterQty,
|
||||
FinalQty = s.detail.FinalQty,
|
||||
BoxBillNo=s.box.BoxBillNo,
|
||||
// BoxBillNo=s.box.BoxBillNo,
|
||||
ResultType = s.order.ResultType.GetRemark(),
|
||||
Remark = s.detail.Remark,
|
||||
FailRemark = s.order.FailRemark,
|
||||
|
||||
Reference in New Issue
Block a user