@{ ViewBag.Title = "project_factor_maintainMessage"; } @section scripts{ } @model dccdc.Models.project_factor_maintainModel
| 体检项目: | @Html.DropDownListFor(m => m.exam_project_maintain_id, ViewData["tjxm"] as SelectList, "----请选择----") @Html.ValidationMessageFor(m => m.exam_project_maintain_id) |
| 是否必检: | @Html.DropDownListFor(m => m.is_check, ViewData["ischeck"] as SelectList) |
| 项目名称: | @Html.TextBoxFor(m => m.project_name, new { @readonly = "readonly" }) |
| 项目编码: | @Html.TextBoxFor(m => m.project_code, new { @readonly = "readonly" }) |
| 小组名称: | @Html.TextBoxFor(m => m.exam_group, new { @readonly = "readonly" }) |
| 小组id: | @Html.HiddenFor(m => m.factor_code) @Html.TextBoxFor(m => m.exam_group_maintain_id, new { @readonly = "readonly" }) |
|
|
|