@{ Layout = "~/Views/Shared/_MainLayout.cshtml"; } @section JS{ }
@Html.ShortInput("Name", "部门名字") @Html.MyAceDropdownInput2("DepartmentType", "部门类型:", GlobalData.DeparttypeListItems()) @MyControls.SearchBtn()
@Html.Raw(JqGridSimple.OutTable())