@{ ViewBag.Title = "资金流动性预测"; Layout = "~/Views/Shared/_MainLayout.cshtml"; var pageObj = new { startDate = valuedateBLL.ValueDate.ToString("yyyy-MM-dd"), endDate = ViewBag.EndDate.ToString("yyyy-MM-dd"), }; } @section CSS{ } @section JS{ }
@Html.SearchDate("End", "截止日期") @MyControls.SearchBtn()
@Html.Raw(JqGridSimple.OutTable())