@using WX.CRM.WebHelper @{ ViewBag.Title = "组别业绩汇总查询(实时)"; Layout = "~/Views/Shared/_Index_Layout2.cshtml"; DateTime maxMonthlyDate = DateTime.ParseExact(ViewBag.maxMonthlyDate + "01", "yyyyMMdd", System.Globalization.CultureInfo.CurrentCulture, System.Globalization.DateTimeStyles.None); if (DateTime.Now.Day > 10) { maxMonthlyDate = maxMonthlyDate.AddMonths(1); } }
@Html.ToolButton("btnQuery", "icon-search", "查询", true) @Html.Action("ToolBar", "Control", ViewBag.ToolBar as ToolBar)
@Html.Raw(ViewBag.GroupList)