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

callScreen.html 22KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741
  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: #1ab394;
  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: #1ab394;
  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: #e43926;
  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. #con_startTime,
  321. #con_endTime,
  322. #old_startTime,
  323. #old_endTime {
  324. width: 128px!important;
  325. }
  326. .treeList {
  327. border: 1px solid #e5e6e7!important;
  328. border-top: 0;
  329. height: 400px!important;
  330. }
  331. #TreeDemo li {
  332. float: initial;
  333. }
  334. .addTree1 {
  335. background: #fff;
  336. position: absolute;
  337. width: 180px;
  338. border: 1px solid darkgrey;
  339. z-index: 10;
  340. display: none;
  341. height: 100px;
  342. overflow-y: auto;
  343. }
  344. .customerService tbody tr th {
  345. padding-left: 20px;
  346. }
  347. .customerService tbody tr th {
  348. padding-left: 20px;
  349. }
  350. .market tr th{
  351. padding-left: 30px;
  352. }
  353. .ld-sercon input {
  354. /* width: 128px; */
  355. height: 36px;
  356. }
  357. .form-group {
  358. margin:0;
  359. }
  360. .customerService tr {
  361. height:40px;
  362. }
  363. .customerService th {
  364. width: 100px;
  365. }
  366. .imgs {
  367. color: rgb(0, 128, 0);
  368. cursor: pointer;
  369. }
  370. .imgs a:hover {
  371. color: #e43926;
  372. }
  373. </style>
  374. <script>
  375. function clearInter() {
  376. clearInterval(timer);
  377. }
  378. //通话中执行变化
  379. var timer, n = 0;
  380. function calling() {
  381. $(".td-call").show();
  382. n = 0;
  383. clearInterval(timer);
  384. timer = setInterval(function() {
  385. n++;
  386. var m = parseInt(n / 60 % 60);
  387. var s = parseInt(n % 60);
  388. $(".thsc").text(toDub(m) + ":" + toDub(s));
  389. }, 1000);
  390. }
  391. function toDub(i) {
  392. return i < 10 ? "0" + i : "" + i;
  393. }
  394. </script>
  395. </head>
  396. <body class="gray-bg">
  397. <div class="wrapper wrapper-content animated fadeInRight">
  398. <!--来电弹屏开始-->
  399. <div class="ldtp-con clearfix animated fadeInDown ">
  400. <div style="display: none;" class="mfhtel"></div>
  401. <div class="hei-list">
  402. <div class="heiTop clearFix">
  403. <p class="htl">黑名单</p>
  404. <p class="bacha" title="关闭">x</p>
  405. </div>
  406. <div class="heiCon">
  407. <div class="heit">
  408. <span style="font-size: 14px;">输入拉黑时长:</span>
  409. <input type="text" id="time-word" />
  410. </div>
  411. <div class="chooses">
  412. <label class="radio-inline">
  413. <input type="radio" name="time" value="1" checked="checked" style="margin-top: 3px;"> 天
  414. </label>
  415. <label class="radio-inline">
  416. <input type="radio" name="time" value="2" style="margin-top: 3px;" />时
  417. </label>
  418. <label class="radio-inline">
  419. <input type="radio" name="time" value="3" style="margin-top: 3px;" />分
  420. </label>
  421. <label class="radio-inline">
  422. <input type="radio" name="time" value="4" style="margin-top: 3px;" />永久
  423. </label>
  424. </div>
  425. <p style="margin-top: 15px;"><button type="button" id="bc" class="btns">保存</button></p>
  426. </div>
  427. </div>
  428. <!--左侧内容-->
  429. <div class="ldtp-cl col-sm-3">
  430. <div class="head-pic">
  431. <div class="hp-box">
  432. <img src="./../img/txpic.png" alt="头像好像去了外星球!" style="width: 100%;height: 100%;" />
  433. <input type="hidden" class="hidTel" value="" />
  434. <input type="hidden" class="hidCallID" />
  435. <input type="hidden" class="hidActionID" />
  436. </div>
  437. <ul>
  438. <li><span style="font-size: 25px;" class="tel"></span></li>
  439. <li><span style="font-size: 15px;" class="khgsd"></span></li>
  440. <!--<li class="nikeName"><i></i><span class="ldname">未知</span><i></i></li>-->
  441. <li style="color: #4cd964;">当前通话时长:<span class="thsc">00:00</span></li>
  442. <li class="lahei">
  443. <div class="la-before"><i class="push"></i> 移至黑名单</div>
  444. <div class="la-after" style="display: none;">
  445. <p class="la-shichang">拉黑截止时间:<span class="blackTime"></span></p>
  446. </div>
  447. <div class="retur" style="display: none;"><i class="qxlh"></i> 取消黑名单</div>
  448. </li>
  449. <li class="td-call clearfix" style="display:none;">
  450. <a class="take" style="float:none;" href="javascript:;" title="转满意度"><i></i></a>
  451. <!--<a class="drop" href="javascript:;"><i></i></a>-->
  452. </li>
  453. </ul>
  454. </div>
  455. <table class="table khzl">
  456. <tr>
  457. <th>姓名:</th>
  458. <td>
  459. <input type="text" value="" class="ldname khmc" />
  460. <input type="hidden" value="" id="khid" />
  461. </td>
  462. </tr>
  463. <tr>
  464. <th>电话:</th>
  465. <td>
  466. <input type="text" value="" class="ldtel1" />
  467. </td>
  468. </tr>
  469. <tr>
  470. <th>性别:</th>
  471. <td>
  472. <select id="customerSex">
  473. <option value="男">男</option>
  474. <option value="女">女</option>
  475. </select>
  476. </td>
  477. </tr>
  478. <tr>
  479. <th>归属地:</th>
  480. <td>
  481. <input type="text" id="shengshi" readonly="readonly" autocomplete="off">
  482. <div class="time-box time-box_flbox" style="position: relative;">
  483. <input type="hidden" class="khprovince">
  484. <input type="hidden" class="khcity">
  485. <div class="addTree1 treeList">
  486. <ul id="TreeDemo" class="ztree"></ul>
  487. </div>
  488. </div>
  489. </td>
  490. </tr>
  491. <tr>
  492. <th>来电时间:</th>
  493. <td><span class="ldtime" style="padding-left: 5px;"></span></td>
  494. </tr>
  495. <tr>
  496. <th></th>
  497. <td>
  498. <span class="edit"><i class="bianji edi"></i><a class="khbtn">编辑</a></span>
  499. <span class="save"> <i class="bianji sav"></i><a class="khbtn">保存</a></span>
  500. <span class="cancel"><i class="bianji canc"></i><a class="khbtn">取消</a></span>
  501. </td>
  502. </tr>
  503. </table>
  504. </div>
  505. <!--右侧内容-->
  506. <div class="ldtp-cr col-sm-9">
  507. <ul class="ld-service clearfix">
  508. <li style="border-bottom:1px solid #f95a83;" itemtype="0" class="cr-click">来电登记</li>
  509. <li style="border-bottom:1px solid #243747;" itemtype="1">历史通话</li>
  510. <li style="border-bottom:1px solid #69cbd0;" itemtype="2" >历史记录</li>
  511. <li style="border-bottom:1px solid #69cbd0;" itemtype="3" >关联案件</li>
  512. </ul>
  513. <div class="ld-sercon">
  514. <div class="complain" style="display: block;">
  515. <div class="Pre-second second-con addgd">
  516. <div class="common">
  517. <div class="form-group col-md-12 clearfix">
  518. <label class="col-md-2 workOrderTypeText">登记类型:</label>
  519. <div id="formRegistrationType" class="col-md-6 r_order_type">
  520. <label class="radio-inline">
  521. <input type="radio" name="type" value="1" checked="checked" >咨询
  522. </label>
  523. <label class="radio-inline">
  524. <input type="radio" name="type" value="2" >投诉
  525. </label>
  526. <label class="radio-inline">
  527. <input type="radio" name="type" value="3" >求助
  528. </label>
  529. <label class="radio-inline">
  530. <input type="radio" name="type" value="4" >其他
  531. </label>
  532. </div>
  533. </div>
  534. <table class="customerService">
  535. <tbody>
  536. <tr>
  537. <th>被投诉单位:</th>
  538. <td>
  539. <div class="form-group">
  540. <input type="text" class="form-control" id="formComplainedUnit" />
  541. </div>
  542. </td>
  543. <th>登记内容/投诉事项:</th>
  544. <td>
  545. <div class="form-group">
  546. <input type="text" class="form-control" id="formRegistrationContent" />
  547. </div>
  548. </td>
  549. </tr>
  550. <tr>
  551. <th>备注:</th>
  552. <td colspan="8">
  553. <textarea name="" rows="4" cols="" placeholder="" id="formRegistrationRemark" style="margin-top:10px;"></textarea>
  554. </td>
  555. </tr>
  556. <tr class="workOrderTypeForm">
  557. <td colspan="7" style="text-align: center;">
  558. <button class="btns customerSubmit">新建</button>
  559. </td>
  560. </tr>
  561. </tbody>
  562. </table>
  563. </div>
  564. </div>
  565. </div>
  566. <div class="complain" style="display:none;">
  567. <div class="ld-sercon-con clearfix">
  568. <div class="Ps-chaxun">
  569. <span>查询: <input type="text" id="old_startTime" class="laydate-icon" />&nbsp;——&nbsp;<input type="text" id="old_endTime" class="laydate-icon" /></span>
  570. <span class="searchbtn"></span>
  571. </div>
  572. <div class="table-responsive col-sm-12 tbold" style="padding-left: 0;">
  573. <table id="oldlist" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
  574. <thead>
  575. <tr>
  576. <th data-field="CallNumber">电话号码</th>
  577. <th data-field="CallState" data-formatter="GetCallState">呼叫状态</th>
  578. <th data-field="DealType" data-formatter="formatterDealType" data-align="center">处理方式</th>
  579. <th data-field="UserCode">坐席工号</th>
  580. <th data-field="UserName">坐席姓名</th>
  581. <th data-field="BeginTime">开始时间</th>
  582. <th data-field="TalkStartTime">通话开始时间</th>
  583. <th data-field="TalkEndTime">通话结束时间</th>
  584. <th data-field="TalkLongTime">通话时长(s)</th>
  585. <th data-field="FilePath" data-formatter="setCode">录音</th>
  586. </tr>
  587. </thead>
  588. <tbody class="list"></tbody>
  589. </table>
  590. </div>
  591. </div>
  592. </div>
  593. <div class="complain" style="display:none;">
  594. <div class="ld-sercon-con clearfix">
  595. <div class="Ps-chaxun">
  596. <span>
  597. 查询: <input type="text" id="con_startTime" class="laydate-icon" />
  598. &nbsp;——&nbsp;
  599. <input type="text" id="con_endTime" class="laydate-icon" />
  600. </span>
  601. <span class="searchbtn"></span>
  602. </div>
  603. <div id="zxlbs" class="table-responsive col-sm-12 tbold" style="padding-left: 0;">
  604. <table id="orderlist" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
  605. <thead>
  606. <tr>
  607. <th data-field="F_RecCode" data-align="center" data-formatter="View">登记编号</th>
  608. <th data-field="CusName" data-align="center">姓名</th>
  609. <th data-field="CusPhone" data-align="center">联系电话</th>
  610. <th data-field="F_Type" data-align="center">登记类型</th>
  611. <th data-field="F_Content" data-align="center">登记内容</th>
  612. <th data-field="CreateByName" data-align="center">创建人</th>
  613. <th data-field="F_CreateOn" data-align="center">创建时间</th>
  614. </tr>
  615. </thead>
  616. <tbody class="list"></tbody>
  617. </table>
  618. </div>
  619. </div>
  620. </div>
  621. </div>
  622. <!--右侧下方内容区-->
  623. <div class="ldcr-bottom" style="margin-top:10px;">
  624. <div class="ldcrb-top clearfix">
  625. <ul class="clearfix">
  626. <li style="border-bottom:1px solid #69cbd0; background: #000;color: #fff;">知识库</li>
  627. <!--<li style="border-bottom:1px solid #f95a83;border-top:1px solid #000;border-right:1px solid #000;">更多内容</li>-->
  628. </ul>
  629. <div class="ld-search">
  630. <div class="sear-inp">
  631. <input type="text" class="search" placeholder="搜索问题、内容或者标题" />
  632. </div>
  633. <div class="searIcon">
  634. </div>
  635. </div>
  636. </div>
  637. <div class="detail-con">
  638. <ul></ul>
  639. </div>
  640. </div>
  641. </div>
  642. </div>
  643. <!--录音-->
  644. <div class="t-shade">
  645. <div class="shade_k">
  646. <div class="shade_title">
  647. <span>录音播放与下载<srong class="cknum"></srong></span>
  648. <span class="setwin"><a>x</a></span>
  649. </div>
  650. <div class="shade_content">
  651. <div class="Ly_box audiojs">
  652. </div>
  653. <div class="boxCon LY_box">
  654. </div>
  655. </div>
  656. </div>
  657. </div>
  658. <!--来电弹屏结束-->
  659. </div>
  660. <script src="./../js/bootstrap-table.js"></script>
  661. <script src="./../js/bootstrap-table-zh-CN.js"></script>
  662. <script src="./../js/zTree/jquery.ztree.core.js"></script>
  663. <script src="./../js/plugins/datapicker/bootstrap-datepicker.js"></script>
  664. <script src="../css/laydate/laydate.js"></script>
  665. <script src="../js/kindeditor/kindeditor.js"></script>
  666. <script src="../js/kindeditor/lang/zh_CN.js"></script>
  667. <script src="./../js/jquery.select.js"></script>
  668. <script src="select.js"></script>
  669. <script src="../js/comboSelect/jquery.combo.select.js"></script>
  670. <script src="./../js/main.js?v=1.5"></script>
  671. <script src="call.js"></script>
  672. </body>
  673. </html>