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

callScreen.html 32KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915
  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 #8C1293;" itemtype="3" >关联案件</li>
  536. <li style="border-bottom:1px solid #19B361;" 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="quickReplyButton">
  543. 快捷回复
  544. </div>
  545. <div class="quickReplyFloat">
  546. <div class="quickReplyFloatTab clearfix">
  547. <ul class="clearfix">
  548. <li style="border-bottom:1px solid #f95a83;" itemtype="0" class="quickReplyFloatTabActivity">个人</li>
  549. <li style="border-bottom:1px solid #243747;" itemtype="1">企业</li>
  550. </ul>
  551. </div>
  552. <div class="quickReplyFloatTableWrapper">
  553. <table id="quickReplyFloatTable" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
  554. <thead>
  555. <tr>
  556. <th data-align="center" data-formatter="setCode">编号</th>
  557. <th data-field="F_Title" data-formatter="formatterTitle" data-align="center">标题</th>
  558. <th data-field="F_Description" data-align="center" data-formatter="oper">内容</th>
  559. <th data-field="F_KeyWords" data-formatter="formatterKey" data-align="center">关键字</th>
  560. <th data-field="F_CreateOn" data-align="center">创建时间</th>
  561. </tr>
  562. </thead>
  563. <tbody id="tbody">
  564. </tbody>
  565. </table>
  566. </div>
  567. </div>
  568. <div class="form-group col-md-12 clearfix">
  569. <label class="col-md-2 workOrderTypeText">登记类型:</label>
  570. <div id="formRegistrationType" class="col-md-6 r_order_type">
  571. <label class="radio-inline">
  572. <input type="radio" name="type" value="1" checked="checked" >咨询
  573. </label>
  574. <label class="radio-inline">
  575. <input type="radio" name="type" value="2" >投诉
  576. </label>
  577. <label class="radio-inline">
  578. <input type="radio" name="type" value="3" >求助
  579. </label>
  580. <label class="radio-inline">
  581. <input type="radio" name="type" value="4" >其他
  582. </label>
  583. </div>
  584. </div>
  585. <table class="customerService">
  586. <tbody>
  587. <tr>
  588. <th>姓名:</th>
  589. <td>
  590. <div class="form-group">
  591. <input type="text" class="form-control" id="formName" disabled="disabled" />
  592. </div>
  593. </td>
  594. <th>电话:</th>
  595. <td>
  596. <div class="form-group">
  597. <input type="text" class="form-control" id="formTel" disabled="disabled" />
  598. </div>
  599. </td>
  600. <th>性别:</th>
  601. <td>
  602. <div class="form-group">
  603. <select class="form-control" id="formSex" disabled="disabled">
  604. <option value="男">男</option>
  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. <select class="form-control" id="formProvince" disabled="disabled">
  615. <option value="">请选择省</option>
  616. </select>
  617. </div>
  618. </td>
  619. <th>市:</th>
  620. <td>
  621. <div class="form-group">
  622. <select class="form-control" id="formCity" disabled="disabled">
  623. <option value="">请选择市</option>
  624. </select>
  625. </div>
  626. </td>
  627. <th>县/区:</th>
  628. <td>
  629. <div class="form-group">
  630. <select class="form-control" id="formCounty" disabled="disabled">
  631. <option value="">请选择县/区</option>
  632. </select>
  633. </div>
  634. </td>
  635. </tr>
  636. <tr>
  637. <th>详细地址</th>
  638. <td>
  639. <div class="form-group">
  640. <input type="text" class="form-control" id="formAddress" disabled="disabled" />
  641. </div>
  642. </td>
  643. </tr>
  644. <tr>
  645. <th>被投诉单位:</th>
  646. <td>
  647. <div class="form-group">
  648. <input type="text" class="form-control" id="formComplainedUnit" list="formComplainedUnitDataList" placeholder="请输入"/>
  649. <datalist id="formComplainedUnitDataList">
  650. </datalist>
  651. </div>
  652. <!-- <div class="form-group">
  653. <input type="text" class="form-control" id="formComplainedUnit" />
  654. </div> -->
  655. </td>
  656. <th>被投诉单位所属办事处:</th>
  657. <td>
  658. <div class="form-group">
  659. <select class="form-control" id="formComplainedUnitOffice">
  660. </select>
  661. </div>
  662. </td>
  663. <th>投诉案件承办人:</th>
  664. <td>
  665. <div class="form-group">
  666. <select class="form-control" id="formComplaintUndertaker">
  667. </select>
  668. </div>
  669. </td>
  670. </tr>
  671. <tr>
  672. <th>咨询问题级别:</th>
  673. <td>
  674. <div class="form-group">
  675. <select class="form-control" id="formQuestionLevel">
  676. </select>
  677. </div>
  678. </td>
  679. <th>咨询问题类型:</th>
  680. <td>
  681. <div class="form-group">
  682. <select class="form-control" id="formQuestionType">
  683. </select>
  684. </div>
  685. </td>
  686. <th>市民分类:</th>
  687. <td>
  688. <div class="form-group">
  689. <select class="form-control" id="formCitizenClassification">
  690. <option value="农民工">农民工</option>
  691. <option value="企业问题">企业问题</option>
  692. </select>
  693. </div>
  694. </td>
  695. </tr>
  696. <tr>
  697. <th>是否立案:</th>
  698. <td>
  699. <div id="formPutRecord" class="col-md-6">
  700. <label class="radio-inline" for="over-no">
  701. <input id="over-no" type="radio" name="putRecord" value="0" checked="checked">
  702. </label>
  703. <label class="radio-inline" for="over-yes">
  704. <input id="over-yes" type="radio" name="putRecord" value="1">
  705. </label>
  706. </div>
  707. </td>
  708. </tr>
  709. <tr>
  710. <th>备注:</th>
  711. <td colspan="8">
  712. <textarea name="" rows="4" cols="" placeholder="" id="formRegistrationRemark" style="margin-top:10px;"></textarea>
  713. </td>
  714. </tr>
  715. <tr>
  716. <td colspan="7" style="text-align: center;">
  717. <button class="btns customerSubmit">新建</button>
  718. </td>
  719. </tr>
  720. </tbody>
  721. </table>
  722. </div>
  723. </div>
  724. </div>
  725. <div class="complain" style="display:none;">
  726. <div class="ld-sercon-con clearfix">
  727. <div class="Ps-chaxun">
  728. <span>查询: <input type="text" id="old_startTime" class="laydate-icon" />&nbsp;——&nbsp;<input type="text" id="old_endTime" class="laydate-icon" /></span>
  729. <span class="searchbtn"></span>
  730. </div>
  731. <div class="table-responsive col-sm-12 tbold" style="padding-left: 0;">
  732. <table id="oldlist" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
  733. <thead>
  734. <tr>
  735. <th data-field="CallNumber" data-align="center">电话号码</th>
  736. <th data-field="CallState" data-formatter="GetCallState" data-align="center">呼叫状态</th>
  737. <th data-field="DealType" data-align="center" data-formatter="formatterDealType">处理方式</th>
  738. <th data-field="UserCode" data-align="center">坐席工号</th>
  739. <th data-field="UserName" data-align="center">坐席姓名</th>
  740. <th data-field="BeginTime" data-align="center">开始时间</th>
  741. <th data-field="TalkStartTime" data-align="center">通话开始时间</th>
  742. <th data-field="TalkEndTime" data-align="center">通话结束时间</th>
  743. <th data-field="TalkLongTime" data-align="center">通话时长(s)</th>
  744. <th data-field="FilePath" data-align="center" data-formatter="setCode">录音</th>
  745. </tr>
  746. </thead>
  747. <tbody class="list"></tbody>
  748. </table>
  749. </div>
  750. </div>
  751. </div>
  752. <div class="complain" style="display:none;">
  753. <div class="ld-sercon-con clearfix">
  754. <!-- <div class="Ps-chaxun">
  755. <span>
  756. 查询: <input type="text" id="con_startTime" class="laydate-icon" />
  757. &nbsp;——&nbsp;
  758. <input type="text" id="con_endTime" class="laydate-icon" />
  759. </span>
  760. <span class="searchbtn"></span>
  761. </div> -->
  762. <div id="zxlbs" class="table-responsive col-sm-12 tbold" style="padding: 20px 0 20px 0px;">
  763. <table id="orderlist" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
  764. <thead>
  765. <tr>
  766. <th data-field="F_RecCode" data-align="center" data-formatter="View">登记编号</th>
  767. <th data-field="CusName" data-align="center">姓名</th>
  768. <th data-field="CusPhone" data-align="center">联系电话</th>
  769. <th data-field="F_Type" data-align="center" data-formatter="formatterRegisterType">登记类型</th>
  770. <th data-field="F_Content" data-align="center">登记内容</th>
  771. <th data-field="CreateByName" data-align="center">创建人</th>
  772. <th data-field="F_CreateOn" data-align="center">创建时间</th>
  773. </tr>
  774. </thead>
  775. <tbody class="list"></tbody>
  776. </table>
  777. </div>
  778. </div>
  779. </div>
  780. <div class="complain" style="display:none;">
  781. <div class="ld-sercon-con clearfix">
  782. <div id="zxlbs" class="table-responsive col-sm-12 tbold" style="padding: 20px 0 20px 20px;">
  783. <iframe src="http://222.143.48.99:82/#/iframList" width="1160px" height="600px" frameborder="0" name="relatedCasesFrames" ></iframe>
  784. </div>
  785. </div>
  786. </div>
  787. <div class="complain" style="display:none;">
  788. <div class="ld-sercon-con clearfix">
  789. <div id="zxlbs" class="table-responsive col-sm-12 tbold" style="padding: 20px 0 20px 20px;">
  790. <iframe src="http://222.143.48.99:82/#/iframList2" width="1160px" height="600px" frameborder="0" name="serviceDocumentFrames" ></iframe>
  791. </div>
  792. </div>
  793. </div>
  794. </div>
  795. <!--右侧下方内容区-->
  796. <div class="ldcr-bottom" style="margin-top:10px;">
  797. <div class="ldcrb-top clearfix">
  798. <ul class="clearfix">
  799. <li style="border-bottom:1px solid #69cbd0; background: #000;color: #fff;">知识库</li>
  800. <!--<li style="border-bottom:1px solid #f95a83;border-top:1px solid #000;border-right:1px solid #000;">更多内容</li>-->
  801. </ul>
  802. <div class="ld-search">
  803. <div class="sear-inp">
  804. <input type="text" class="search" placeholder="搜索问题、内容或者标题" />
  805. </div>
  806. <div class="searIcon">
  807. </div>
  808. </div>
  809. </div>
  810. <div class="detail-con">
  811. <ul></ul>
  812. </div>
  813. </div>
  814. </div>
  815. </div>
  816. <!--录音-->
  817. <div class="t-shade">
  818. <div class="shade_k">
  819. <div class="shade_title">
  820. <span>录音播放与下载<srong class="cknum"></srong></span>
  821. <span class="setwin"><a>x</a></span>
  822. </div>
  823. <div class="shade_content">
  824. <div class="Ly_box audiojs">
  825. </div>
  826. <div class="boxCon LY_box">
  827. </div>
  828. </div>
  829. </div>
  830. </div>
  831. <!--来电弹屏结束-->
  832. </div>
  833. <script src="./../js/bootstrap-table.js"></script>
  834. <script src="./../js/bootstrap-table-zh-CN.js"></script>
  835. <script src="./../js/zTree/jquery.ztree.core.js"></script>
  836. <script src="./../js/plugins/datapicker/bootstrap-datepicker.js"></script>
  837. <script src="../css/laydate/laydate.js"></script>
  838. <script src="../js/kindeditor/kindeditor.js"></script>
  839. <script src="../js/kindeditor/lang/zh_CN.js"></script>
  840. <script src="./../js/jquery.select.js"></script>
  841. <script src="select.js"></script>
  842. <script src="../js/comboSelect/jquery.combo.select.js"></script>
  843. <script src="./../js/main.js?v=1.5"></script>
  844. <script src="call.js"></script>
  845. </body>
  846. </html>