This commit is contained in:
tongfei
2023-10-30 11:13:23 +08:00
2 changed files with 0 additions and 5 deletions

View File

@@ -6,10 +6,6 @@ namespace WMS.Web.Core.Dto.MoveBoxRecord
{
public class MoveBoxRecordQueryInfoResponse
{
/// <summary>
/// 规格型号
/// </summary>
public string Specifications { get; set; }
/// <summary>
/// 箱号
/// </summary>

View File

@@ -93,7 +93,6 @@ namespace WMS.Web.Repositories
#region dto组装
Box = s.box.BoxBillNo,
SrcSubStock = _singleDataService.GetSingleData(SingleAction.SubStocks, _loginRepositories.CompanyId, s.moveBox.SrcSubStockId),
Specifications = "",
DestSubStock = _singleDataService.GetSingleData(SingleAction.SubStocks, _loginRepositories.CompanyId, s.moveBox.DestSubStockId),
Qty = s.moveBox.Qty,
Type = s.moveBox.Type.GetRemark(),