@using YLErp.Modules.CalcPriceShowConfigModule @{ ViewBag.Title = "计算指标显示配置"; Layout = "~/Views/Shared/_InfoLayout.cshtml"; var allCalcQuota = CalcPriceShowConfigService.GetAllCalcQuota(); var defaultQuota = CalcPriceShowConfigService.GetDefaultCalcQuota(); var pageObj = new { AllCalcQuota = allCalcQuota, DefaultQuota = defaultQuota }; } @section CSS{ } @section JS{ }
@Html.Raw(JqGridSimple.OutTable())