@using EnumHelper=System.Web.Mvc.Html.EnumHelper
@{
ViewBag.Title = "财务凭证";
Layout = "~/Views/Shared/_MainLayout.cshtml";
}
@section CSS{
}
@section JS
{
}
@Html.MyAceDropdownInput2("IsSamePeer", "同业/非同业", EnumHelper.GetSelectList(typeof(SamePeerEnum)))
@Html.MyAceDropdownInput("Abstract", "摘要", EnumHelper.GetSelectList(typeof(FinancialVoucherAbstractEnum)))
@MyControls.Btn("筛选", "return(SearchClick(true));")
@MyControls.Btn("导出", "exportToExcelChoose()")
@Html.Raw(JqGridSimple.OutTable())