@using WX.CRM.WebHelper
@{
ViewBag.Title = "售后员工业绩确认";
Layout = "~/Views/Shared/_Index_Layout2.cshtml";
}
@Html.ToolButton("btnQuery", "icon-search", "查询", true)
@Html.ToolButton("btnCheck", "icon-check", "确认", true)
@*@Html.ToolButton("btnBatchCheck", "icon-check", "批量确认", true)*@
@Html.Action("ToolBar", "Control", ViewBag.ToolBar as ToolBar)
@Html.Raw(ViewBag.RptList)