@foreach(CalMonth calMonth in GetMonth(HistroyContents))
{
@($"{calMonth.Year}年{calMonth.Month}月")
foreach(share.ProjectContents pContent in GetByMonth(calMonth, HistroyContents))
{
最终绩效点数:
@($"{GetPointString(pContent.ProjectContentRecord,"S")}") S
@($"{GetPointString(pContent.ProjectContentRecord,"A")}") A
@($"{GetPointString(pContent.ProjectContentRecord,"B")}") B
@($"{GetPointString(pContent.ProjectContentRecord,"C")}") C
@($"{GetPointString(pContent.ProjectContentRecord,"D")}") D
@pp.Content
@pp.WorkDate.ToString("yyyy-MM-dd")
@pp.TimeSpan 天
@pp.TakeTime 小时
@pp.DifficultFactor
@pp.ActualPerformance
}
}
}