@{ 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{ }
@Html.MyAceDropdownInput("ClientId", "客户名称", ClientDataModel.GetAllClient(), false, true, null, false) @Html.CheckBox("ParentFlag", false) @Html.Label(null,"包含子级", new { @style = "font-size:12px;" }) @Html.ShortInput("ValueDateFrom", "起始日期:") @Html.ShortInput("ValueDate", "结束日期:") @MyControls.SearchBtn() @MyControls.Btn("配置报告", "PopDesc()") @if (PS.Config.Is申万) { @MyControls.Btn("下载报告", "DownLoadReport()") } @MyControls.Btn("发送报告", "SendReport()")

@Html.Raw(JqGridSimple.OutTable())
@Html.Raw(DBCacheManager.Single.GetStr(CacheTable.DingShiDesc))