个人系数

parent 37ab0379
......@@ -1449,7 +1449,7 @@ public DeptDataDetails DeptOfficeDetail(int accountId)
if (items != null && items.Count > 0)
{
var itemName = $"{post.Key.JobNumber} {post.FirstOrDefault()?.EmployeeName}";
var itemName = $"个人系数({post.Key.JobNumber} {post.FirstOrDefault()?.EmployeeName}";
var item = new DetailDtos { ItemName = itemName, IncomeType = 5, OriginalType = postSheet.SheetType ?? 0, Amount = amount, GroupBasis = groupBasis, Items = items };
deptDetails.Detail.Add(item);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment