@{ ViewBag.Title = "监控日志"; Layout = "~/Views/Shared/_MainLayout.cshtml"; var valueDate = valuedateBLL.ValueDate.ToSqlDate(); } @section CSS{ } @section JS{ }
@Html.SearchDateRange("CreateTime", "触碰日期") @Html.ShortInput("TradeNumber", "交易编号") @Html.ShortInput("ClientNumber", "客户编号") @Html.ShortInput("ClientName", "客户名称") @Html.ShortInput("Trader", "操作人") @Html.MyAceDropdownInput("TrialResult", "预警结果", RiskCheckLogController.GetRiskCheckLogResult(),appendEmptyAll:false,multiple:true)
@MyControls.SearchBtn()
@Html.Raw(JqGridSimple.OutTable())