diff --git a/src/WMS.Web.Domain/Entitys/OutStock.cs b/src/WMS.Web.Domain/Entitys/OutStock.cs index fea38b68..be44627d 100644 --- a/src/WMS.Web.Domain/Entitys/OutStock.cs +++ b/src/WMS.Web.Domain/Entitys/OutStock.cs @@ -111,6 +111,8 @@ namespace WMS.Web.Domain.Entitys this.Method = (InventoryInOutMethod)method; this.DeliveryOrgId = task.DeliveryOrgId; this.ReceiptCustomerId = task.ReceiptCustomerId; + this.OrgCode = task.OrgCode; + this.StockCode = task.StockCode; this.CreatorId = creatorId; this.CreateTime = DateTime.Now; if (task.Type == OutStockType.Sal)