修复bug

This commit is contained in:
18942506660
2023-11-23 17:52:07 +08:00
parent 247ce1158d
commit fecb0cdb10

View File

@@ -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)