|
@@ -117,6 +117,7 @@ namespace OASystem.Infrastructure.Repositories.PersonnelModule
|
|
|
LastUpdateUserName = x.UserData?.CnName ?? string.Empty,
|
|
|
x.LastUpdateTime,
|
|
|
StockQuantity = x.StockQuantity - x.WaitAuditQuantity,
|
|
|
+ x.Unit,
|
|
|
x.StockQuantityLabel,
|
|
|
}).ToList();
|
|
|
|
|
@@ -151,6 +152,7 @@ namespace OASystem.Infrastructure.Repositories.PersonnelModule
|
|
|
gi.OQ_Total,
|
|
|
gi.PriceTotal,
|
|
|
gi.StockQuantity,
|
|
|
+ gi.Unit,
|
|
|
gi.Remark,
|
|
|
LastUpdateUserName = u1.CnName,
|
|
|
gi.LastUpdateTime,
|
|
@@ -182,6 +184,7 @@ namespace OASystem.Infrastructure.Repositories.PersonnelModule
|
|
|
OQ_Total = 0,
|
|
|
PriceTotal = 0,
|
|
|
StockQuantity = 0,
|
|
|
+ Unit = dto.Unit,
|
|
|
Remark = dto.Remark,
|
|
|
LastUpdateUserId = currUserId,
|
|
|
LastUpdateTime = DateTime.Now,
|
|
@@ -195,6 +198,7 @@ namespace OASystem.Infrastructure.Repositories.PersonnelModule
|
|
|
{
|
|
|
x.Name,
|
|
|
x.Type,
|
|
|
+ x.Unit,
|
|
|
x.Remark,
|
|
|
x.LastUpdateUserId,
|
|
|
x.LastUpdateTime,
|