@{ ViewBag.Title = "资金审批"; Layout = "~/Views/Shared/_MainLayout.cshtml"; var derictionList = new List(){"出金"}; var list = CurUser.Roles.Select(s => s.Id).ToList(); var pageObj = new { rolesStr = string.Join(",", list) }; } @section CSS{ } @section JS{ }
@Html.MyAceDropdownInput("ClientId", "客户名称", ClientDataModel.GetAllOpenClient()) @Html.ShortInput("Number", "资金编号") @Html.MyAceDropdownInput2("DirectionType", "方向类型", derictionList,defaultvalue:derictionList.First(),appendEmptyAll:false) @Html.SearchDateRange("HappenDate", "发生时间") @Html.SearchDateRange("OptDate", "操作时间") @Html.MyAceDropdownInput("OptIds", "操作者", GlobalData.GetAllUser()) @MyControls.SearchBtn()
@Html.Raw(JqGridSimple.OutTable())