@{ ViewBag.Title = "其他报告"; Layout = "~/Views/Shared/_MainLayout.cshtml"; var pageObj = new { valueDate = GlobalConfig.ExtendReportType.FirstOrDefault().Value == 2 ? valuedateBLL.ValueDate.ToString("yyyy-MM") : valuedateBLL.ValueDate.ToString("yyyy-MM-dd"), reportTypeInfos = GlobalConfig.ExtendReportType, reportTypes = GlobalConfig.ExtendReportType, defaultType = GlobalConfig.ExtendReportType.FirstOrDefault().Key, }; } @section CSS { } @section JS{ }