| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <title>通话记录管理</title>
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link href="./css/bootstrap.min14ed.css?v=3.3.6" rel="stylesheet">
- <link href="./css/bootstrap.min.css" />
- <link rel="stylesheet" href="./css/boot/bootstrap-table.css" />
- <link href="./css/font-awesome.min93e3.css?v=4.4.0" rel="stylesheet">
- <link href="./css/animate.min.css" rel="stylesheet">
- <link href="./css/style.min862f.css?v=4.1.0" rel="stylesheet">
- <link href="./css/layer/need/layer.css" />
- <style>
- body {
- font-family: "微软雅黑";
- font-size: 14px;
- }
-
- ul li {
- list-style: none;
- float: left;
- }
-
- .fr {
- float: right;
- }
- /*标头*/
-
- .th-box {
- width: 100%;
- padding: 5px;
- border-bottom: 1px solid #e7eaec;
- }
-
- .th-bar {
- height: 40px;
- }
-
- .sc_btn {
- display: block;
- padding: 7px;
- color: #FFF;
- float: left;
- border-radius: 5px;
- }
-
- .seach-box ul {
- overflow: hidden;
- }
-
- .seach-box ul li {
- margin-right: 5px;
- }
-
- .photo {
- background-color: #FFF;
- background-image: none;
- border: 1px solid #e5e6e7;
- border-radius: 1px;
- color: inherit;
- padding: 6px 12px;
- }
-
- .selects {
- background-color: #FFF;
- background-image: none;
- border: 1px solid #e5e6e7;
- border-radius: 1px;
- color: inherit;
- padding: 6px 12px;
- }
-
- #Select:focus {
- outline: none;
- border-color: #00BFFF;
- }
-
- input:focus {
- outline: none;
- border-color: #00BFFF;
- }
-
- .spiner-example {
- position: absolute;
- top: 50%;
- left: 50%;
- z-index: 111;
- margin-left: -85px;
- margin-top: -100px;
- display: none;
- }
-
- .sk-spinner-three-bounce {
- width: 170px!important;
- }
-
- .sk-spinner p {
- display: inline-block;
- font-size: 18px;
- margin-left: 10px;
- }
-
- .gjsu ul {
- overflow: hidden;
- }
-
- .gjsu ul li {
- width: 50%;
- margin-bottom: 5px;
- padding-top: 10px;
- }
-
- .selects {
- width: 200px;
- }
-
- .tc {
- margin-top: 30px;
- text-align: center;
- }
-
- .t-shade {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: rgba(0, 0, 0, 0.48);
- z-index: 10004;
- display: none;
- }
-
- .shade_k {
- z-index: 10005;
- width: 40%;
- margin: 10% auto;
- background-color: #fff;
- box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
- border: 1px solid #23c6c8;
- }
-
- .shade_title {
- padding: 0 80px 0 20px;
- height: 42px;
- line-height: 42px;
- border-bottom: 1px solid #eee;
- font-size: 16px;
- color: #FFFFFF;
- overflow: hidden;
- background-color: #23c6c8;
- border-radius: 2px 2px 0 0;
- position: relative;
- }
-
- .setwin {
- position: absolute;
- right: 15px;
- top: 5px;
- font-size: 20px;
- line-height: initial;
- }
-
- .shade_content {
- overflow-y: auto;
- position: relative;
- padding-bottom: 50px;
- padding: 10px;
- }
-
- .wh_btn {
- width: 80%;
- text-align: center;
- padding-top: 20px;
- margin: 0 auto;
- margin-bottom: 20px;
- }
-
- .wh_btn input {
- padding: 7px 20px;
- color: #FFF;
- border-radius: 5px;
- margin-right: 30px;
- border: 1px solid #999;
- border-color: #23c6c8;
- }
-
- .cx {
- display: block;
- }
-
- #goods td {
- text-align: center;
- }
-
- .imgs {
- cursor: pointer;
- }
-
- .usercode {
- background-color: #FFF;
- background-image: none;
- border: 1px solid #e5e6e7;
- border-radius: 1px;
- color: inherit;
- padding: 6px 12px;
- }
-
- .audiojs {
- width: 100%;
- }
- </style>
- </head>
- <script src="./js/jquery.min.js"></script>
- <script src="./js/bootstrap.min.js"></script>
- <script src="./js/bootstrap-table.js"></script>
- <script src="./js/bootstrap-table-zh-CN.js"></script>
- <script src="./css/layer/layer.js"></script>
- <script src="./js/jquery.cookie.js"></script>
- <script src="My97DatePicker/WdatePicker.js"></script>
- <script src="./js/jquery.cookie.js"></script>
- <script src="Script/Common/huayi.load.js"></script>
- <script src="Script/Common/huayi.config.js"></script>
- <body class="gray-bg">
- <div class="wrapper wrapper-content animated fadeInRight">
- <div class="th-box">
- <div class="th-bar">
- <!--<a class="sc_btn btn-info" id="moves">批量删除</a>-->
- <div class="seach-box fr">
- <ul>
- <li>电话号码:<input class="photo x-color" type="text" /></li>
- <li>坐席:
- <select name="" id="Select" style="width: 100px;" class="x-color usercode select">
- <option value="">请选择</option>
- </select>
- </li>
- <li>
- <a class="sc_btn btn-info Ss">搜索</a>
- </li>
- <li>
- <a class="sc_btn btn-info Gj">高级搜索</a>
- </li>
- </ul>
- </div>
- </div>
- </div>
- <div style="width: 100%;padding: 10px;">
- <table id="goods" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
- <thead>
- <tr>
- <!-- <th data-sortable="true" data-field="Ba" data-formatter="setName">回拨</th>-->
- <th data-field="CallNumber" data-align="center">电话号码</th>
- <th data-field="FilePath" data-formatter="setCode" data-align="center">录音</th>
- <th data-field="CallType" data-formatter="callType" data-align="center">呼叫方向</th>
- <th data-field="DealType" data-formatter="dealType" data-align="center">是否回访</th>
- <th data-field="CallState" data-formatter="states" data-align="center">呼叫状态</th>
- <!--<th data-field="IsDeal" data-formatter="isDeal" data-align="center">是否处理</th>-->
- <th data-field="UserCode" data-align="center">坐席工号</th>
- <th data-field="UserName" data-align="center">坐席姓名</th>
- <th data-field="BeginTime" data-align="center">通话开始时间</th>
- <th data-field="EndTime" data-align="center">通话结束时间</th>
- <th data-field="TalkLongTime" data-align="center">通话时长(S)</th>
- <th data-field="BusinessType" data-align="center">按键</th>
- </tr>
- </thead>
- </table>
- <!--高级搜索框-->
- </div>
- </div>
- <!--下载框-->
- <div class="t-shade">
- <div class=" shade_k ">
- <div class="shade_title">
- <span>录音播放与下载<srong class="cknum"></srong></span>
- <span class="setwin"><a>x</a></span>
- </div>
- <div class="shade_content">
- <div class="Ly_box audiojs">
- </div>
- <div class="clearfix wh_btn">
- <input type="button" value="下载" class=" btn-info " />
- </div>
- </div>
- </div>
- </div>
- <script>
- /*下拉菜单 坐席*/
- $.ajax({
- type: "get",
- url: huayi.config.callcenter_url + "UserAccount/GetSeatList",
- dataType: 'json',
- async: true,
- data: {
- token: token
- },
- success: function(data) {
- var Count = data.data;
- $(".select").empty();
- $("<option value='0'>全部坐席</option>").appendTo($(".select"));
- for(var i = 0; i < Count.length; i++) {
- console.log(Count[i].F_UserName);
- $("<option value='" + Count[i].F_UserCode + "'>" + Count[i].F_UserName + "</option>").appendTo($(".select"));
- }
- }
- });
- var token = $.cookie("token");
- var Lys;
- var Ly;
- var $tableLeft = $('#goods');
- Finish();
- function Finish(phone, starttime, endtime, callstate, calltype, usercode) {
- //销毁表格
- $('#goods').bootstrapTable('destroy');
- //初始化表格,动态从服务器加载数据
- $("#goods").bootstrapTable({
- method: "get", //使用get请求到服务器获取数据
- // url: "http://192.168.1.88:9025/QCManage/GetYZJList", //获取数据的Servlet地址
- url: "thjl.json",
- striped: true, //表格显示条纹
- pagination: true, //启动分页
- pageSize: 5, //每页显示的记录数
- pageNumber: 1, //当前第几页
- pageList: [5, 20, 50, 100], //记录数可选列表
- search: false, //是否启用查询
- showColumns: false, //显示下拉框勾选要显示的列
- showRefresh: false, //显示刷新按钮
- sidePagination: "server", //表示服务端请求
- //设置为undefined可以获取pageNumber,pageSize,searchText,sortName,sortOrder
- //设置为limit可以获取limit, offset, search, sort, order
- queryParamsType: "undefined",
- queryParams: function queryParams(params) { //设置查询参数
- var param = {
- page: params.pageNumber,
- pagesize: params.pageSize,
- phone: phone,
- usercode: usercode,
- calltype: calltype,
- starttime: starttime,
- endtime: endtime,
- };
- return param;
- },
- onLoadSuccess: function() { //加载成功时执行
- // layer.msg("加载成功");
- },
- onLoadError: function() { //加载失败时执行
- //layer.msg("加载数据失败", { time: 1500, icon: 2 });
- }
- });
- }
- //搜索
- $(".Ss").click(function() {
- var phone = $("#Phones").val();
- var usercode = $('#Select').val();
- Finish(phone, usercode);
- });
- //高级搜索s
- $(".Gj").click(function() {
- var a = "WdatePicker()";
- layer.open({
- type: 1,
- title: '高级搜索',
- area: ['50%', '55%'], //宽高
- content: ' <div class="gjsu"><ul class="nav nav-tabs">' +
- '<li class="active"><a href="#">参数信息</a></li> ' +
- '</ul>' +
- '<ul>' +
- '<li>' +
- '<label for="">电话号码:</label>' +
- '<input type="text" id="Phones" class="photo"/>' +
- '</li>' +
- '<li>' +
- '<label for="">坐席工号:</label>' +
- '<select name="" id="Select" class="selects usercode"></select>' +
- '</li>' +
- '<li>' +
- '<label for="">开始时间:</label>' +
- ' <input type="text" id="workstart" class="photo"onClick="' + a + '"/>' +
- '</li>' +
- '<li>' +
- '<label for="">呼叫状态:</label>' +
- '<select name="" class="selects callstate">' +
- '<option value="">全部</option>' +
- '<option value="0">未接通</option>' +
- '<option value="1">已接通</option>' +
- '</select>' +
- '</li>' +
- '<li>' +
- '<label for="">结束时间:</label>' +
- '<input type="text" id="workend" class="photo" onClick="' + a + '"/>' +
- '</li>' +
- '<li>' +
- '<label for="">呼出方向:</label>' +
- '<select name="" class=" selects calltype">' +
- '<option value="">全部</option>' +
- '<option value="0">呼入</option>' +
- '<option value="1">呼出</option>' +
- '</select>' +
- '</li>' +
- '</ul>' +
- '<div class=" add_time tc">' +
- '<button type="button" class="btn btn-info" id="tc">保 存</button>' +
- '</div>' +
- '</div>'
- });
- $.ajax({
- type: "get",
- url: huayi.config.callcenter_url + "UserAccount/GetSeatList",
- dataType: 'json',
- async: true,
- success: function(data) {
- var Count = data.data;
- console.log(Count);
- $("<option value='0'>全部</option>").appendTo($(".usercode"));
- for(var i = 0; i < Count.length; i++) {
- console.log(Count[i].F_UserName);
- $("<option value='" + Count[i].F_UserCode + "'>" + Count[i].F_UserName + "</option>").appendTo($(".usercode"));
- }
- }
- });
- //获取通话记录列表
- $("#tc").click(function() {
- var phone = $("#Phones").val();
- var starttime = $("#workstart").val();
- var endtime = $("#workend").val();
- var callstate = $(".callstate").val();
- var calltype = $(".calltype").val();
- var usercode = $('#Select').val();
- Finish();
- var index = layer.index; //获取当前弹层的索引号
- layer.close(index); //关闭当前弹层
- });
- });
- //音频
- function setCode(val) {
- if(val == "") {
- return '<div class="imgs">' +
- '</div>';
- } else {
- return '<div class="imgs">' +
- '<img src="./img/vice.png" alt="" onclick= ck("' + val + '") />' +
- '</div>';
- }
- }
- //方向呼出
- function callType(val) {
- return '<div class="imgs">呼出' +
- '</div>';
- }
- function states(val) {
- if(val == 0) {
- return '<div class="imgs">未接通' +
- '</div>';
- } else {
- return '<div class="imgs">已接通' +
- '</div>';
- }
- }
- //回访
- function dealType(val) {
- if(val == 1) {
- return '<div >已回访' +
- '</div>';
- } else {
- return '<div >' +
- '</div>';
- }
- }
- //处理
- function isDeal(val) {
- if(val == 0) {
- return '<div >未处理' +
- '</div>';
- } else {
- return '<div >已处理' +
- '</div>';
- }
- }
- //录音
- function ck(val) {
- Ly = val;
- $(".t-shade").addClass("cx");
- Lys = Ly;
- $(".Ly_box").html("");
- $('<audio class=" " src="' + Lys + '" loop="loop"></audio>').appendTo(".Ly_box");
- audiojs.events.ready(function() {
- var as = audiojs.createAll();
- });
- }
- /*获取选中行对象*/
- $('#goods').on("click-row.bs.table", function(e, row, ele) {
- $('.success').removeClass('success'); //去除之前选中的行的,选中样式
- $(ele).addClass('success'); //添加当前选中的 success样式用于区别
- });
- $(".setwin").click(function() {
- $(".t-shade").removeClass("cx");
- });
- </script>
- </body>
- </html>
|