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