| 体检日期 |
|
结束日期 |
|
体检类型 |
@Html.DropDownList("tjlx", ViewBag.tjlx as SelectList, "----请选择----") |
人员类别 |
@Html.DropDownList("rylb", ViewBag.rylb as SelectList, "----请选择----") |
|
| 项目类别 |
@Html.TextBox("xmlb", "", new { @class = "l-text" }) |
所属区域 |
@Html.DropDownList("ssqy", ViewBag.ssqy as SelectList, "----请选择----") |
年级 |
@Html.TextBox("nj", "", new { @class = "l-text" }) |
班级 |
@Html.TextBox("bj", "", new { @class = "l-text" }) |
| 单位名称 |
@Html.TextBox("dwmc","", new { @class = "l-text"}) |
在岗状态 |
@Html.DropDownList("zgzt", ViewBag.zgzt as SelectList, "----请选择----") |
录入医师 |
@Html.DropDownList("lrys", ViewBag.lrys as SelectList, "----请选择----") |
主检判断 |
@Html.CheckBox("zjpd")主检判断完成 |