@{ ViewBag.Title = "sqyscx"; }
开始时间: 结束时间: 申请科室: @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" }) }
@using Newtonsoft.Json; @section scripts{ }