| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <title>来电弹屏</title>
- <script src="../Script/Common/huayi.load.js"></script>
- <script src="../Script/Common/huayi.config.js"></script>
- <link href="./../css/plugins/jasny/jasny-bootstrap.min.css" rel="stylesheet">
- <link href="./../js/bootstrap-select/css/bootstrap-select.css" rel="stylesheet" />
- <link rel="stylesheet" href="./../js/zTree/zTreeStyle.css" />
- <link rel="stylesheet" href="./css/call.css" />
- <link rel="stylesheet" href="../js/comboSelect/combo.select.css" />
- <style>
- body,
- html,
- .wrapper {
- height: 100%;
- }
-
- .ldtp-con {
- display: block;
- }
-
- .minBacha {
- position: absolute;
- top: 0;
- right: 80px;
- z-index: 10;
- overflow: hidden;
- }
-
- .minBacha>div {
- float: left;
- height: 35px;
- width: 35px;
- margin-left: 2px;
- }
-
- .minBacha>div a {
- display: block;
- height: 100%;
- width: 100%;
- text-align: center;
- background-position: center center;
- background-color: #2f4050;
- opacity: .5;
- }
-
- .minBacha>div a:hover {
- opacity: 1;
- }
-
- .minClosed>a {
- background: url("./../img/min.png") no-repeat;
- }
-
- .Bacha>a {
- background: url("./../img/gb.png") no-repeat;
- }
-
- .lblcount {
- position: absolute;
- right: 5px;
- top: 7px;
- }
-
- .first {
- z-index: 1000;
- }
-
- .khzl {
- font-size: 12px;
- border: 0;
- margin: 35px auto;
- color: #fff;
- }
-
- .khzl ul li {
- color: initial;
- }
-
- .khzl tr {
- border: 0;
- }
-
- .khzl th {
- padding: 5px 8px 5px 0;
- text-align: right;
- width: 40%;
- font-weight: normal;
- border: 0;
- }
-
- .khzl tbody>tr>td,
- .khzl tbody>tr>th {
- border: 0;
- }
-
- .khzl tbody>tr>td input {
- border: 0;
- outline: none;
- background: #243747;
- padding-left: 5px;
- width: 100%;
- }
- .khzl tbody>tr>td select {
- border: 0;
- outline: none;
- background: #243747;
- padding-left: 5px;
- width: 100%;
- -webkit-appearance: none;
- }
-
- .khzl tbody>tr>td .combo-select {
- border: 0;
- outline: none;
- }
-
- .khzl tbody>tr>td .combo-arrow {
- display: none;
- }
-
- .khbtn {
- /*background: #97a0a8;*/
- color: #1ab394;
- font-size: 14px;
- vertical-align: middle;
- }
-
- .hei-list {
- width: 400px;
- margin: 0 auto;
- }
-
- .heiTop {
- height: 35px;
- background: #1e90ff;
- color: #fff;
- line-height: 35px;
- padding: 0 15px;
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
- }
-
- .heiTop .htl {
- float: left;
- margin: 0;
- }
-
- .heiTop .bacha {
- float: right;
- font-size: 18px;
- cursor: pointer;
- margin: 0;
- }
-
- .heiCon {
- width: 100%;
- background: #fff;
- text-align: center;
- padding: 25px 15px;
- height: auto;
- overflow-y: auto;
- border: 1px solid #eee;
- }
-
- #time-word {
- border: 1px solid #1ab394;
- padding: 5px 0 5px 10px;
- width: 120px;
- outline: none;
- color: #000;
- }
-
- .chooses {
- margin-top: 10px;
- }
-
- .btns {
- background: #1e90ff;
- color: #fff;
- padding: 3px 10px;
- outline: none;
- font-size: 12px;
- margin-left: 15px;
- border: 0;
- border-radius: 3px;
- box-sizing: border-box;
- }
-
- .bianji {
- display: inline-block;
- height: 16px;
- vertical-align: middle;
- margin-right: 5px;
- }
-
- #citySel {
- width: 100%;
- }
-
- .bianji.edi {
- background: url(./../img/xgai.png) no-repeat;
- }
-
- .bianji.sav {
- background: url(./../img/bbc.png) no-repeat;
- }
-
- .bianji.canc {
- background: url(./../img/quxi.png) no-repeat;
- }
-
- .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%;
- height: 130px;
- margin: 10% auto;
- background-color: #fff;
- box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
- border-radius: 5px;
- }
-
- .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: rgb(26, 179, 148);
- border-radius: 2px 2px 0 0;
- position: relative;
- }
-
- .setwin {
- position: absolute;
- right: 15px;
- top: 5px;
- font-size: 20px;
- line-height: initial;
- }
-
- .setwin a {
- font-size: 20px;
- color: #fff;
- }
-
- .shade_content {
- overflow-y: auto;
- position: relative;
- padding-bottom: 50px;
- padding: 10px;
- }
-
- .ldcr-bottom .detail-con ul li .active a {
- color: #f95a83 !important;
- }
-
- .ldcr-bottom .detail-con ul li .active+.explancon {
- display: block !important;
- }
-
- .searchbtn {
- width: 2.5em;
- height: 24px;
- border-radius: 5px;
- position: absolute;
- background-color: #01a1cb;
- background-image: url(./../img/searIcon.png);
- background-repeat: no-repeat;
- background-position: center center;
- cursor: pointer;
- }
-
- #menuContent,
- #menuContent_market {
- background: #fff;
- position: absolute;
- width: 100%;
- border: 1px solid #ccc;
- right: 0;
- top: 34px;
- z-index: 10;
- /* display: none;*/
- overflow-y: auto;
- }
-
- #organizer,
- #organizer_market {
- height: 25px;
- width: 100%;
- display: inline-block;
- position: relative;
- }
-
- #treeDemo li {
- width: 100%;
- }
-
- .bootstrap-select>.dropdown-toggle.bs-placeholder {
- background-color: #ffffff!important;
- border-color: #e5e6e7!important;
- }
-
- .filter-option {
- color: #676b6d;
- }
-
- .bootstrap-select>.dropdown-toggle.btn-default {
- background-color: #ffffff!important;
- border-color: #e5e6e7!important;
- color: #555;
- }
-
- #fkdep_market {
- display: nones;
- }
-
- .testInput-list {
- position: absolute;
- z-index: 999;
- border: 1px solid rgb(204, 204, 204);
- background-color: rgb(255, 255, 255);
- z-index: 99999;
- padding-left: 0;
- width: 100%;
- display: none;
- height: 200px;
- overflow-y: auto;
- }
-
- .testInput-list li {
- padding: 5px;
- color: #000;
- }
-
- .testInput-list li:hover {
- background-color: #E43926;
- color: #fff;
- }
-
- #testInput_ {
- outline: none;
- border: 1px solid #ccc;
- padding-left: 10px;
- outline-color: #fff;
- }
-
- .e43 {
- color: #e43926;
- }
-
- .ld-sercon button.bton[disabled] {
- background-color: #999;
- }
-
- .combo-input.text-input {
- font-family: "宋体"!important;
- }
-
- .treeList {
- border: 1px solid #e5e6e7!important;
- border-top: 0;
- height: 400px!important;
- }
-
- #TreeDemo li {
- float: initial;
- }
-
- .addTree1 {
- background: #fff;
- position: absolute;
- width: 180px;
- border: 1px solid darkgrey;
- z-index: 10;
- display: none;
- height: 100px;
- overflow-y: auto;
- }
- .customerService tbody tr th {
- padding-left: 20px;
- }
-
- .customerService tbody tr th {
- padding-left: 20px;
- }
-
- .market tr th{
- padding-left: 30px;
- }
- .ld-sercon input {
- /* width: 128px; */
- height: 30px;
- }
- .form-group {
- margin:0;
- }
- .customerService tr {
- height:40px;
- }
- .customerService th {
- width: 100px;
- }
- .imgs {
- color: rgb(0, 128, 0);
- cursor: pointer;
- }
- .imgs a:hover {
- color: #e43926;
- }
- </style>
- <script>
- function clearInter() {
- clearInterval(timer);
- }
- //通话中执行变化
- var timer, n = 0;
- function calling() {
- $(".td-call").show();
- n = 0;
- clearInterval(timer);
- timer = setInterval(function() {
- n++;
- var m = parseInt(n / 60 % 60);
- var s = parseInt(n % 60);
- $(".thsc").text(toDub(m) + ":" + toDub(s));
- }, 1000);
- }
- function toDub(i) {
- return i < 10 ? "0" + i : "" + i;
- }
- </script>
- </head>
- <body class="gray-bg">
- <div class="wrapper wrapper-content animated fadeInRight">
- <!--来电弹屏开始-->
- <div class="ldtp-con clearfix animated fadeInDown ">
- <div style="display: none;" class="mfhtel"></div>
- <div class="hei-list">
- <div class="heiTop clearFix">
- <p class="htl">黑名单</p>
- <p class="bacha" title="关闭">x</p>
- </div>
- <div class="heiCon">
- <div class="heit">
- <span style="font-size: 14px;">输入拉黑时长:</span>
- <input type="text" id="time-word" />
- </div>
- <div class="chooses">
- <label class="radio-inline">
- <input type="radio" name="time" value="1" checked="checked" style="margin-top: 3px;"> 天
- </label>
- <label class="radio-inline">
- <input type="radio" name="time" value="2" style="margin-top: 3px;" />时
- </label>
- <label class="radio-inline">
- <input type="radio" name="time" value="3" style="margin-top: 3px;" />分
- </label>
- <label class="radio-inline">
- <input type="radio" name="time" value="4" style="margin-top: 3px;" />永久
- </label>
- </div>
- <p style="margin-top: 15px;"><button type="button" id="bc" class="btns">保存</button></p>
- </div>
- </div>
- <!--左侧内容-->
- <div class="ldtp-cl col-sm-3">
- <div class="head-pic">
- <div class="hp-box">
- <img src="./../img/txpic.png" alt="头像好像去了外星球!" style="width: 100%;height: 100%;" />
- <input type="hidden" class="hidTel" value="" />
- <input type="hidden" class="hidCallID" />
- <input type="hidden" class="hidActionID" />
- </div>
- <ul>
- <li><span style="font-size: 25px;" class="tel"></span></li>
- <li><span style="font-size: 15px;" class="khgsd"></span></li>
- <!--<li class="nikeName"><i></i><span class="ldname">未知</span><i></i></li>-->
- <li style="color: #4cd964;">当前通话时长:<span class="thsc">00:00</span></li>
- <li class="lahei">
- <div class="la-before"><i class="push"></i> 移至黑名单</div>
- <div class="la-after" style="display: none;">
- <p class="la-shichang">拉黑截止时间:<span class="blackTime"></span></p>
- </div>
- <div class="retur" style="display: none;"><i class="qxlh"></i> 取消黑名单</div>
- </li>
- <li class="td-call clearfix" style="display:none;">
- <a class="take" style="float:none;" href="javascript:;" title="转满意度"><i></i></a>
- <!--<a class="drop" href="javascript:;"><i></i></a>-->
- </li>
- </ul>
- </div>
- <table class="table khzl">
- <tr>
- <th>姓名:</th>
- <td>
- <input type="text" value="" class="ldname khmc" />
- <input type="hidden" value="" id="khid" />
- </td>
- </tr>
- <tr>
- <th>电话:</th>
- <td>
- <input type="text" value="" class="ldtel1" />
- </td>
- </tr>
- <tr>
- <th>性别:</th>
- <td>
- <select id="customerSex">
- <option value="男">男</option>
- <option value="女">女</option>
- </select>
- </td>
- </tr>
- <tr>
- <th>省:</th>
- <td>
- <select class="form-control" id="customerProvince">
- <option value ="">请选择省</option>
- </select>
- </td>
- </tr>
- <tr>
- <th>市:</th>
- <td>
- <select class="form-control" id="customerCity">
- <option value ="">请选择市</option>
- </select>
- </td>
- </tr>
- <tr>
- <th>县:</th>
- <td>
- <select class="form-control" id="customerCounty">
- <option value ="">请选择县/区</option>
- </select>
- </td>
- </tr>
- <tr>
- <th>详细地址:</th>
- <td>
- <input type="text" value="" id="customerAddress" />
- </td>
- </tr>
- <!-- <tr>
- <th>归属地:</th>
- <td>
- <input type="text" id="shengshi" readonly="readonly" autocomplete="off">
- <div class="time-box time-box_flbox" style="position: relative;">
- <input type="hidden" class="khprovince">
- <input type="hidden" class="khcity">
- <div class="addTree1 treeList">
- <ul id="TreeDemo" class="ztree"></ul>
- </div>
- </div>
- </td>
- </tr> -->
- <tr>
- <th>来电时间:</th>
- <td><span class="ldtime" style="padding-left: 5px;"></span></td>
- </tr>
- <tr>
- <th></th>
- <td>
- <span class="edit"><i class="bianji edi"></i><a class="khbtn">编辑</a></span>
- <span class="save"> <i class="bianji sav"></i><a class="khbtn">保存</a></span>
- <span class="cancel"><i class="bianji canc"></i><a class="khbtn">取消</a></span>
- </td>
- </tr>
- </table>
- </div>
- <!--右侧内容-->
- <div class="ldtp-cr col-sm-9">
- <ul class="ld-service clearfix">
- <li style="border-bottom:1px solid #f95a83;" itemtype="0" class="cr-click">来电登记</li>
- <li style="border-bottom:1px solid #243747;" itemtype="1">历史通话</li>
- <li style="border-bottom:1px solid #69cbd0;" itemtype="2" >历史记录</li>
- <li style="border-bottom:1px solid #8C1293;" itemtype="3" >关联案件</li>
- <li style="border-bottom:1px solid #19B361;" itemtype="4" >文书送达</li>
- </ul>
- <div class="ld-sercon">
- <div class="complain" style="display: block;">
- <div class="Pre-second second-con addgd">
- <div class="common">
- <div class="quickReplyButton">
- 快捷回复
- </div>
- <div class="quickReplyFloat">
- <div class="quickReplyFloatTab clearfix">
- <ul class="clearfix">
- <li style="border-bottom:1px solid #f95a83;" itemtype="0" class="quickReplyFloatTabActivity">个人</li>
- <li style="border-bottom:1px solid #243747;" itemtype="1">企业</li>
- </ul>
- </div>
- <div class="quickReplyFloatTableWrapper">
- <table id="quickReplyFloatTable" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
- <thead>
- <tr>
- <th data-align="center" data-formatter="setCode">编号</th>
- <th data-field="F_Title" data-formatter="formatterTitle" data-align="center">标题</th>
- <th data-field="F_Description" data-align="center" data-formatter="oper">内容</th>
- <th data-field="F_KeyWords" data-formatter="formatterKey" data-align="center">关键字</th>
- <th data-field="F_CreateOn" data-align="center">创建时间</th>
- </tr>
- </thead>
- <tbody id="tbody">
- </tbody>
- </table>
- </div>
- </div>
- <div class="form-group col-md-12 clearfix">
- <label class="col-md-2 workOrderTypeText">登记类型:</label>
- <div id="formRegistrationType" class="col-md-6 r_order_type">
- <label class="radio-inline">
- <input type="radio" name="type" value="1" checked="checked" >咨询
- </label>
- <label class="radio-inline">
- <input type="radio" name="type" value="2" >投诉
- </label>
- <label class="radio-inline">
- <input type="radio" name="type" value="3" >求助
- </label>
- <label class="radio-inline">
- <input type="radio" name="type" value="4" >其他
- </label>
- </div>
- </div>
- <table class="customerService">
- <tbody>
- <tr>
- <th>姓名:</th>
- <td>
- <div class="form-group">
- <input type="text" class="form-control" id="formName" disabled="disabled" />
- </div>
- </td>
- <th>电话:</th>
- <td>
- <div class="form-group">
- <input type="text" class="form-control" id="formTel" disabled="disabled" />
- </div>
- </td>
- <th>性别:</th>
- <td>
- <div class="form-group">
- <select class="form-control" id="formSex" disabled="disabled">
- <option value="男">男</option>
- <option value="女">女</option>
- </select>
- </div>
- </td>
- </tr>
- <tr>
- <th>省:</th>
- <td>
- <div class="form-group">
- <select class="form-control" id="formProvince" disabled="disabled">
- <option value="">请选择省</option>
- </select>
- </div>
- </td>
- <th>市:</th>
- <td>
- <div class="form-group">
- <select class="form-control" id="formCity" disabled="disabled">
- <option value="">请选择市</option>
- </select>
- </div>
- </td>
- <th>县/区:</th>
- <td>
- <div class="form-group">
- <select class="form-control" id="formCounty" disabled="disabled">
- <option value="">请选择县/区</option>
- </select>
- </div>
- </td>
- </tr>
- <tr>
- <th>详细地址</th>
- <td>
- <div class="form-group">
- <input type="text" class="form-control" id="formAddress" disabled="disabled" />
- </div>
- </td>
- </tr>
- <tr>
- <th>被投诉单位:</th>
- <td>
- <div class="form-group">
- <input type="text" class="form-control" id="formComplainedUnit" list="formComplainedUnitDataList" placeholder="请输入"/>
- <datalist id="formComplainedUnitDataList">
- </datalist>
- </div>
- <!-- <div class="form-group">
- <input type="text" class="form-control" id="formComplainedUnit" />
- </div> -->
- </td>
- <th>被投诉单位所属办事处:</th>
- <td>
- <div class="form-group">
- <select class="form-control" id="formComplainedUnitOffice">
- </select>
- </div>
- </td>
- <th>投诉案件承办人:</th>
- <td>
- <div class="form-group">
- <select class="form-control" id="formComplaintUndertaker">
- </select>
- </div>
- </td>
- </tr>
- <tr>
- <th>咨询问题级别:</th>
- <td>
- <div class="form-group">
- <select class="form-control" id="formQuestionLevel">
- </select>
- </div>
- </td>
- <th>咨询问题类型:</th>
- <td>
- <div class="form-group">
- <select class="form-control" id="formQuestionType">
- </select>
- </div>
- </td>
- <th>市民分类:</th>
- <td>
- <div class="form-group">
- <select class="form-control" id="formCitizenClassification">
- <option value="农民工">农民工</option>
- <option value="企业问题">企业问题</option>
- </select>
- </div>
- </td>
- </tr>
- <tr>
- <th>是否立案:</th>
- <td>
- <div id="formPutRecord" class="col-md-6">
- <label class="radio-inline" for="over-no">
- <input id="over-no" type="radio" name="putRecord" value="0" checked="checked">
- 否
- </label>
- <label class="radio-inline" for="over-yes">
- <input id="over-yes" type="radio" name="putRecord" value="1">
- 是
- </label>
- </div>
- </td>
- </tr>
- <tr>
- <th>备注:</th>
- <td colspan="8">
- <textarea name="" rows="4" cols="" placeholder="" id="formRegistrationRemark" style="margin-top:10px;"></textarea>
- </td>
- </tr>
- <tr>
- <td colspan="7" style="text-align: center;">
- <button class="btns customerSubmit">新建</button>
- </td>
- </tr>
- </tbody>
- </table>
- </div>
- </div>
- </div>
- <div class="complain" style="display:none;">
- <div class="ld-sercon-con clearfix">
- <div class="Ps-chaxun">
- <span>查询: <input type="text" id="old_startTime" class="laydate-icon" /> —— <input type="text" id="old_endTime" class="laydate-icon" /></span>
- <span class="searchbtn"></span>
- </div>
- <div class="table-responsive col-sm-12 tbold" style="padding-left: 0;">
- <table id="oldlist" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
- <thead>
- <tr>
- <th data-field="CallNumber" data-align="center">电话号码</th>
- <th data-field="CallState" data-formatter="GetCallState" data-align="center">呼叫状态</th>
- <th data-field="DealType" data-align="center" data-formatter="formatterDealType">处理方式</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="TalkStartTime" data-align="center">通话开始时间</th>
- <th data-field="TalkEndTime" data-align="center">通话结束时间</th>
- <th data-field="TalkLongTime" data-align="center">通话时长(s)</th>
- <th data-field="FilePath" data-align="center" data-formatter="setCode">录音</th>
- </tr>
- </thead>
- <tbody class="list"></tbody>
- </table>
- </div>
- </div>
- </div>
- <div class="complain" style="display:none;">
- <div class="ld-sercon-con clearfix">
- <!-- <div class="Ps-chaxun">
- <span>
- 查询: <input type="text" id="con_startTime" class="laydate-icon" />
- ——
- <input type="text" id="con_endTime" class="laydate-icon" />
- </span>
- <span class="searchbtn"></span>
- </div> -->
- <div id="zxlbs" class="table-responsive col-sm-12 tbold" style="padding: 20px 0 20px 0px;">
- <table id="orderlist" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
- <thead>
- <tr>
- <th data-field="F_RecCode" data-align="center" data-formatter="View">登记编号</th>
- <th data-field="CusName" data-align="center">姓名</th>
- <th data-field="CusPhone" data-align="center">联系电话</th>
- <th data-field="F_Type" data-align="center" data-formatter="formatterRegisterType">登记类型</th>
- <th data-field="F_Content" data-align="center">登记内容</th>
- <th data-field="CreateByName" data-align="center">创建人</th>
- <th data-field="F_CreateOn" data-align="center">创建时间</th>
- </tr>
- </thead>
- <tbody class="list"></tbody>
- </table>
- </div>
- </div>
- </div>
- <div class="complain" style="display:none;">
- <div class="ld-sercon-con clearfix">
- <div id="zxlbs" class="table-responsive col-sm-12 tbold" style="padding: 20px 0 20px 20px;">
- <iframe src="http://222.143.48.99:82/#/iframList" width="1160px" height="600px" frameborder="0" name="relatedCasesFrames" ></iframe>
- </div>
- </div>
- </div>
- <div class="complain" style="display:none;">
- <div class="ld-sercon-con clearfix">
- <div id="zxlbs" class="table-responsive col-sm-12 tbold" style="padding: 20px 0 20px 20px;">
- <iframe src="http://222.143.48.99:82/#/iframList2" width="1160px" height="600px" frameborder="0" name="serviceDocumentFrames" ></iframe>
- </div>
- </div>
- </div>
- </div>
- <!--右侧下方内容区-->
- <div class="ldcr-bottom" style="margin-top:10px;">
- <div class="ldcrb-top clearfix">
- <ul class="clearfix">
- <li style="border-bottom:1px solid #69cbd0; background: #000;color: #fff;">知识库</li>
- <!--<li style="border-bottom:1px solid #f95a83;border-top:1px solid #000;border-right:1px solid #000;">更多内容</li>-->
- </ul>
- <div class="ld-search">
- <div class="sear-inp">
- <input type="text" class="search" placeholder="搜索问题、内容或者标题" />
- </div>
- <div class="searIcon">
- </div>
- </div>
- </div>
- <div class="detail-con">
- <ul></ul>
- </div>
- </div>
- </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="boxCon LY_box">
-
- </div>
- </div>
- </div>
- </div>
- <!--来电弹屏结束-->
- </div>
- <script src="./../js/bootstrap-table.js"></script>
- <script src="./../js/bootstrap-table-zh-CN.js"></script>
- <script src="./../js/zTree/jquery.ztree.core.js"></script>
- <script src="./../js/plugins/datapicker/bootstrap-datepicker.js"></script>
- <script src="../css/laydate/laydate.js"></script>
- <script src="../js/kindeditor/kindeditor.js"></script>
- <script src="../js/kindeditor/lang/zh_CN.js"></script>
- <script src="./../js/jquery.select.js"></script>
- <script src="select.js"></script>
- <script src="../js/comboSelect/jquery.combo.select.js"></script>
- <script src="./../js/main.js?v=1.5"></script>
- <script src="call.js"></script>
- </body>
- </html>
|