@Html.ToolButton("btnQuery", "icon-search", "查询", true)
@Html.Action("ToolBar", "Control", ViewBag.ToolBar as ToolBar)
在离职状态:@Html.DropDownList("slt_dismiss", new List() {
new SelectListItem(){ Text="离职",Value="1"},
new SelectListItem(){ Text="在职",Value="0"},
new SelectListItem(){ Text="所有",Value="所有"}
})
质检状态:@Html.DropDownList("slt_qualitystatus", new List() {
new SelectListItem(){ Text="所有",Value="所有"},
new SelectListItem(){ Text="审核通过",Value="200"},
new SelectListItem(){ Text="审核不通过",Value="60"}
})