@{ ViewBag.Title = "结算报告"; ViewBag.Menu = "结算财务-结算报告"; Layout = "~/Views/Shared/_MainLayout.cshtml"; var pageObj = new { isTradeVol = PS.Config.IsTradeVol, isPvRounded = PS.Config.IsPVRounded, isShowMargin = PS.Config.ErpElement.PositionDetialShowMargin, isShenWan = YLErp.PS.Config.Is申万, isXiangYu = YLErp.PS.Config.Is厦门象屿, isHongYuan = YLErp.PS.Config.Is宏源, isGuoJun = YLErp.PS.Config.IsGuoJun, g_volMoreAccurate = YLErp.PS.Config.ErpElement.VolMoreAccurate, calcDate = valuedateBLL.ValueDate.ToString("yyyy-MM-dd"), isBroker = YLErp.PS.Config.ComponentVersion == YLErp.Configuration.ComponentVersion.Broker, EndTime = ViewBag.EndTime?.ToString(), StartTime = ViewBag.StartTime?.ToString(), valueDate = valuedateBLL.ValueDate.ToString("yyyy-MM-dd"), configcolumn = configcolumn_data.持仓明细, ParentFlag = ViewBag.ParentFlag, IsUseDisplayNotional = PS.Config.IsUseDisplayNotional }; } @section CSS{ } @section JS{ }