思念食品 UI

callScreen.html 31KB

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