修复bug
This commit is contained in:
@@ -111,6 +111,8 @@ namespace WMS.Web.Domain.Entitys
|
|||||||
this.Method = (InventoryInOutMethod)method;
|
this.Method = (InventoryInOutMethod)method;
|
||||||
this.DeliveryOrgId = task.DeliveryOrgId;
|
this.DeliveryOrgId = task.DeliveryOrgId;
|
||||||
this.ReceiptCustomerId = task.ReceiptCustomerId;
|
this.ReceiptCustomerId = task.ReceiptCustomerId;
|
||||||
|
this.OrgCode = task.OrgCode;
|
||||||
|
this.StockCode = task.StockCode;
|
||||||
this.CreatorId = creatorId;
|
this.CreatorId = creatorId;
|
||||||
this.CreateTime = DateTime.Now;
|
this.CreateTime = DateTime.Now;
|
||||||
if (task.Type == OutStockType.Sal)
|
if (task.Type == OutStockType.Sal)
|
||||||
|
|||||||
Reference in New Issue
Block a user