@{ ViewBag.Title = "学生学籍"; Layout = "~/Views/Shared/_Index.cshtml"; } @Html.AppendCssFile("/Views/UserCenter/user.css")
@*
基本信息
*@
@**@
{{studentInfo.StuName}}
  • 性       别 : {{studentInfo.GenderNo | sex}}
  • 出生日期 : {{studentInfo.Birthday | date}}
  • 校       区 : {{baseInfo.companyId | 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}}
@*
学校*
学号*
考生号*
通知书号*
身份证号*
姓名*
民族*
性别*
政治面貌
出生日期*
健康状况
籍贯
照片
联系电话*
E-mail
家庭地址*
邮政编码*
户口所在地
档案所在地
父亲姓名*
父亲电话*
母亲姓名*
母亲电话*
家庭出身
港澳台侨
年级*
本专科
报到日期*
系所*
专业*
班级*
入学年月*
入党时间
入团时间
校内地址
校内电话
QQ
特长
备注
毕业证书备注
@Html.AppendJsFile("/Areas/EducationalAdministration/Views/StuInfoBasic/FormView.js")*@