列表仓位
This commit is contained in:
@@ -90,9 +90,9 @@ namespace WMS.Web.Repositories
|
||||
{
|
||||
#region dto组装
|
||||
Box = "",
|
||||
SrcSubStock = "",
|
||||
SrcSubStock = _singleDataService.GetSingleData(SingleAction.SubStocks, _loginRepositories.CompanyId, s.SrcSubStockId),
|
||||
Specifications = "",
|
||||
DestSubStock = "",
|
||||
DestSubStock = _singleDataService.GetSingleData(SingleAction.SubStocks, _loginRepositories.CompanyId, s.DestSubStockId),
|
||||
Qty = s.Qty,
|
||||
Type = s.Type.GetRemark(),
|
||||
Creator = _singleDataService.GetSingleData(SingleAction.Staffs, _loginRepositories.CompanyId, s.CreatorId),
|
||||
|
||||
Reference in New Issue
Block a user