@{ ViewBag.Title = "授信管理"; Layout = "~/Views/Shared/_MainLayout.cshtml"; var pageObj = new { ClientType = CreditTable.ClientType, canOperate = CurUser.客户管理.授信修改, roles = CurUser.Roles.Select(s => s.Id).ToList(), systemDate = ViewBag.SystemDate, Company = YLErp.PS.Config.Company.ToString(), curTabIndex = Context.Request.Query["tab"].ToString().TrimToNull() ?? "1", UseClientStockEqvNotional = PS.Config.ErpElement.UseClientStockEqvNotional }; ViewData["tab-active-" + pageObj.curTabIndex] = "active"; } @section CSS{ } @section JS{ }