| 登记日期 |
|
结束日期 |
|
体检类型 |
@Html.DropDownList("tjlx", ViewBag.tjlx as SelectList, "----请选择----") |
人员姓名 |
@Html.TextBox("ryxm", "", new { @class = "l-text" }) |
| 体检编号 |
@Html.TextBox("tjbh_start", "", new { @class = "l-text" }) |
结束编号 |
@Html.TextBox("tjbh_end", "", new { @class = "l-text" }) |
所属区域 |
@Html.DropDownList("ssqy", ViewBag.ssqy as SelectList, "----请选择----") |
单位名称 |
@Html.TextBox("dwmc", "", new { @class = "l-text" }) |
| 是否复检 |
@Html.DropDownList("fj", ViewBag.fj as SelectList, "----请选择----") |
冻结状态 |
@Html.DropDownList("dj", ViewBag.dj as SelectList, "----请选择----") |
|
|
|
|
|
|