@{ ViewBag.Title = "getFx"; } @section scripts{ }
@using (Ajax.BeginForm("Add", new AjaxOptions { HttpMethod = "Post", OnSuccess = "success" })) { @Html.Hidden("personids", ViewData["personids"])| @foreach (string h in ViewData["hazards"].ToString().Split(',')) { if (ViewData["i"].ToString() == "0") { @Html.RadioButton("hazards", h, new { @checked="checked" } ); @h; @: } else { @Html.RadioButton("hazards", h); @h; @: } ViewData["i"] = 1; } | |||
| 接触本职业危害因素: | @Html.TextBox("tb0", "", new { @class = "l-text", @readonly = "readonly", style = "width:80px" })人次 | ||
| 体检结果无明显异常: | @Html.TextBox("tb1", "", new { @class = "l-text", @readonly = "readonly", style = "width:80px" })人次 | 百分比 | @Html.TextBox("tb11", "", new { @class = "l-text", @readonly = "readonly", style = "width:80px" }) |
| 共查处相关异常情况: | @Html.TextBox("tb2", "", new { @class = "l-text", @readonly = "readonly", style = "width:80px" })人次 | 百分比 | @Html.TextBox("tb22", "", new { @class = "l-text", @readonly = "readonly", style = "width:80px" }) |
| 疑似职业病: | @Html.TextBox("tb3", "", new { @class = "l-text", @readonly = "readonly", style = "width:80px" })人次 | 百分比 | @Html.TextBox("tb33", "", new { @class = "l-text", @readonly = "readonly", style = "width:80px" }) |
| 职业禁忌证: | @Html.TextBox("tb4", "", new { @class = "l-text", @readonly = "readonly", style = "width:80px" })人次 | 百分比 | @Html.TextBox("tb44", "", new { @class = "l-text", @readonly = "readonly", style = "width:80px" }) |
| 单危害因素分析: | |||
| @Html.TextArea("tb5", "", new { style = "width:100%;height:100px" }) | |||