@{ Layout = "~/Views/Shared/_InfoLayout.cshtml"; } @section CSS{ } @section JS{ } @{ var types = ConsTrade.TradeTypesForOtcOptions.Concat(new[] { "风险逆转" }).ToArray(); }
@Html.ShortInput("TradeNumber", "交易编号:") @Html.MyAceDropdownInput("ClientId", "客户名称:", ClientDataModel.GetAllOpenClient())
标的代码:
@*@Html.MyAceDropdownInput("UnderlyingInstrumentType", "标的类型:", ConsGlobal.InstrumentType.SelectItems())*@ @Html.MyAceDropdownInput("TradeTypes", "结构类型:", GlobalData.GetSelectItems(types)) @Html.SearchDateRange("TradeDate", "交易日期:") @Html.SearchDateRange("ExerciseDate", "到期日期:") @Html.ShortInput("TradePrice", "交易总额:") @Html.ShortInput("OptName", "操作者:") @Html.SearchDateRange("OptDate", "操作日期:") @MyControls.SearchBtn()
@Html.Raw(JqGridSimple.OutTable())