@Html.ToolButton("btnQuery", "icon-search", "查询", true)
@Html.Action("ToolBar", "Control", ViewBag.ToolBar as ToolBar)
销售部门:
组名称:
是否隐藏:@Html.DropDownList("slt_isHide", new List() {
new SelectListItem(){ Text="全部",Value="-1"},
new SelectListItem(){ Text="是",Value="1"},
new SelectListItem(){ Text="否",Value="0",Selected=true}
})