@model YLErp.Configuration.SettlementConfig @{ ViewData["Title"] = "收盘配置"; var pageObj = new { AjaxSaveUrl = Url.Action("AjaxSaveSettlementConfig"), AjaxReCalcBuySell = Url.Action("AjaxClientBalanceReCalcBS"), AjaxReCalcBuySellProcess=Url.Action("AjaxClientBalanceReCalcProcess"), }; var allVolTypes = YLErp.Web.Models.SettlementViewModel.GetVolTypes(); var checkedVolTypes = Model.VolTypes.Split(',').Where(n => !string.IsNullOrWhiteSpace(n)).ToArray(); } @section heads{ }