@using CRM.Core.Model.Entity
@using Core.Web.WebHelper
@{
/**/
ViewBag.Title = "Index";
Layout = "~/Views/Shared/_Layout.cshtml";
}
@Html.Action("ToolBar", "Home",
new
{
area = "",
rightcode = (ViewBag.rightCode as string),
otherToolBars = new ToolBar[]
{
new Core.Web.WebHelper.ToolBar(ToolBarConfig.CONST_Other1, "选择回访录音", " " ,"",true),
new Core.Web.WebHelper.ToolBar(ToolBarConfig.CONST_Other2, "订单合规审核", " " ,"",true),
new Core.Web.WebHelper.ToolBar(ToolBarConfig.CONST_Other3, "查看退款协议", "layui-btn-danger" ,"",true),
new Core.Web.WebHelper.ToolBar(ToolBarConfig.CONST_Other5, "电子回访", " " ,"",true),
new Core.Web.WebHelper.ToolBar(ToolBarConfig.CONST_Other6, "质检", "layui-btn-danger" ,"",true),
new Core.Web.WebHelper.ToolBar(ToolBarConfig.CONST_Other7, "重新发起AI外呼", "layui-btn-normal" ,"",true),
new Core.Web.WebHelper.ToolBar(ToolBarConfig.CONST_Other8, "导出", " " ,"",true),
new Core.Web.WebHelper.ToolBar(ToolBarConfig.CONST_Other9, "三要素合规审核", " " ,"",true),
new Core.Web.WebHelper.ToolBar(ToolBarConfig.CONST_Other4, "查看赠送订单列表", " " ,"",true),
}
})