@{ ViewBag.Title = "综合查询-基本信息"; Layout = "~/Views/Shared/_Index.cshtml"; }
打印
@*
基本信息
*@
@**@
{{studentInfo.StuName}}
  • 性       别 : {{studentInfo.GenderNo | sex}}
  • 出生日期 : {{studentInfo.Birthday | date}}
  • 校       区 : {{studentInfo.F_SchoolId | company}}
基本信息
  • 民 族 : {{studentInfo.NationalityNo |nationalityNo}}
  • 政治面貌 : {{studentInfo.PartyFaceNo | partyFaceNo}}
  • 身份证号 : {{studentInfo.IdentityCardNo}}
  • 户口所在地 : {{studentInfo.FatherUnit}}
家庭情况
  • 监护人姓名 : {{studentInfo.Guardian}}
  • 监护人联系电话 : {{studentInfo.GuardianPhone}}
  • 与监护人关系 : {{studentInfo.GuardianType |guardiantype}}
  • 邮政编码 : {{studentInfo.PostalCode}}
  • 家庭地址 : {{studentInfo.MailAddress}}
学籍信息
  • 学 籍 号 : {{studentInfo.StuCode}}
  • 学     号 : {{studentInfo.StuNo}}
  • 年     级 : {{studentInfo.Grade}}
  • 系     部 : {{studentInfo.DeptNo | deptNo}}
  • 专     业 : {{studentInfo.MajorNo | majorNo}}
  • 班     级 : {{studentInfo.ClassNo | class}}
  • 入团时间 : {{studentInfo.JoinLeagueDate | date}}
  • 现有学历 : {{studentInfo.GraduateNo | graduateNo}}
  • 报到日期 : {{studentInfo.RegisterDate | date}}
  • 入学年月 : {{studentInfo.EntranceDate | date}}
联系方式
  • 联系电话 : {{studentInfo.mobile}}
  • QQ : {{studentInfo.QQ}}
  • E-mail : {{studentInfo.EMail}}
@Html.AppendJsFile("/Areas/EducationalAdministration/Views/StuTransferInfo/QueryBasicInfo.js")