@page "/Project/Reviewer/{ProjectNo?}" @attribute [Authorize] 专案审核 @if (string.IsNullOrEmpty(ProjectNo)) { } else { @ProjectNo } @if (projectContents != null) { foreach (var pContent in projectContents) { 最终绩效点数: S A B C D @pp.Content @pp.WorkDate.ToString("yyyy-MM-dd") @pp.TimeSpan 天 @pp.TakeTime 小时 @* *@
} } else { }
@if(HistroyContents != null){
@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
} }
}