@model dccdc.Models.InfectionOpenUserInfoModel
@section scripts{ }| 姓名: | @Html.TextBoxFor(m => m.name, new { @readonly = "readonly", Styles = "width:140px", Class = "l-text" }) |
| 所属单位: | @Html.TextBoxFor(m => m.unit, new { @readonly = "readonly", Styles = "width:140px", Class = "l-text" }) |
| 手机号码: | @Html.TextBoxFor(m => m.phone, new { @readonly = "readonly", Styles = "width:140px", Class = "l-text" }) |
| 身份证: | @Html.TextBoxFor(m => m.ident, new { @readonly = "readonly", Styles = "width:140px", Class = "l-text" }) |
| 生日: | @Html.TextBoxFor(m => m.birth, new { @readonly = "readonly", Styles = "width:140px", Class = "l-text" }) |
| 所属人群: | @Html.DropDownListFor(m => m.crowd_id, ViewBag.crowdList as SelectList, "==请选择人群==", new { @readonly = "readonly", id = "crowd_id" }) |
| 当前状态: | @if (Model.type == 1) { } else if (Model.type == 0) { } else { } |
| 驾驶证: | |
| 审核人: | @Html.TextBoxFor(m => m.pass_name, new { @readonly = "readonly", Styles = "width:140px", Class = "l-text" }) |
| 审核时间: | @Html.TextBoxFor(m => m.pass_time, new { @readonly = "readonly", Styles = "width:140px", Class = "l-text" }) |