@{ ViewBag.Title = "sqyscx"; }
| 开始时间: | 结束时间: | 预算年份: | @Html.TextBox("year", "", new { @class = "l-text" }) | ||
| 申请人: | @Html.TextBox("sqr", "", new { @class = "l-text" }) | 申请科室: | @if (ViewBag.disabled == "1") { @Html.DropDownList("ksid", ViewBag.ksD as SelectList, "所有科室", new { @class = "l-text", @disabled = "disabled" }) } else { @Html.DropDownList("ksid", ViewBag.ksD as SelectList, "所有科室", new { @class = "l-text" }) } | @**@ | |