思念食品 UI

callScreen.html 30KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855
  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. </style>
  399. <script>
  400. function clearInter() {
  401. clearInterval(timer);
  402. }
  403. //通话中执行变化
  404. var timer, n = 0;
  405. function calling() {
  406. $(".td-call").show();
  407. n = 0;
  408. clearInterval(timer);
  409. timer = setInterval(function() {
  410. n++;
  411. var m = parseInt(n / 60 % 60);
  412. var s = parseInt(n % 60);
  413. $(".thsc").text(toDub(m) + ":" + toDub(s));
  414. }, 1000);
  415. }
  416. function toDub(i) {
  417. return i < 10 ? "0" + i : "" + i;
  418. }
  419. </script>
  420. </head>
  421. <body class="gray-bg">
  422. <div class="wrapper wrapper-content animated fadeInRight">
  423. <!--来电弹屏开始-->
  424. <div class="ldtp-con clearfix animated fadeInDown ">
  425. <div style="display: none;" class="mfhtel"></div>
  426. <div class="hei-list">
  427. <div class="heiTop clearFix">
  428. <p class="htl">黑名单</p>
  429. <p class="bacha" title="关闭">x</p>
  430. </div>
  431. <div class="heiCon">
  432. <div class="heit">
  433. <span style="font-size: 14px;">输入拉黑时长:</span>
  434. <input type="text" id="time-word" />
  435. </div>
  436. <div class="chooses">
  437. <label class="radio-inline">
  438. <input type="radio" name="time" value="1" checked="checked" style="margin-top: 3px;"> 天
  439. </label>
  440. <label class="radio-inline">
  441. <input type="radio" name="time" value="2" style="margin-top: 3px;" />时
  442. </label>
  443. <label class="radio-inline">
  444. <input type="radio" name="time" value="3" style="margin-top: 3px;" />分
  445. </label>
  446. <label class="radio-inline">
  447. <input type="radio" name="time" value="4" style="margin-top: 3px;" />永久
  448. </label>
  449. </div>
  450. <p style="margin-top: 15px;"><button type="button" id="bc" class="btns">保存</button></p>
  451. </div>
  452. </div>
  453. <!--左侧内容-->
  454. <div class="ldtp-cl col-sm-3">
  455. <div class="head-pic">
  456. <div class="hp-box">
  457. <img src="./../img/txpic.png" alt="头像好像去了外星球!" style="width: 100%;height: 100%;" />
  458. <input type="hidden" class="hidTel" value="" />
  459. <input type="hidden" class="hidCallID" />
  460. <input type="hidden" class="hidActionID" />
  461. </div>
  462. <ul>
  463. <li><span style="font-size: 25px;" class="tel"></span></li>
  464. <li><span style="font-size: 15px;" class="khgsd"></span></li>
  465. <!--<li class="nikeName"><i></i><span class="ldname">未知</span><i></i></li>-->
  466. <li style="color: #4cd964;">当前通话时长:<span class="thsc">00:00</span></li>
  467. <li class="lahei">
  468. <div class="la-before"><i class="push"></i> 移至黑名单</div>
  469. <div class="la-after" style="display: none;">
  470. <p class="la-shichang">拉黑截止时间:<span class="blackTime"></span></p>
  471. </div>
  472. <div class="retur" style="display: none;"><i class="qxlh"></i> 取消黑名单</div>
  473. </li>
  474. <li class="td-call clearfix" style="display:none;">
  475. <a class="take" style="float:none;" href="javascript:;" title="转满意度"><i></i></a>
  476. <!--<a class="drop" href="javascript:;"><i></i></a>-->
  477. </li>
  478. </ul>
  479. </div>
  480. <table class="table khzl">
  481. <tr>
  482. <th>姓名:</th>
  483. <td>
  484. <input type="text" value="" class="ldname khmc" />
  485. <input type="hidden" value="" id="khid" />
  486. </td>
  487. </tr>
  488. <tr>
  489. <th>区域:</th>
  490. <td>
  491. <input type="text" value="" id="kharea"/>
  492. </td>
  493. </tr>
  494. <tr>
  495. <th>省份:</th>
  496. <td>
  497. <input type="text" id="shengshi" readonly="readonly">
  498. <div class="time-box time-box_flbox" style="position: relative;">
  499. <input type="hidden" class="khprovince">
  500. <input type="hidden" class="khcity">
  501. <div class="addTree1 treeList">
  502. <ul id="TreeDemo" class="ztree"></ul>
  503. </div>
  504. </div>
  505. </td>
  506. </tr>
  507. <tr>
  508. <th>联系电话:</th>
  509. <td><input type="text" value="" class="ldtel1" /></td>
  510. </tr>
  511. <tr>
  512. <th>来电时间:</th>
  513. <td><span class="ldtime" style="padding-left: 5px;"></span></td>
  514. </tr>
  515. <tr>
  516. <td></td>
  517. <td>
  518. <span class="edit"><i class="bianji edi"></i><a class="khbtn">编辑</a></span>
  519. <span class="save"> <i class="bianji sav"></i><a class="khbtn">保存</a></span>
  520. <span class="cancel"><i class="bianji canc"></i><a class="khbtn">取消</a></span></td>
  521. </tr>
  522. </table>
  523. </div>
  524. <!--右侧内容-->
  525. <div class="ldtp-cr col-sm-9">
  526. <ul class="ld-service clearfix">
  527. <li style="border-bottom:1px solid #f95a83;" itemtype="0" class="cr-click">新增工单</li>
  528. <li style="border-bottom:1px solid #243747;" itemtype="1">历史记录</li>
  529. <li style="border-bottom:1px solid #69cbd0;" itemtype="2" >历史工单</li>
  530. </ul>
  531. <div class="ld-sercon">
  532. <div class="complain" style="display: block;">
  533. <div class="Pre-second second-con addgd">
  534. <div class="common">
  535. <table class="customerService">
  536. <tbody>
  537. <tr>
  538. <th>姓名:</th>
  539. <td>
  540. <div class="form-group">
  541. <input type="text" class="form-control" id="name" />
  542. </div>
  543. </td>
  544. <th>电话:</th>
  545. <td>
  546. <div class="form-group">
  547. <input type="text" class="form-control" id="tel" />
  548. </div>
  549. </td>
  550. <th>区域:</th>
  551. <td style="position: relative;">
  552. <div class="form-group">
  553. <input type="text" class="form-control" id="areaInps" />
  554. </div>
  555. </td>
  556. </tr>
  557. <tr>
  558. <th>工单来源:</th>
  559. <td>
  560. <div class="form-group">
  561. <select name="" class="form-control" id="DicValueList"></select>
  562. </div>
  563. </td>
  564. <th>工单类型:</th>
  565. <td>
  566. <div class="form-group">
  567. <select name="" class="form-control orderType"></select>
  568. </div>
  569. </td>
  570. <th class="complainDiv">投诉类型:</th>
  571. <td class="complainDiv">
  572. <div class="form-group">
  573. <select name="" class="form-control complaintType"></select>
  574. </div>
  575. </td>
  576. </tr>
  577. <tr>
  578. <th>产品名称:</th>
  579. <td>
  580. <div class="form-group">
  581. <input type="text" class="form-control" id="productname" />
  582. </div>
  583. </td>
  584. <th>产品类别:</th>
  585. <td style="position: relative;">
  586. <div class="form-group">
  587. <select name="" class="form-control productType" id="productType"></select>
  588. </div>
  589. </td>
  590. <th>生产批号:</th>
  591. <td>
  592. <div class="form-group">
  593. <input type="text" class="form-control" id="batchNumber" />
  594. </div>
  595. </td>
  596. <th>购买地址:</th>
  597. <td>
  598. <div class="form-group">
  599. <input type="text" class="form-control" id="buyAddress" />
  600. </div>
  601. </td>
  602. </tr>
  603. <tr>
  604. <th>生产日期:</th>
  605. <td style="position: relative;">
  606. <div class="time-box form-group">
  607. <i class="tub fa fa-calendar"></i>
  608. <input class="form-control search_time " id="productDate" type="text" placeholder="请选择时间">
  609. </div>
  610. </td>
  611. <th>购买日期:</th>
  612. <td style="position: relative;">
  613. <div class="time-box form-group">
  614. <i class="tub fa fa-calendar"></i>
  615. <input class="form-control search_time buyDate" id="buyDate" type="text" placeholder="请选择时间">
  616. </div>
  617. </td>
  618. <th><span id="usedate">食用日期:</span></th>
  619. <td style="position: relative;">
  620. <div class="time-box form-group">
  621. <i class="tub fa fa-calendar"></i>
  622. <input class="form-control search_time userDate" id="userDate" type="text" placeholder="请选择时间">
  623. </div>
  624. </td>
  625. <th>样品寄回:</th>
  626. <td style="position: relative;">
  627. <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>
  628. <label style="vertical-align: middle;font-weight: normal;"><input style="vertical-align: middle" type="radio" name="sendBack" id="sendBack" value="1" />是</label>
  629. </td>
  630. </tr>
  631. <tr>
  632. <th>省市:</th>
  633. <td>
  634. <div class="time-box">
  635. <i class="tub fa fa-caret-down areaDown" style="color: #676b6d;"></i>
  636. <input class="form-control" type="text" id="typeclass" readonly="readonly">
  637. <input type="text" class="inps2">
  638. <input type="text" class="inps3">
  639. <div class="addTree1 treeList1">
  640. <ul id="TreeDemo1" class="ztree"></ul>
  641. </div>
  642. </div>
  643. </td>
  644. <th><span id="vipid">客诉专员:</span></th>
  645. <td>
  646. <div class="form-group">
  647. <select name="" class="form-control" id="vipName"></select>
  648. </div>
  649. </td>
  650. <th><span id="vipphone">专员电话:</span></th>
  651. <td style="position: relative;">
  652. <div class="form-group">
  653. <input type="text" class="form-control" id="vipTel" />
  654. </div>
  655. </td>
  656. </tr>
  657. <tr>
  658. <th>投诉事件描述:</th>
  659. <td colspan="7">
  660. <textarea name="" rows="5" cols="" placeholder="" id="content" style="margin-top:10px;"></textarea>
  661. </td>
  662. </tr>
  663. <tr>
  664. <td colspan="8" style="text-align: center;">
  665. <button class="btns customerSubmit">保&nbsp;存</button>
  666. </td>
  667. </tr>
  668. </tbody>
  669. </table>
  670. </div>
  671. </div>
  672. </div>
  673. <div class="complain" style="display:none;">
  674. <div class="ld-sercon-con clearfix">
  675. <div class="Ps-chaxun">
  676. <span>查询: <input type="text" id="old_startTime" class="laydate-icon" />&nbsp;——&nbsp;<input type="text" id="old_endTime" class="laydate-icon" /></span>
  677. <span class="searchbtn"></span>
  678. </div>
  679. <div class="table-responsive col-sm-12 tbold" style="padding-left: 0;">
  680. <table id="oldlist" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
  681. <thead>
  682. <tr>
  683. <th data-field="CallNumber">电话号码</th>
  684. <th data-field="CallState" data-formatter="GetCallState">呼叫状态</th>
  685. <th data-field="DealType" data-formatter="formatterDealType" data-align="center">处理方式</th>
  686. <th data-field="UserCode">坐席工号</th>
  687. <th data-field="UserName">坐席姓名</th>
  688. <th data-field="BeginTime">开始时间</th>
  689. <th data-field="TalkStartTime">通话开始时间</th>
  690. <th data-field="TalkEndTime">通话结束时间</th>
  691. <th data-field="TalkLongTime">通话时长(s)</th>
  692. <th data-field="FilePath" data-formatter="setCode">录音</th>
  693. </tr>
  694. </thead>
  695. <tbody class="list"></tbody>
  696. </table>
  697. </div>
  698. </div>
  699. </div>
  700. <div class="complain" style="display:none;">
  701. <div class="ld-sercon-con clearfix">
  702. <div class="Ps-chaxun">
  703. <span>
  704. 查询: <input type="text" id="con_startTime" class="laydate-icon" />
  705. &nbsp;——&nbsp;
  706. <input type="text" id="con_endTime" class="laydate-icon" />
  707. </span>
  708. <span class="searchbtn"></span>
  709. </div>
  710. <div id="zxlbs" class="table-responsive col-sm-12 tbold" style="padding-left: 0;">
  711. <table id="orderlist" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
  712. <thead>
  713. <tr>
  714. <th data-field="F_WorkOrderId" data-align="center">工单编号</th>
  715. <th data-field="F_State" data-formatter="GetStateName" data-align="center">工单状态</th>
  716. <th data-field="SourceName" data-align="center">工单来源</th>
  717. <th data-field="TypeName" data-align="center">工单类型</th>
  718. <th data-field="F_CusName" data-align="center" data-class="E73">姓名</th>
  719. <th data-field="F_CusPhone" data-align="center">客户电话</th>
  720. <th data-field="F_DealUser" data-align="center">受理人</th>
  721. <th data-field="F_CreateTime" data-align="center">创建时间</th>
  722. <th data-field="F_Content" data-align="center" data-formatter="Detail" style="width:500px;">投诉事件描述</th>
  723. </tr>
  724. </thead>
  725. <tbody class="list"></tbody>
  726. </table>
  727. </div>
  728. </div>
  729. </div>
  730. </div>
  731. <!--右侧下方内容区-->
  732. <div class="ldcr-bottom" style="margin-top:10px;">
  733. <div class="ldcrb-top clearfix">
  734. <ul class="clearfix">
  735. <li style="border-bottom:1px solid #69cbd0; background: #000;color: #fff;">知识库</li>
  736. <!--<li style="border-bottom:1px solid #f95a83;border-top:1px solid #000;border-right:1px solid #000;">更多内容</li>-->
  737. </ul>
  738. <div class="ld-search">
  739. <div class="sear-inp">
  740. <input type="text" class="search" placeholder="搜索问题、内容或者标题" />
  741. </div>
  742. <div class="searIcon">
  743. </div>
  744. </div>
  745. </div>
  746. <div class="detail-con">
  747. <ul></ul>
  748. </div>
  749. </div>
  750. </div>
  751. </div>
  752. <!--来电弹屏结束-->
  753. </div>
  754. <script src="./../js/bootstrap-table.js"></script>
  755. <script src="./../js/bootstrap-table-zh-CN.js"></script>
  756. <script src="./../js/zTree/jquery.ztree.core.js"></script>
  757. <script src="./../js/plugins/datapicker/bootstrap-datepicker.js"></script>
  758. <script src="./../css/laydate/laydate.js"></script>
  759. <script src="../js/kindeditor/kindeditor.js"></script>
  760. <script src="../js/kindeditor/lang/zh_CN.js"></script>
  761. <script src="./../js/jquery.select.js"></script>
  762. <script src="select.js"></script>
  763. <script src="../js/comboSelect/jquery.combo.select.js"></script>
  764. <script src="./../js/main.js?v=1.5"></script>
  765. <script src="call.js"></script>
  766. </body>
  767. </html>