查询
体检项目
刷新
| 姓名: | |
| 性别: | @Html.DropDownListFor(m => m.sex, ViewData["xb_type_group"] as SelectList, "--------全部--------", new { id = "sex" }) |
| 条码号: | |
| 体检状态: | @Html.DropDownListFor(m => m.procedure_status, ViewData["tjzt"] as SelectList, "--------请选择--------", new { id = "tjzt" }) |
| 类型: | @Html.DropDownListFor(m => m.exam_type_id, ViewData["check_type_maintain_group"] as SelectList, "-----------请选择----------", new { exam_type_id = "check_type_maintain_id" }) |
| 是否录入: | 已录 |
| 登记类型: | @Html.RadioButtonFor(m => m.register_type, 0, new { @id = "register_type", @name = "register_type", @checked = true }) @Html.RadioButtonFor(m => m.register_type, 1, new { @id = "register_type", @name = "register_type" }) @Html.RadioButtonFor(m => m.register_type, 2, new { @id = "register_type", @name = "register_type" }) |
| 体检日期: | |
| 打印日期: | |
| 单位名称: | 清除 |