@model EMIS.ViewModel.Students.StudentsView @using EMIS.Web.Controls; @using Bowin.Web.Controls.Mvc;
@Html.ContextMenuBar("Export")
@Html.Hidden("QueryParamsDatas") @Html.Hidden("selectedIDs") @Html.Hidden("ExportPictureType") @**@ @**@
@Html.RadioButton("type", "IDNumberToPicture") 证件号 @Html.RadioButton("type", "IDNumberToPicture") 证件号
@Html.RadioButton("type", "ExamineeNumToPicture") 考生号 @Html.RadioButton("type", "LoginIDandUserNameToPicture") 学号+姓名
@section scripts{ }