高新区管委会,以5.0标准版为基准,从双汇项目拷贝

callScreen.html 29KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>来电弹屏</title>
  6. <script src="../Script/Common/huayi.load.js"></script>
  7. <script src="../Script/Common/huayi.config.js"></script>
  8. <link href="./../css/plugins/jasny/jasny-bootstrap.min.css" rel="stylesheet">
  9. <link href="./../js/bootstrap-select/css/bootstrap-select.css" rel="stylesheet" />
  10. <link rel="stylesheet" href="./../js/zTree/zTreeStyle.css" />
  11. <link rel="stylesheet" href="./css/call.css" />
  12. <link rel="stylesheet" href="../js/comboSelect/combo.select.css" />
  13. <style>
  14. body,
  15. html,
  16. .wrapper {
  17. height: 100%;
  18. }
  19. .ldtp-con {
  20. display: block;
  21. }
  22. .minBacha {
  23. position: absolute;
  24. top: 0;
  25. right: 80px;
  26. z-index: 10;
  27. overflow: hidden;
  28. }
  29. .minBacha>div {
  30. float: left;
  31. height: 35px;
  32. width: 35px;
  33. margin-left: 2px;
  34. }
  35. .minBacha>div a {
  36. display: block;
  37. height: 100%;
  38. width: 100%;
  39. text-align: center;
  40. background-position: center center;
  41. background-color: #2f4050;
  42. opacity: .5;
  43. }
  44. .minBacha>div a:hover {
  45. opacity: 1;
  46. }
  47. .minClosed>a {
  48. background: url("./../img/min.png") no-repeat;
  49. }
  50. .Bacha>a {
  51. background: url("./../img/gb.png") no-repeat;
  52. }
  53. .lblcount {
  54. position: absolute;
  55. right: 5px;
  56. top: 7px;
  57. }
  58. .first {
  59. z-index: 1000;
  60. }
  61. .khzl {
  62. font-size: 12px;
  63. border: 0;
  64. margin: 35px auto;
  65. color: #fff;
  66. }
  67. .khzl ul li {
  68. color: initial;
  69. }
  70. .khzl tr {
  71. border: 0;
  72. }
  73. .khzl th {
  74. padding: 5px 8px 5px 0;
  75. text-align: right;
  76. width: 40%;
  77. font-weight: normal;
  78. border: 0;
  79. }
  80. .khzl tbody>tr>td,
  81. .khzl tbody>tr>th {
  82. border: 0;
  83. }
  84. .khzl tbody>tr>td input {
  85. border: 0;
  86. outline: none;
  87. background: #243747;
  88. padding-left: 5px;
  89. width: 100%;
  90. }
  91. .khzl tbody>tr>td select {
  92. border: 0;
  93. outline: none;
  94. background: #243747;
  95. padding-left: 5px;
  96. width: 100%;
  97. -webkit-appearance: none;
  98. }
  99. .khzl tbody>tr>td .combo-select {
  100. border: 0;
  101. outline: none;
  102. }
  103. .khzl tbody>tr>td .combo-arrow {
  104. display: none;
  105. }
  106. .khbtn {
  107. /*background: #97a0a8;*/
  108. color: #1ab394;
  109. font-size: 14px;
  110. vertical-align: middle;
  111. }
  112. .hei-list {
  113. width: 400px;
  114. margin: 0 auto;
  115. }
  116. .heiTop {
  117. height: 35px;
  118. background: #1e90ff;
  119. color: #fff;
  120. line-height: 35px;
  121. padding: 0 15px;
  122. border-top-left-radius: 3px;
  123. border-top-right-radius: 3px;
  124. }
  125. .heiTop .htl {
  126. float: left;
  127. margin: 0;
  128. }
  129. .heiTop .bacha {
  130. float: right;
  131. font-size: 18px;
  132. cursor: pointer;
  133. margin: 0;
  134. }
  135. .heiCon {
  136. width: 100%;
  137. background: #fff;
  138. text-align: center;
  139. padding: 25px 15px;
  140. height: auto;
  141. overflow-y: auto;
  142. border: 1px solid #eee;
  143. }
  144. #time-word {
  145. border: 1px solid #1ab394;
  146. padding: 5px 0 5px 10px;
  147. width: 120px;
  148. outline: none;
  149. color: #000;
  150. }
  151. .chooses {
  152. margin-top: 10px;
  153. }
  154. .btns {
  155. background: #1e90ff;
  156. color: #fff;
  157. padding: 3px 10px;
  158. outline: none;
  159. font-size: 12px;
  160. margin-left: 15px;
  161. border: 0;
  162. border-radius: 3px;
  163. box-sizing: border-box;
  164. }
  165. .bianji {
  166. display: inline-block;
  167. height: 16px;
  168. vertical-align: middle;
  169. margin-right: 5px;
  170. }
  171. #citySel {
  172. width: 100%;
  173. }
  174. .bianji.edi {
  175. background: url(./../img/xgai.png) no-repeat;
  176. }
  177. .bianji.sav {
  178. background: url(./../img/bbc.png) no-repeat;
  179. }
  180. .bianji.canc {
  181. background: url(./../img/quxi.png) no-repeat;
  182. }
  183. .t-shade {
  184. position: fixed;
  185. top: 0;
  186. left: 0;
  187. width: 100%;
  188. height: 100%;
  189. background: rgba(0, 0, 0, 0.48);
  190. z-index: 10004;
  191. display: none;
  192. }
  193. .shade_k {
  194. z-index: 10005;
  195. width: 40%;
  196. height: 130px;
  197. margin: 10% auto;
  198. background-color: #fff;
  199. box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
  200. border-radius: 5px;
  201. }
  202. .shade_title {
  203. padding: 0 80px 0 20px;
  204. height: 42px;
  205. line-height: 42px;
  206. border-bottom: 1px solid #eee;
  207. font-size: 16px;
  208. color: #FFFFFF;
  209. overflow: hidden;
  210. background-color: rgb(26, 179, 148);
  211. border-radius: 2px 2px 0 0;
  212. position: relative;
  213. }
  214. .setwin {
  215. position: absolute;
  216. right: 15px;
  217. top: 5px;
  218. font-size: 20px;
  219. line-height: initial;
  220. }
  221. .setwin a {
  222. font-size: 20px;
  223. color: #fff;
  224. }
  225. .shade_content {
  226. overflow-y: auto;
  227. position: relative;
  228. padding-bottom: 50px;
  229. padding: 10px;
  230. }
  231. .ldcr-bottom .detail-con ul li .active a {
  232. color: #f95a83 !important;
  233. }
  234. .ldcr-bottom .detail-con ul li .active+.explancon {
  235. display: block !important;
  236. }
  237. .searchbtn {
  238. width: 2.5em;
  239. height: 24px;
  240. border-radius: 5px;
  241. position: absolute;
  242. background-color: #01a1cb;
  243. background-image: url(./../img/searIcon.png);
  244. background-repeat: no-repeat;
  245. background-position: center center;
  246. cursor: pointer;
  247. }
  248. #menuContent,
  249. #menuContent_market {
  250. background: #fff;
  251. position: absolute;
  252. width: 100%;
  253. border: 1px solid #ccc;
  254. right: 0;
  255. top: 34px;
  256. z-index: 10;
  257. /* display: none;*/
  258. overflow-y: auto;
  259. }
  260. #organizer,
  261. #organizer_market {
  262. height: 25px;
  263. width: 100%;
  264. display: inline-block;
  265. position: relative;
  266. }
  267. #treeDemo li {
  268. width: 100%;
  269. }
  270. .bootstrap-select>.dropdown-toggle.bs-placeholder {
  271. background-color: #ffffff!important;
  272. border-color: #e5e6e7!important;
  273. }
  274. .filter-option {
  275. color: #676b6d;
  276. }
  277. .bootstrap-select>.dropdown-toggle.btn-default {
  278. background-color: #ffffff!important;
  279. border-color: #e5e6e7!important;
  280. color: #555;
  281. }
  282. #fkdep_market {
  283. display: nones;
  284. }
  285. .testInput-list {
  286. position: absolute;
  287. z-index: 999;
  288. border: 1px solid rgb(204, 204, 204);
  289. background-color: rgb(255, 255, 255);
  290. z-index: 99999;
  291. padding-left: 0;
  292. width: 100%;
  293. display: none;
  294. height: 200px;
  295. overflow-y: auto;
  296. }
  297. .testInput-list li {
  298. padding: 5px;
  299. color: #000;
  300. }
  301. .testInput-list li:hover {
  302. background-color: #E43926;
  303. color: #fff;
  304. }
  305. #testInput_ {
  306. outline: none;
  307. border: 1px solid #ccc;
  308. padding-left: 10px;
  309. outline-color: #fff;
  310. }
  311. .e43 {
  312. color: #e43926;
  313. }
  314. .ld-sercon button.bton[disabled] {
  315. background-color: #999;
  316. }
  317. .combo-input.text-input {
  318. font-family: "宋体"!important;
  319. }
  320. .treeList {
  321. border: 1px solid #e5e6e7!important;
  322. border-top: 0;
  323. height: 400px!important;
  324. }
  325. #TreeDemo li {
  326. float: initial;
  327. }
  328. .addTree1 {
  329. background: #fff;
  330. position: absolute;
  331. width: 180px;
  332. border: 1px solid darkgrey;
  333. z-index: 10;
  334. display: none;
  335. height: 100px;
  336. overflow-y: auto;
  337. }
  338. .customerService tbody tr th {
  339. padding-left: 20px;
  340. }
  341. .customerService tbody tr th {
  342. padding-left: 20px;
  343. }
  344. .market tr th{
  345. padding-left: 30px;
  346. }
  347. .ld-sercon input {
  348. /* width: 128px; */
  349. height: 30px;
  350. }
  351. .form-group {
  352. margin:0;
  353. }
  354. .customerService tr {
  355. height:40px;
  356. }
  357. .customerService th {
  358. width: 100px;
  359. }
  360. .imgs {
  361. color: rgb(0, 128, 0);
  362. cursor: pointer;
  363. }
  364. .imgs a:hover {
  365. color: #e43926;
  366. }
  367. </style>
  368. <script>
  369. function clearInter() {
  370. clearInterval(timer);
  371. }
  372. //通话中执行变化
  373. var timer, n = 0;
  374. function calling() {
  375. $(".td-call").show();
  376. n = 0;
  377. clearInterval(timer);
  378. timer = setInterval(function() {
  379. n++;
  380. var m = parseInt(n / 60 % 60);
  381. var s = parseInt(n % 60);
  382. $(".thsc").text(toDub(m) + ":" + toDub(s));
  383. }, 1000);
  384. }
  385. function toDub(i) {
  386. return i < 10 ? "0" + i : "" + i;
  387. }
  388. </script>
  389. </head>
  390. <body class="gray-bg">
  391. <div class="wrapper wrapper-content animated fadeInRight">
  392. <!--来电弹屏开始-->
  393. <div class="ldtp-con clearfix animated fadeInDown ">
  394. <div style="display: none;" class="mfhtel"></div>
  395. <div class="hei-list">
  396. <div class="heiTop clearFix">
  397. <p class="htl">黑名单</p>
  398. <p class="bacha" title="关闭">x</p>
  399. </div>
  400. <div class="heiCon">
  401. <div class="heit">
  402. <span style="font-size: 14px;">输入拉黑时长:</span>
  403. <input type="text" id="time-word" />
  404. </div>
  405. <div class="chooses">
  406. <label class="radio-inline">
  407. <input type="radio" name="time" value="1" checked="checked" style="margin-top: 3px;"> 天
  408. </label>
  409. <label class="radio-inline">
  410. <input type="radio" name="time" value="2" style="margin-top: 3px;" />时
  411. </label>
  412. <label class="radio-inline">
  413. <input type="radio" name="time" value="3" style="margin-top: 3px;" />分
  414. </label>
  415. <label class="radio-inline">
  416. <input type="radio" name="time" value="4" style="margin-top: 3px;" />永久
  417. </label>
  418. </div>
  419. <p style="margin-top: 15px;"><button type="button" id="bc" class="btns">保存</button></p>
  420. </div>
  421. </div>
  422. <!--左侧内容-->
  423. <div class="ldtp-cl col-sm-3">
  424. <div class="head-pic">
  425. <div class="hp-box">
  426. <img src="./../img/txpic.png" alt="头像好像去了外星球!" style="width: 100%;height: 100%;" />
  427. <input type="hidden" class="hidTel" value="" />
  428. <input type="hidden" class="hidCallID" />
  429. <input type="hidden" class="hidActionID" />
  430. </div>
  431. <ul>
  432. <li><span style="font-size: 25px;" class="tel"></span></li>
  433. <li><span style="font-size: 15px;" class="khgsd"></span></li>
  434. <!--<li class="nikeName"><i></i><span class="ldname">未知</span><i></i></li>-->
  435. <li style="color: #4cd964;">当前通话时长:<span class="thsc">00:00</span></li>
  436. <li class="lahei">
  437. <div class="la-before"><i class="push"></i> 移至黑名单</div>
  438. <div class="la-after" style="display: none;">
  439. <p class="la-shichang">拉黑截止时间:<span class="blackTime"></span></p>
  440. </div>
  441. <div class="retur" style="display: none;"><i class="qxlh"></i> 取消黑名单</div>
  442. </li>
  443. <li class="td-call clearfix" style="display:none;">
  444. <a class="take" style="float:none;" href="javascript:;" title="转满意度"><i></i></a>
  445. <!--<a class="drop" href="javascript:;"><i></i></a>-->
  446. </li>
  447. </ul>
  448. </div>
  449. <table class="table khzl">
  450. <tr>
  451. <th>姓名:</th>
  452. <td>
  453. <input type="text" value="" class="ldname khmc" />
  454. <input type="hidden" value="" id="khid" />
  455. </td>
  456. </tr>
  457. <tr>
  458. <th>电话:</th>
  459. <td>
  460. <input type="text" value="" class="ldtel1" />
  461. </td>
  462. </tr>
  463. <tr>
  464. <th>性别:</th>
  465. <td>
  466. <select id="customerSex">
  467. <option value="男">男</option>
  468. <option value="女">女</option>
  469. </select>
  470. </td>
  471. </tr>
  472. <tr>
  473. <th>省:</th>
  474. <td>
  475. <select class="form-control" id="customerProvince">
  476. <option value ="">请选择省</option>
  477. </select>
  478. </td>
  479. </tr>
  480. <tr>
  481. <th>市:</th>
  482. <td>
  483. <select class="form-control" id="customerCity">
  484. <option value ="">请选择市</option>
  485. </select>
  486. </td>
  487. </tr>
  488. <tr>
  489. <th>县:</th>
  490. <td>
  491. <select class="form-control" id="customerCounty">
  492. <option value ="">请选择县/区</option>
  493. </select>
  494. </td>
  495. </tr>
  496. <tr>
  497. <th>详细地址:</th>
  498. <td>
  499. <input type="text" value="" id="customerAddress" />
  500. </td>
  501. </tr>
  502. <!-- <tr>
  503. <th>归属地:</th>
  504. <td>
  505. <input type="text" id="shengshi" readonly="readonly" autocomplete="off">
  506. <div class="time-box time-box_flbox" style="position: relative;">
  507. <input type="hidden" class="khprovince">
  508. <input type="hidden" class="khcity">
  509. <div class="addTree1 treeList">
  510. <ul id="TreeDemo" class="ztree"></ul>
  511. </div>
  512. </div>
  513. </td>
  514. </tr> -->
  515. <tr>
  516. <th>来电时间:</th>
  517. <td><span class="ldtime" style="padding-left: 5px;"></span></td>
  518. </tr>
  519. <tr>
  520. <th></th>
  521. <td>
  522. <span class="edit"><i class="bianji edi"></i><a class="khbtn">编辑</a></span>
  523. <span class="save"> <i class="bianji sav"></i><a class="khbtn">保存</a></span>
  524. <span class="cancel"><i class="bianji canc"></i><a class="khbtn">取消</a></span>
  525. </td>
  526. </tr>
  527. </table>
  528. </div>
  529. <!--右侧内容-->
  530. <div class="ldtp-cr col-sm-9">
  531. <ul class="ld-service clearfix">
  532. <li style="border-bottom:1px solid #f95a83;" itemtype="0" class="cr-click">来电登记</li>
  533. <li style="border-bottom:1px solid #243747;" itemtype="1">历史通话</li>
  534. <li style="border-bottom:1px solid #69cbd0;" itemtype="2" >历史记录</li>
  535. <li style="border-bottom:1px solid #69cbd0;" itemtype="3" >关联案件</li>
  536. <li style="border-bottom:1px solid #69cbd0;" itemtype="4" >文书送达</li>
  537. </ul>
  538. <div class="ld-sercon">
  539. <div class="complain" style="display: block;">
  540. <div class="Pre-second second-con addgd">
  541. <div class="common">
  542. <div class="form-group col-md-12 clearfix">
  543. <label class="col-md-2 workOrderTypeText">登记类型:</label>
  544. <div id="formRegistrationType" class="col-md-6 r_order_type">
  545. <label class="radio-inline">
  546. <input type="radio" name="type" value="1" checked="checked" >咨询
  547. </label>
  548. <label class="radio-inline">
  549. <input type="radio" name="type" value="2" >投诉
  550. </label>
  551. <label class="radio-inline">
  552. <input type="radio" name="type" value="3" >求助
  553. </label>
  554. <label class="radio-inline">
  555. <input type="radio" name="type" value="4" >其他
  556. </label>
  557. </div>
  558. </div>
  559. <table class="customerService">
  560. <tbody>
  561. <tr>
  562. <th>姓名:</th>
  563. <td>
  564. <div class="form-group">
  565. <input type="text" class="form-control" id="formName" disabled="disabled" />
  566. </div>
  567. </td>
  568. <th>电话:</th>
  569. <td>
  570. <div class="form-group">
  571. <input type="text" class="form-control" id="formTel" disabled="disabled" />
  572. </div>
  573. </td>
  574. <th>性别:</th>
  575. <td>
  576. <div class="form-group">
  577. <select class="form-control" id="formSex" disabled="disabled">
  578. <option value="男">男</option>
  579. <option value="女">女</option>
  580. </select>
  581. </div>
  582. </td>
  583. </tr>
  584. <tr>
  585. <th>省:</th>
  586. <td>
  587. <div class="form-group">
  588. <select class="form-control" id="formProvince" disabled="disabled">
  589. <option value="">请选择省</option>
  590. </select>
  591. </div>
  592. </td>
  593. <th>市:</th>
  594. <td>
  595. <div class="form-group">
  596. <select class="form-control" id="formCity" disabled="disabled">
  597. <option value="">请选择市</option>
  598. </select>
  599. </div>
  600. </td>
  601. <th>县/区:</th>
  602. <td>
  603. <div class="form-group">
  604. <select class="form-control" id="formCounty" disabled="disabled">
  605. <option value="">请选择县/区</option>
  606. </select>
  607. </div>
  608. </td>
  609. </tr>
  610. <tr>
  611. <th>详细地址</th>
  612. <td>
  613. <div class="form-group">
  614. <input type="text" class="form-control" id="formAddress" disabled="disabled" />
  615. </div>
  616. </td>
  617. </tr>
  618. <tr>
  619. <th>被投诉单位:</th>
  620. <td>
  621. <div class="form-group">
  622. <input type="text" class="form-control" id="formComplainedUnit" />
  623. </div>
  624. </td>
  625. </tr>
  626. <tr>
  627. <th>登记内容/投诉事项:</th>
  628. <td colspan="8">
  629. <textarea name="" rows="4" cols="" placeholder="" id="formRegistrationContent" style="margin-top:10px;"></textarea>
  630. </td>
  631. </tr>
  632. <tr>
  633. <th>备注:</th>
  634. <td colspan="8">
  635. <textarea name="" rows="4" cols="" placeholder="" id="formRegistrationRemark" style="margin-top:10px;"></textarea>
  636. </td>
  637. </tr>
  638. <tr>
  639. <td colspan="7" style="text-align: center;">
  640. <button class="btns customerSubmit">新建</button>
  641. </td>
  642. </tr>
  643. </tbody>
  644. </table>
  645. </div>
  646. </div>
  647. </div>
  648. <div class="complain" style="display:none;">
  649. <div class="ld-sercon-con clearfix">
  650. <div class="Ps-chaxun">
  651. <span>查询: <input type="text" id="old_startTime" class="laydate-icon" />&nbsp;——&nbsp;<input type="text" id="old_endTime" class="laydate-icon" /></span>
  652. <span class="searchbtn"></span>
  653. </div>
  654. <div class="table-responsive col-sm-12 tbold" style="padding-left: 0;">
  655. <table id="oldlist" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
  656. <thead>
  657. <tr>
  658. <th data-field="CallNumber" data-align="center">电话号码</th>
  659. <th data-field="CallState" data-formatter="GetCallState" data-align="center">呼叫状态</th>
  660. <th data-field="DealType" data-align="center" data-formatter="formatterDealType">处理方式</th>
  661. <th data-field="UserCode" data-align="center">坐席工号</th>
  662. <th data-field="UserName" data-align="center">坐席姓名</th>
  663. <th data-field="BeginTime" data-align="center">开始时间</th>
  664. <th data-field="TalkStartTime" data-align="center">通话开始时间</th>
  665. <th data-field="TalkEndTime" data-align="center">通话结束时间</th>
  666. <th data-field="TalkLongTime" data-align="center">通话时长(s)</th>
  667. <th data-field="FilePath" data-align="center" data-formatter="setCode">录音</th>
  668. </tr>
  669. </thead>
  670. <tbody class="list"></tbody>
  671. </table>
  672. </div>
  673. </div>
  674. </div>
  675. <div class="complain" style="display:none;">
  676. <div class="ld-sercon-con clearfix">
  677. <!-- <div class="Ps-chaxun">
  678. <span>
  679. 查询: <input type="text" id="con_startTime" class="laydate-icon" />
  680. &nbsp;——&nbsp;
  681. <input type="text" id="con_endTime" class="laydate-icon" />
  682. </span>
  683. <span class="searchbtn"></span>
  684. </div> -->
  685. <div id="zxlbs" class="table-responsive col-sm-12 tbold" style="padding: 20px 0 20px 0px;">
  686. <table id="orderlist" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
  687. <thead>
  688. <tr>
  689. <th data-field="F_RecCode" data-align="center" data-formatter="View">登记编号</th>
  690. <th data-field="CusName" data-align="center">姓名</th>
  691. <th data-field="CusPhone" data-align="center">联系电话</th>
  692. <th data-field="F_Type" data-align="center" data-formatter="formatterRegisterType">登记类型</th>
  693. <th data-field="F_Content" data-align="center">登记内容</th>
  694. <th data-field="CreateByName" data-align="center">创建人</th>
  695. <th data-field="F_CreateOn" data-align="center">创建时间</th>
  696. </tr>
  697. </thead>
  698. <tbody class="list"></tbody>
  699. </table>
  700. </div>
  701. </div>
  702. </div>
  703. <div class="complain" style="display:none;">
  704. <div class="ld-sercon-con clearfix">
  705. <div id="zxlbs" class="table-responsive col-sm-12 tbold" style="padding: 20px 0 20px 20px;">
  706. <iframe src="http://222.143.48.99:82/#/iframList" width="1160px" height="600px" frameborder="0" name="relatedCasesFrames" ></iframe>
  707. </div>
  708. </div>
  709. </div>
  710. <div class="complain" style="display:none;">
  711. <div class="ld-sercon-con clearfix">
  712. <div id="zxlbs" class="table-responsive col-sm-12 tbold" style="padding: 20px 0 20px 20px;">
  713. <iframe src="http://222.143.48.99:82/#/iframList2" width="1160px" height="600px" frameborder="0" name="serviceDocumentFrames" ></iframe>
  714. </div>
  715. </div>
  716. </div>
  717. </div>
  718. <!--右侧下方内容区-->
  719. <div class="ldcr-bottom" style="margin-top:10px;">
  720. <div class="ldcrb-top clearfix">
  721. <ul class="clearfix">
  722. <li style="border-bottom:1px solid #69cbd0; background: #000;color: #fff;">知识库</li>
  723. <!--<li style="border-bottom:1px solid #f95a83;border-top:1px solid #000;border-right:1px solid #000;">更多内容</li>-->
  724. </ul>
  725. <div class="ld-search">
  726. <div class="sear-inp">
  727. <input type="text" class="search" placeholder="搜索问题、内容或者标题" />
  728. </div>
  729. <div class="searIcon">
  730. </div>
  731. </div>
  732. </div>
  733. <div class="detail-con">
  734. <ul></ul>
  735. </div>
  736. </div>
  737. </div>
  738. </div>
  739. <!--录音-->
  740. <div class="t-shade">
  741. <div class="shade_k">
  742. <div class="shade_title">
  743. <span>录音播放与下载<srong class="cknum"></srong></span>
  744. <span class="setwin"><a>x</a></span>
  745. </div>
  746. <div class="shade_content">
  747. <div class="Ly_box audiojs">
  748. </div>
  749. <div class="boxCon LY_box">
  750. </div>
  751. </div>
  752. </div>
  753. </div>
  754. <!--来电弹屏结束-->
  755. </div>
  756. <script src="./../js/bootstrap-table.js"></script>
  757. <script src="./../js/bootstrap-table-zh-CN.js"></script>
  758. <script src="./../js/zTree/jquery.ztree.core.js"></script>
  759. <script src="./../js/plugins/datapicker/bootstrap-datepicker.js"></script>
  760. <script src="../css/laydate/laydate.js"></script>
  761. <script src="../js/kindeditor/kindeditor.js"></script>
  762. <script src="../js/kindeditor/lang/zh_CN.js"></script>
  763. <script src="./../js/jquery.select.js"></script>
  764. <script src="select.js"></script>
  765. <script src="../js/comboSelect/jquery.combo.select.js"></script>
  766. <script src="./../js/main.js?v=1.5"></script>
  767. <script src="call.js"></script>
  768. </body>
  769. </html>