@using Learun.Application.OA
@using Learun.Application.Base.SystemModule
@using Learun.Application.TwoDevelopment.EducationalAdministration
@using Learun.Application.TwoDevelopment.Permission
@using Learun.Application.WorkFlow
@using Learun.Util
@{
ViewBag.Title = "统一信息门户";
Layout = "~/Views/SSOSystem/_LayoutSSOTwo.cshtml";
}
@{
List
flowtypelist = ViewBag.FlowType;
}
@foreach (ModuleEntity m in ViewBag.Offenused)
{
}
办公邮件@ViewBag.LanMailUnRead
办公事项@ViewBag.TaskList.Count
@{
var newscount = ViewBag.NewsList as List
;
}
最新公告@newscount.Count(m=>string.IsNullOrEmpty(m.RNewsId))
学校公文@ViewBag.ReceiveFileList.Count
@foreach (Perm_FunctionTypeEntity fyEntity in ViewBag.FunctionTypeList)
{
}
@{ var logininfo = LoginUserInfo.Get(); }
@foreach (Perm_FunctionTypeEntity fyEntity in ViewBag.FunctionTypeList)
{
@{ List
list = (List)ViewBag.FunctionList;
list = list.Where(m => m.FTId == fyEntity.FTId).ToList();
}
@foreach (Perm_FunctionEntity functionEntity in list)
{
}
}