删除移箱规格型号

This commit is contained in:
18942506660
2023-10-30 11:02:35 +08:00
parent fd0bb092db
commit 991e23c713
2 changed files with 0 additions and 5 deletions

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(),