Merge branch 'master' of https://codeup.aliyun.com/62ce7bca487c500c27f70a79/OPS/WMS-Api
This commit is contained in:
@@ -6,10 +6,6 @@ namespace WMS.Web.Core.Dto.MoveBoxRecord
|
|||||||
{
|
{
|
||||||
public class MoveBoxRecordQueryInfoResponse
|
public class MoveBoxRecordQueryInfoResponse
|
||||||
{
|
{
|
||||||
/// <summary>
|
|
||||||
/// 规格型号
|
|
||||||
/// </summary>
|
|
||||||
public string Specifications { get; set; }
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 箱号
|
/// 箱号
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
@@ -93,7 +93,6 @@ namespace WMS.Web.Repositories
|
|||||||
#region dto组装
|
#region dto组装
|
||||||
Box = s.box.BoxBillNo,
|
Box = s.box.BoxBillNo,
|
||||||
SrcSubStock = _singleDataService.GetSingleData(SingleAction.SubStocks, _loginRepositories.CompanyId, s.moveBox.SrcSubStockId),
|
SrcSubStock = _singleDataService.GetSingleData(SingleAction.SubStocks, _loginRepositories.CompanyId, s.moveBox.SrcSubStockId),
|
||||||
Specifications = "",
|
|
||||||
DestSubStock = _singleDataService.GetSingleData(SingleAction.SubStocks, _loginRepositories.CompanyId, s.moveBox.DestSubStockId),
|
DestSubStock = _singleDataService.GetSingleData(SingleAction.SubStocks, _loginRepositories.CompanyId, s.moveBox.DestSubStockId),
|
||||||
Qty = s.moveBox.Qty,
|
Qty = s.moveBox.Qty,
|
||||||
Type = s.moveBox.Type.GetRemark(),
|
Type = s.moveBox.Type.GetRemark(),
|
||||||
|
|||||||
Reference in New Issue
Block a user