@using WX.CRM.WebHelper @{ ViewBag.Title = "bas_salesDepartment"; Layout = "~/Views/Shared/_Index_Layout2.cshtml"; }
员工管理
@Html.ToolButton("btnQuery", "icon-search", "查询", true) @if (Request.QueryString["type"] == null) { @Html.Action("ToolBar", "Control", ViewBag.ToolBar as ToolBar) }
@Html.Raw(ViewBag.gridTable)
@*ToolBar事件处理*@