@using System.Collections.Generic
@using System.Web.UI.WebControls
@using WX.CRM.WebHelper;
@{
ViewBag.Title = "录音查询";
Layout = "~/Views/Shared/_Index_Layout2.cshtml";
}
@if (ViewBag.isBC)
{
@Html.ToolButton("btnQuery", "icon-search", "查询", true)
@Html.ToolButton("btnReport", "icon-group", "统计", true)
自动刷新(10秒)
@Html.Raw(ViewBag.gridTable)
}
else
{
}