@if (ViewBag.UserType == "管理员")
{
}
else if (ViewBag.UserType == "学生")
{
@*
基本信息
*@
@*
![](~/Content/images/Login/user3.jpg)
*@
{{studentInfo.StuName}}
- 性 别 : {{studentInfo.GenderNo | sex}}
- 出生日期 : {{studentInfo.Birthday | date}}
- 联系电话 : {{studentInfo.mobile}}
- 校 区 : {{baseInfo.companyId | company}}
- 学 号 : {{studentInfo.StuNo}}
- 本 专 科 : {{studentInfo.GraduateNo | graduateNo}}
- 年 级 : {{studentInfo.Grade}}
基本信息
- 民 族 : {{studentInfo.NationalityNo |nationalityNo}}
- 政治面貌 : {{studentInfo.PartyFaceNo | partyFaceNo}}
- 身份证号 : {{studentInfo.IdentityCardNo}}
- E-mail : {{studentInfo.EMail}}
- 户 籍 省 : {{studentInfo.F_ProvinceId | province}}
- 户籍地市 : {{studentInfo.F_CityId | city}}
- 户籍县区 : {{studentInfo.F_CountyId | area}}
- 户籍地址 : {{studentInfo.FatherUnit}}
家庭情况
- 父亲姓名 : {{studentInfo.FatherName}}
- 父亲电话 : {{studentInfo.FatherPhone}}
- 母亲姓名 : {{studentInfo.MatherName}}
- 母亲电话 : {{studentInfo.MatherPhone}}
- 港澳台侨 : {{studentInfo.OverseasChineseNo | overseasChineseNo}}
- 健康状况 : {{studentInfo.HealthStatusNo | healthStatusNo}}
- 邮政编码 : {{studentInfo.PostalCode}}
- 通信地址 : {{studentInfo.MailAddress}}
学籍信息
- 通知书号 : {{studentInfo.NoticeNo}}
- 考 生 号 : {{studentInfo.ksh}}
- 系所 : {{studentInfo.DeptNo | deptNo}}
- 专 业 : {{studentInfo.MajorNo | majorNo}}
- 班 级 : {{studentInfo.ClassNo | class}}
- 报到日期 : {{studentInfo.RegisterDate | date}}
- 入学年月 : {{studentInfo.EntranceDate | date}}
- 入党时间 : {{studentInfo.JoinPartyDate | date}}
- 入团时间 : {{studentInfo.JoinLeagueDate | date}}
- 档案地址 : {{studentInfo.MatherUnit}}
联系方式
- 校内地址 : {{studentInfo.InSchoolAddress}}
- QQ : {{studentInfo.QQ}}
- 校内电话 : {{studentInfo.InSchoolTelephone}}
}
else if (ViewBag.UserType == "教师")
{
@*
基本信息
*@
@*
![](~/Content/images/Login/user3.jpg)
*@
{{teacherInfo.EmpName}}
- 职 工 号 :{{teacherInfo.EmpNo}}
- 性 别 : {{teacherInfo.GenderNo | sex}}
- 出生日期 : {{teacherInfo.Birthday | date}}
- 联系电话 : {{teacherInfo.mobile}}
- 校 区 : {{baseInfo.companyId | company}}
- 部门 : {{teacherInfo.F_DepartmentId | department}}
基本信息
- 民 族 : {{teacherInfo.NationalityNo | nationalityNo}}
- 政治面貌 : {{teacherInfo.PartyFaceNo | partyFaceNo}}
- 身份证号 : {{teacherInfo.IdentityCardNo}}
- 健康状况 : {{teacherInfo.HealthStatusNo | healthStatusNo}}
- 档案所在地 : {{teacherInfo.LocusOfArchives}}
- 户口所在地 : {{teacherInfo.LocusOfResidence}}
学历学位信息
- 最高学历 : {{teacherInfo.HighestRecord | HighestRecordNo}}
- 获取方式 : {{teacherInfo.ObtainWayOfHighestRecord | ObtainWayNo}}
- 取得时间 : {{teacherInfo.HighestRecordGetTime}}
- 最高学位 : {{teacherInfo.DegreeNo | degreeNo}}
- 获取方式 : {{teacherInfo.ObtainWayOfHighestDegree | ObtainWayOfHighestDegreeNo}}
- 取得时间 : {{teacherInfo.HighestDegreeGetTime}}
其他信息
- 毕业学校 : {{teacherInfo.GraduateSchoolName}}
- 毕业时间 : {{teacherInfo.GraduateDate1}}
- 是否代课 : {{teacherInfo.IsHasLesson | IsHasLessonNo}}
- 文化程度 : {{teacherInfo.CultureDegreeNo | cultureDegreeNo}}
- 现任职务: {{teacherInfo.Title}}
联系方式
- 手机号码 : {{teacherInfo.mobile}}
- 紧急联系人 : {{teacherInfo.Linkman}}
- 紧急联系人电话 : {{teacherInfo.PhoneOfLinkman}}
}