@page "/CaseManager" @attribute [Authorize] @{ RenderFragment xiaoxi = @ ; RenderFragment gdIcon = @; } 绩效管理
@{ RenderFragment DoingIcon = @ ; RenderFragment FiniishedIcon = @ ; } @if (calMonths != null) { int iIndex = 0; foreach (CalMonth month in calMonths) { iIndex++; if (iIndex > 12) { break; }
@if (month.Status == 4) { } else { } @($"{month.Year}年{month.Month}月绩效")
} } else { }
@if (HandlingCalMonth != null) { @if (HandlingCalMonth.Status != 4) { if(isGuiDang) { } else{ 完成本期绩效计算,归档数据 } } @*@if(isDownloading) { } else { }*@ @if (isDownloading) { } else { } @if (isDownloading) { } else { } @if (isDownloading) { } else { } @serialNumber(_pageIndex, _pageSize, context.Id) @(context.BasePoint == null ? "" : context.BasePoint) @(context.AgentFeedbackMemo == null ? "" : context.AgentFeedbackMemo) @if (context.ItemStaffs != null) { foreach (ItemStaff itemStaff in context.ItemStaffs) { @(itemStaff.DoPerson.Name)  } } @(context.ExternalHandler == null ? "" : context.ExternalHandler.Name) @(context.Reviewer == null ? "" : context.Reviewer.Name)
@(context.Data.FinishedDate.HasValue ? context.Data.FinishedDate.Value.ToString("yyyy-MM-dd") : "") @(context.Data.ReturnDate.HasValue ? context.Data.ReturnDate.Value.ToString("yyyy-MM-dd") : "") @(context.Data.CustomerLimitDate.HasValue ? context.Data.CustomerLimitDate.Value.ToString("yyyy-MM-dd") : "") @(context.Data.FirstDraftDate.HasValue ? context.Data.FirstDraftDate.Value.ToString("yyyy-MM-dd") : "") @(context.Data.InternalDate.HasValue ? context.Data.InternalDate.Value.ToString("yyyy-MM-dd") : "") @context.Data.CaseState @context.Data.DoItemMemo @context.Data.CaseName @context.Data.ApplicationName @context.Data.CaseMemo
}