@{ ViewBag.Title = "做市账户"; ViewBag.Menu = "系统管理-做市账户"; Layout = "~/Views/Shared/_MainLayout.cshtml"; var clientList = ClientDataModel.GetAllTrsClient();//做市报价交易对手方 var pageObj = new { canEdit = CurUser.系统管理.做市账户修改, canDelete = CurUser.系统管理.做市账户删除, }; } @section JS{ }
@Html.ShortInput("AccountName", "账户名称") @Html.ShortInput("Account", "账户") @Html.MyAceDropdownInput("ClientId", "客户", clientList,appendEmptyAll:false,multiple:true) @if (CurUser.系统管理.做市账户新增) { }
@Html.Raw(JqGridSimple.OutTable())