@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.Action("UserComBoxByRole", "Control", new { onLoadSucced = "onLoadSucced()", controlName = "nb1", roleCodes = ViewBag.roleCodes, saledeptid = ViewBag.saleDeptId, salegroupid = ViewBag.userGroupId, iseid = "0", inneruserid = "", currentRight = ViewBag.currentRight })
  • 分机号:
@Html.Raw(ViewBag.gridTable)
} else { }