@{ ViewBag.Title = "日终其他报表任务"; Layout = "~/Views/Shared/_MainLayout.cshtml"; var pageObj = new { HasGroup = ConsUserGroup.HasGroup }; } @section CSS{ } @section JS{ }
@Html.MyAceDropdownInput2("FileType", "报表类型", new List() { new SelectListItem() {Value = "1", Text = @"日终资金流水"}, new SelectListItem() {Value = "2", Text = @"估值文件"} }) @Html.SearchDateRange("EodTime", "日期") @MyControls.SearchBtn()
@Html.Raw(JqGridSimple.OutTable())