箱库存-组织code

This commit is contained in:
tongfei
2023-11-22 13:40:14 +08:00
parent f9d947e03a
commit 88eb4d1151
5 changed files with 31 additions and 0 deletions

View File

@@ -98,6 +98,7 @@ namespace WMS.Web.Domain.Services
if (!string.IsNullOrEmpty(dto.StockCode) && dto.SubStockId.HasValue)
{
var newTagBox = new BoxInventory();
newTagBox.OrgCode = dto.TargetBoxOrgCode;
newTagBox.StockCode = dto.StockCode;
newTagBox.SubStockId = dto.SubStockId.Value;
newTagBox.BoxId = dto.TargetBoxId;