@{ ViewBag.Title = "日终持仓风险"; Layout = "~/Views/Shared/_MainLayout.cshtml"; var pageObj = new { valueDate_eod = ViewBag.lastDate_eod.ToString("yyyy-MM-dd"), tabIndex= ViewBag.TabIndex }; } @section JS{ }
@Html.SearchDate("ValueDate", "结算日期") @Html.ShortInput("TradeNumber", "交易编号") @Html.MyAceDropdownInput("BookId", "簿记账户", AssetunitController.GetClientassetunit()) @Html.MyAceDropdownInput("GroupId", "簿记账户组", AssetUnitModel.GetAllAssetUnitGroupItem())
标的代码
@Html.MyAceDropdownInput("ClientId", "交易对手方", ClientDataModel.GetAllOpenClient()) @MyControls.SearchBtn()
@Html.Raw(JqGridSimple.OutTable())