@model EMIS.ViewModel.StudentManage.StudentProfile.StudentView @using EMIS.Web.Controls; @using Bowin.Web.Controls.Mvc; @{ ViewBag.Title = "PictureExport"; } @section scripts{ }
@Html.ContextMenuBar("PicExport")
@Html.Hidden("queryParamsDatas") @Html.Hidden("userIDs") @Html.Hidden("exportPicType")
@Html.RadioButton("PictureType", "StudentNoToPic", true) 学号 @Html.RadioButton("PictureType", "ExamineeNumToPic") 考生号
@Html.RadioButton("PictureType", "IDNumberToPic") 证件号码 @Html.RadioButton("PictureType", "StudentNoAndNameToPic") 学号+姓名