暫無描述

callScreen.html 39KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054
  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. height: 130px;
  189. margin: 10% auto;
  190. background-color: #fff;
  191. box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
  192. border-radius: 5px;
  193. }
  194. .shade_title {
  195. padding: 0 80px 0 20px;
  196. height: 42px;
  197. line-height: 42px;
  198. border-bottom: 1px solid #eee;
  199. font-size: 16px;
  200. color: #FFFFFF;
  201. overflow: hidden;
  202. background-color: rgb(26, 179, 148);
  203. border-radius: 2px 2px 0 0;
  204. position: relative;
  205. }
  206. .setwin {
  207. position: absolute;
  208. right: 15px;
  209. top: 5px;
  210. font-size: 20px;
  211. line-height: initial;
  212. }
  213. .setwin a {
  214. font-size: 20px;
  215. color: #fff;
  216. }
  217. .shade_content {
  218. overflow-y: auto;
  219. position: relative;
  220. padding-bottom: 50px;
  221. padding: 10px;
  222. }
  223. .ldcr-bottom .detail-con ul li .active a {
  224. color: #f95a83 !important;
  225. }
  226. .ldcr-bottom .detail-con ul li .active+.explancon {
  227. display: block !important;
  228. }
  229. .searchbtn {
  230. width: 2.5em;
  231. height: 24px;
  232. border-radius: 5px;
  233. position: absolute;
  234. background-color: #e43926;
  235. background-image: url(./../img/searIcon.png);
  236. background-repeat: no-repeat;
  237. background-position: center center;
  238. cursor: pointer;
  239. }
  240. #menuContent,
  241. #menuContent_market {
  242. background: #fff;
  243. position: absolute;
  244. width: 100%;
  245. border: 1px solid #ccc;
  246. right: 0;
  247. top: 34px;
  248. z-index: 10;
  249. /* display: none;*/
  250. overflow-y: auto;
  251. }
  252. #organizer,
  253. #organizer_market {
  254. height: 25px;
  255. width: 100%;
  256. display: inline-block;
  257. position: relative;
  258. }
  259. #treeDemo li {
  260. width: 100%;
  261. }
  262. .bootstrap-select>.dropdown-toggle.bs-placeholder {
  263. background-color: #ffffff!important;
  264. border-color: #e5e6e7!important;
  265. }
  266. .filter-option {
  267. color: #676b6d;
  268. }
  269. .bootstrap-select>.dropdown-toggle.btn-default {
  270. background-color: #ffffff!important;
  271. border-color: #e5e6e7!important;
  272. color: #555;
  273. }
  274. #fkdep_market {
  275. display: nones;
  276. }
  277. .testInput-list {
  278. position: absolute;
  279. z-index: 999;
  280. border: 1px solid rgb(204, 204, 204);
  281. background-color: rgb(255, 255, 255);
  282. z-index: 99999;
  283. padding-left: 0;
  284. width: 100%;
  285. display: none;
  286. height: 200px;
  287. overflow-y: auto;
  288. }
  289. .testInput-list li {
  290. padding: 5px;
  291. color: #000;
  292. }
  293. .testInput-list li:hover {
  294. background-color: #E43926;
  295. color: #fff;
  296. }
  297. #testInput_ {
  298. outline: none;
  299. border: 1px solid #ccc;
  300. padding-left: 10px;
  301. outline-color: #fff;
  302. }
  303. .e43 {
  304. color: #e43926;
  305. }
  306. .ld-sercon button.bton[disabled] {
  307. background-color: #999;
  308. }
  309. .combo-input.text-input {
  310. font-family: "宋体"!important;
  311. }
  312. #con_startTime,
  313. #con_endTime,
  314. #old_startTime,
  315. #old_endTime {
  316. width: 128px!important;
  317. }
  318. .treeList {
  319. border: 1px solid #e5e6e7!important;
  320. border-top: 0;
  321. height: 400px!important;
  322. }
  323. #TreeDemo li {
  324. float: initial;
  325. }
  326. #typeclass {
  327. background: #fff;
  328. }
  329. .treeList1 {
  330. border: 1px solid #e5e6e7 !important;
  331. border-top: 0;
  332. height: 400px !important;
  333. }
  334. #TreeDemo1 li {
  335. float: initial;
  336. }
  337. .addTree1 {
  338. background: #fff;
  339. position: absolute;
  340. width: 180px;
  341. border: 1px solid darkgrey;
  342. z-index: 10;
  343. display: none;
  344. height: 100px;
  345. overflow-y: auto;
  346. }
  347. .inps2,
  348. .inps3,
  349. .inps4 {
  350. display: none;
  351. }
  352. .time-box {}
  353. .time-box_flbox {
  354. display: none;
  355. }
  356. .customerService tbody tr th {
  357. padding-left: 20px;
  358. }
  359. .customerService tbody tr th {
  360. padding-left: 20px;
  361. }
  362. .tub {
  363. position: absolute;
  364. right: 10px;
  365. top: 15px;
  366. }
  367. .add_bj {
  368. display: inline-block;
  369. -webkit-border-radius: 5px;
  370. -moz-border-radius: 5px;
  371. border-radius: 5px;
  372. text-align: center;
  373. padding: 5px 10px;
  374. font-size: 12px;
  375. cursor: pointer;
  376. background: #1ab394;
  377. color: #fff;
  378. margin-top: 15px;
  379. }
  380. #typeclass_market1m {
  381. background: #FFFFFF;
  382. }
  383. .market tr th{
  384. padding-left: 30px;
  385. }
  386. .ld-sercon input {
  387. /* width: 128px; */
  388. height: 36px;
  389. }
  390. .form-group {
  391. margin:0;
  392. }
  393. .customerService tr {
  394. height:40px;
  395. }
  396. .customerService th {
  397. width: 100px;
  398. }
  399. .complainDiv2{
  400. display: none;
  401. }
  402. .workOrderIdColorRed{
  403. color: #FF0000;
  404. }
  405. .workOrderIdColorGreen{
  406. color: #008000;
  407. }
  408. .imgs {
  409. color: rgb(0, 128, 0);
  410. cursor: pointer;
  411. }
  412. .imgs a:hover {
  413. color: #e43926;
  414. }
  415. .W100 .th-inner {
  416. width:100px !important;
  417. }
  418. .W160 .th-inner {
  419. width:160px !important;
  420. }
  421. .W220 .th-inner {
  422. width:220px !important;
  423. }
  424. .W220{
  425. width:220px !important;
  426. }
  427. </style>
  428. <script>
  429. function clearInter() {
  430. clearInterval(timer);
  431. }
  432. //通话中执行变化
  433. var timer, n = 0;
  434. function calling() {
  435. $(".td-call").show();
  436. n = 0;
  437. clearInterval(timer);
  438. timer = setInterval(function() {
  439. n++;
  440. var m = parseInt(n / 60 % 60);
  441. var s = parseInt(n % 60);
  442. $(".thsc").text(toDub(m) + ":" + toDub(s));
  443. }, 1000);
  444. }
  445. function toDub(i) {
  446. return i < 10 ? "0" + i : "" + i;
  447. }
  448. </script>
  449. </head>
  450. <body class="gray-bg">
  451. <div class="wrapper wrapper-content animated fadeInRight">
  452. <!--来电弹屏开始-->
  453. <div class="ldtp-con clearfix animated fadeInDown ">
  454. <div style="display: none;" class="mfhtel"></div>
  455. <div class="hei-list">
  456. <div class="heiTop clearFix">
  457. <p class="htl">黑名单</p>
  458. <p class="bacha" title="关闭">x</p>
  459. </div>
  460. <div class="heiCon">
  461. <div class="heit">
  462. <span style="font-size: 14px;">输入拉黑时长:</span>
  463. <input type="text" id="time-word" />
  464. </div>
  465. <div class="chooses">
  466. <label class="radio-inline">
  467. <input type="radio" name="time" value="1" checked="checked" style="margin-top: 3px;"> 天
  468. </label>
  469. <label class="radio-inline">
  470. <input type="radio" name="time" value="2" style="margin-top: 3px;" />时
  471. </label>
  472. <label class="radio-inline">
  473. <input type="radio" name="time" value="3" style="margin-top: 3px;" />分
  474. </label>
  475. <label class="radio-inline">
  476. <input type="radio" name="time" value="4" style="margin-top: 3px;" />永久
  477. </label>
  478. </div>
  479. <p style="margin-top: 15px;"><button type="button" id="bc" class="btns">保存</button></p>
  480. </div>
  481. </div>
  482. <!--左侧内容-->
  483. <div class="ldtp-cl col-sm-3">
  484. <div class="head-pic">
  485. <div class="hp-box">
  486. <img src="./../img/txpic.png" alt="头像好像去了外星球!" style="width: 100%;height: 100%;" />
  487. <input type="hidden" class="hidTel" value="" />
  488. <input type="hidden" class="hidCallID" />
  489. <input type="hidden" class="hidActionID" />
  490. </div>
  491. <ul>
  492. <li><span style="font-size: 25px;" class="tel"></span></li>
  493. <li><span style="font-size: 15px;" class="khgsd"></span></li>
  494. <!--<li class="nikeName"><i></i><span class="ldname">未知</span><i></i></li>-->
  495. <li style="color: #4cd964;">当前通话时长:<span class="thsc">00:00</span></li>
  496. <li class="lahei">
  497. <div class="la-before"><i class="push"></i> 移至黑名单</div>
  498. <div class="la-after" style="display: none;">
  499. <p class="la-shichang">拉黑截止时间:<span class="blackTime"></span></p>
  500. </div>
  501. <div class="retur" style="display: none;"><i class="qxlh"></i> 取消黑名单</div>
  502. </li>
  503. <li class="td-call clearfix" style="display:none;">
  504. <a class="take" style="float:none;" href="javascript:;" title="转满意度"><i></i></a>
  505. <!--<a class="drop" href="javascript:;"><i></i></a>-->
  506. </li>
  507. </ul>
  508. </div>
  509. <table class="table khzl">
  510. <tr>
  511. <th>姓名:</th>
  512. <td>
  513. <input type="text" value="" class="ldname khmc" />
  514. <input type="hidden" value="" id="khid" />
  515. </td>
  516. </tr>
  517. <tr>
  518. <th>区域:</th>
  519. <td>
  520. <input type="text" value="" id="kharea"/>
  521. </td>
  522. </tr>
  523. <tr>
  524. <th>省份:</th>
  525. <td>
  526. <input type="text" id="shengshi" readonly="readonly" autocomplete="off">
  527. <div class="time-box time-box_flbox" style="position: relative;">
  528. <input type="hidden" class="khprovince">
  529. <input type="hidden" class="khcity">
  530. <div class="addTree1 treeList">
  531. <ul id="TreeDemo" class="ztree"></ul>
  532. </div>
  533. </div>
  534. </td>
  535. </tr>
  536. <tr>
  537. <th>联系电话:</th>
  538. <td><input type="text" value="" class="ldtel1" /></td>
  539. </tr>
  540. <tr>
  541. <th>来电时间:</th>
  542. <td><span class="ldtime" style="padding-left: 5px;"></span></td>
  543. </tr>
  544. <tr>
  545. <td></td>
  546. <td>
  547. <span class="edit"><i class="bianji edi"></i><a class="khbtn">编辑</a></span>
  548. <span class="save"> <i class="bianji sav"></i><a class="khbtn">保存</a></span>
  549. <span class="cancel"><i class="bianji canc"></i><a class="khbtn">取消</a></span></td>
  550. </tr>
  551. </table>
  552. </div>
  553. <!--右侧内容-->
  554. <div class="ldtp-cr col-sm-9">
  555. <ul class="ld-service clearfix">
  556. <li style="border-bottom:1px solid #f95a83;" itemtype="0" class="cr-click">新增工单</li>
  557. <li style="border-bottom:1px solid #243747;" itemtype="1">历史记录</li>
  558. <li style="border-bottom:1px solid #69cbd0;" itemtype="2" >历史工单</li>
  559. </ul>
  560. <div class="ld-sercon">
  561. <div class="complain" style="display: block;">
  562. <div class="Pre-second second-con addgd">
  563. <div class="common">
  564. <div class="form-group col-md-12 clearfix">
  565. <label class="col-md-2 workOrderTypeText">工单类型:</label>
  566. <div id="order_isover" class="col-md-6 r_order_type">
  567. <label class="radio-inline">
  568. <input type="radio" name="type" value="1" checked="checked"> 咨询
  569. </label>
  570. <label class="radio-inline">
  571. <input type="radio" name="type" value="2" > 投诉
  572. </label>
  573. <label class="radio-inline">
  574. <input type="radio" name="type" value="3" > 重复
  575. </label>
  576. </div>
  577. </div>
  578. <table class="customerService">
  579. <tbody>
  580. <tr>
  581. <th><i style="color: #FF0000">*&nbsp;</i>姓名:</th>
  582. <td>
  583. <div class="form-group">
  584. <input type="text" class="form-control" id="name" maxlength="8" />
  585. </div>
  586. </td>
  587. <th><i style="color: #FF0000">*&nbsp;</i>电话:</th>
  588. <td>
  589. <div class="form-group">
  590. <input type="text" class="form-control" id="tel" />
  591. </div>
  592. </td>
  593. <!--<th>大区:</th>
  594. <td style="position: relative;">
  595. <div class="form-group">
  596. <select class="form-control" id="customer_area">
  597. <option value ="">请选择</option>
  598. </select>
  599. </div>
  600. </td>-->
  601. <!--<td style="position: relative;">
  602. <div class="form-group">
  603. <input type="text" class="form-control" id="areaInps" />
  604. </div>
  605. </td>-->
  606. </tr>
  607. <tr>
  608. <th>省:</th>
  609. <td style="position: relative;">
  610. <div class="form-group">
  611. <select class="form-control" id="source">
  612. <option value ="">请选择</option>
  613. </select>
  614. </div>
  615. </td>
  616. <!--<td>
  617. <div class="time-box">
  618. <i class="tub fa fa-caret-down areaDown" style="color: #676b6d;"></i>
  619. <input class="form-control" type="text" id="typeclass" readonly="readonly">
  620. <input type="text" class="inps2">
  621. <input type="text" class="inps3">
  622. <div class="addTree1 treeList1">
  623. <ul id="TreeDemo1" class="ztree"></ul>
  624. </div>
  625. </div>
  626. </td>-->
  627. <th>市:</th>
  628. <td style="position: relative;">
  629. <div class="form-group">
  630. <select class="form-control" id="type">
  631. <option value ="">请选择</option>
  632. </select>
  633. </div>
  634. </td>
  635. <th>区/县:</th>
  636. <td style="position: relative;">
  637. <div class="form-group">
  638. <select class="form-control" id="keyid">
  639. <option value ="">请选择</option>
  640. </select>
  641. </div>
  642. </td>
  643. <th>详细地址:</th>
  644. <td>
  645. <div class="form-group">
  646. <input type="text" class="form-control" id="addressDescription" />
  647. </div>
  648. </td>
  649. </tr>
  650. <tr>
  651. <th>产品代码:</th>
  652. <td>
  653. <div class="form-group">
  654. <select class="form-control" id="productType">
  655. <option value ="">请选择</option>
  656. </select>
  657. </div>
  658. </td>
  659. <th>产品名称:</th>
  660. <td>
  661. <div class="form-group">
  662. <input type="text" class="form-control" id="productName" />
  663. </div>
  664. </td>
  665. <th>规格:</th>
  666. <td>
  667. <div class="form-group">
  668. <input type="text" class="form-control" id="specification" />
  669. </div>
  670. </td>
  671. <th>生产日期:</th>
  672. <td>
  673. <div class="form-group">
  674. <input type="text" class="form-control" id="productDate" maxlength='10' onkeyup="value=value.replace(/[^\-?\d.]/g,'')" placeholder="时间格式YYYY.MM.DD"/>
  675. </div>
  676. </td>
  677. </tr>
  678. <tr>
  679. <th>产品编码:</th>
  680. <td>
  681. <div class="form-group">
  682. <input type="text" class="form-control" id="productNumber" />
  683. </div>
  684. </td>
  685. <th>生产厂家:</th>
  686. <td>
  687. <!--<div class="form-group">
  688. <select class="form-control" id="productFactory">
  689. <option value ="">请选择</option>
  690. </select>
  691. </div>-->
  692. <div class="form-group">
  693. <input type="text" class="form-control" id="productFactory" list="productFactoryDataList" placeholder="请输入"/>
  694. <datalist id="productFactoryDataList">
  695. </datalist>
  696. </div>
  697. </td>
  698. <th>问题代码:</th>
  699. <td>
  700. <div class="form-group">
  701. <select class="form-control" id="problemCode">
  702. <option value ="">请选择</option>
  703. </select>
  704. </div>
  705. </td>
  706. <th><i style="color: #FF0000">*&nbsp;</i>质量问题:</th>
  707. <td>
  708. <!--<div class="form-group">
  709. <select class="form-control" id="qualityProblem">
  710. <option value ="">请选择</option>
  711. </select>
  712. </div>-->
  713. <div class="form-group">
  714. <input type="text" class="form-control" id="qualityProblem" />
  715. </div>
  716. </td>
  717. </tr>
  718. <tr>
  719. <th>工单级别:</th>
  720. <td>
  721. <div class="form-group">
  722. <select class="form-control" id="dealTimely">
  723. </select>
  724. </div>
  725. </td>
  726. <th class="reasonTitle">原因:</th>
  727. <td class="reasonInput">
  728. <div class="form-group">
  729. <select class="form-control" id="reason">
  730. <option value ="">请选择</option>
  731. </select>
  732. </div>
  733. </td>
  734. </tr>
  735. <tr>
  736. <th>是否指派:</th>
  737. <td>
  738. <div id="isAssign" class="col-md-6 r_order_type">
  739. <label class="radio-inline">
  740. <input type="radio" name="isAssign" value="1" checked="checked"> 指派
  741. </label>
  742. <label class="radio-inline">
  743. <input type="radio" name="isAssign" value="0" > 不指派
  744. </label>
  745. </div>
  746. </td>
  747. <th class="comaddressTitle">大区:</th>
  748. <td style="position: relative;" class="comaddressSelect">
  749. <div class="form-group">
  750. <select class="form-control" id="customer_comaddress">
  751. <option value ="">请选择</option>
  752. </select>
  753. </div>
  754. </td>
  755. <th class="submitterTitle">提交人:</th>
  756. <td style="position: relative;" class="submitterSelect">
  757. <div class="form-group">
  758. <select class="form-control" id="customer_submitter">
  759. <option value ="">请选择</option>
  760. </select>
  761. </div>
  762. </td>
  763. </tr>
  764. <!-- <tr>
  765. <th>提交内容:</th>
  766. <td>
  767. <div class="form-group">
  768. <input type="text" class="form-control" id="cont" />
  769. </div>
  770. </td>
  771. </tr>-->
  772. <!--<tr>
  773. <th>工单来源:</th>
  774. <td>
  775. <div class="form-group">
  776. <select name="" class="form-control" id="DicValueList"></select>
  777. </div>
  778. </td>
  779. <th>工单类型:</th>
  780. <td>
  781. <div class="form-group">
  782. <select name="" class="form-control orderType"></select>
  783. </div>
  784. </td>
  785. <th class="complainDiv2 snRmove">咨询类型:</th>
  786. <td class="complainDiv2 snRmove">
  787. <div class="form-group">
  788. <select name="" class="form-control complaintType2"></select>
  789. </div>
  790. </td>
  791. <th class="complainDiv">投诉类型:</th>
  792. <td class="complainDiv">
  793. <div class="form-group">
  794. <select name="" class="form-control complaintType1"></select>
  795. </div>
  796. </td>
  797. </tr>
  798. <tr>
  799. <th>产品名称:</th>
  800. <td>
  801. <div class="form-group">
  802. <input type="text" class="form-control" id="productname" />
  803. </div>
  804. </td>
  805. <th>产品类别:</th>
  806. <td style="position: relative;">
  807. <div class="form-group">
  808. <select name="" class="form-control productType" id="productType"></select>
  809. </div>
  810. </td>
  811. <th>生产批号:</th>
  812. <td>
  813. <div class="form-group">
  814. <input type="text" class="form-control" id="batchNumber" />
  815. </div>
  816. </td>
  817. <th>购买地址:</th>
  818. <td>
  819. <div class="form-group">
  820. <input type="text" class="form-control" id="buyAddress" />
  821. </div>
  822. </td>
  823. </tr>
  824. <tr>
  825. <th class="snRmove">样品寄回:</th>
  826. <td style="position: relative;" class="snRmove">
  827. <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>
  828. <label style="vertical-align: middle;font-weight: normal;"><input style="vertical-align: middle" type="radio" name="sendBack" id="sendBack" value="1" />是</label>
  829. </td>
  830. </tr>
  831. <tr>
  832. </tr>-->
  833. <tr>
  834. <th>备注:</th>
  835. <td colspan="7">
  836. <textarea name="" rows="5" cols="" placeholder="" id="remark" style="margin-top:10px;"></textarea>
  837. </td>
  838. </tr>
  839. <tr>
  840. <td colspan="8" style="text-align: center;">
  841. <button class="btns customerSubmit">保&nbsp;存</button>
  842. </td>
  843. </tr>
  844. </tbody>
  845. </table>
  846. </div>
  847. </div>
  848. </div>
  849. <div class="complain" style="display:none;">
  850. <div class="ld-sercon-con clearfix">
  851. <div class="Ps-chaxun">
  852. <span>查询: <input type="text" id="old_startTime" class="laydate-icon" />&nbsp;——&nbsp;<input type="text" id="old_endTime" class="laydate-icon" /></span>
  853. <span class="searchbtn"></span>
  854. </div>
  855. <div class="table-responsive col-sm-12 tbold" style="padding-left: 0;">
  856. <table id="oldlist" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
  857. <thead>
  858. <tr>
  859. <th data-field="CallNumber">电话号码</th>
  860. <th data-field="CallState" data-formatter="GetCallState">呼叫状态</th>
  861. <th data-field="DealType" data-formatter="formatterDealType" data-align="center">处理方式</th>
  862. <th data-field="UserCode">坐席工号</th>
  863. <th data-field="UserName">坐席姓名</th>
  864. <th data-field="BeginTime">开始时间</th>
  865. <th data-field="TalkStartTime">通话开始时间</th>
  866. <th data-field="TalkEndTime">通话结束时间</th>
  867. <th data-field="TalkLongTime">通话时长(s)</th>
  868. <th data-field="FilePath" data-formatter="setCode">录音</th>
  869. </tr>
  870. </thead>
  871. <tbody class="list"></tbody>
  872. </table>
  873. </div>
  874. </div>
  875. </div>
  876. <div class="complain" style="display:none;">
  877. <div class="ld-sercon-con clearfix">
  878. <div class="Ps-chaxun">
  879. <span>
  880. 查询: <input type="text" id="con_startTime" class="laydate-icon" />
  881. &nbsp;——&nbsp;
  882. <input type="text" id="con_endTime" class="laydate-icon" />
  883. </span>
  884. <span class="searchbtn"></span>
  885. </div>
  886. <div id="zxlbs" class="table-responsive col-sm-12 tbold" style="padding-left: 0;">
  887. <table id="orderlist" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
  888. <thead>
  889. <tr>
  890. <th data-field="F_WorkOrderId" data-class="W160" data-formatter="View" data-align="center">工单编号</th>
  891. <th data-field="F_AreaName" data-class="W100" data-align="center">大区</th>
  892. <th data-field="F_OfficName" data-class="W100" data-align="center">办事处</th>
  893. <th data-field="F_CreateTime" data-class="W100" data-align="center">投诉时间</th>
  894. <th data-field="F_SerialNumber" data-class="W100" data-align="center">序号</th>
  895. <th data-field="F_CusName" data-class="W100" data-align="center">姓名</th>
  896. <th data-field="F_AddRess" data-class="W100" data-align="center">地址</th>
  897. <th data-field="F_CusPhone" data-class="W100" data-align="center">联系电话</th>
  898. <th data-field="F_ProductType" data-class="W100" data-align="center">产品代码</th>
  899. <th data-field="F_ProductName" data-class="W100" data-align="center">产品名称</th>
  900. <th data-field="F_Specifications" data-class="W100" data-align="center">规格</th>
  901. <th data-field="F_ProductDate" data-class="W100" data-align="center">生产日期</th>
  902. <th data-field="F_BatchNumber" data-class="W100" data-align="center">产品编码</th>
  903. <th data-field="F_Manufacturer" data-class="W100" data-align="center">生产厂家</th>
  904. <th data-field="F_ProblemCode" data-class="W100" data-align="center">问题代码</th>
  905. <th data-field="F_QualityProblem" data-class="W100" data-align="center">质量问题</th>
  906. <th data-field="F_Notifications" data-class="W100" data-align="center">通知人</th>
  907. <th data-field="F_ReceivingPerson" data-class="W100" data-align="center">接听人</th>
  908. <th data-field="F_DealResult" data-class="W100" data-align="center">落实情况</th>
  909. <th data-field="F_State" data-class="W100" data-formatter="workOrderStateJudge" data-align="center">处理进度</th>
  910. <th data-field="F_Type" data-class="W100" data-formatter="workOrderTypeJudge" data-align="center">工单类别</th>
  911. </tr>
  912. </thead>
  913. <tbody class="list"></tbody>
  914. </table>
  915. </div>
  916. </div>
  917. </div>
  918. </div>
  919. <!--右侧下方内容区-->
  920. <div class="ldcr-bottom" style="margin-top:10px;">
  921. <div class="ldcrb-top clearfix">
  922. <ul class="clearfix">
  923. <li style="border-bottom:1px solid #69cbd0; background: #000;color: #fff;">知识库</li>
  924. <!--<li style="border-bottom:1px solid #f95a83;border-top:1px solid #000;border-right:1px solid #000;">更多内容</li>-->
  925. </ul>
  926. <div class="ld-search">
  927. <div class="sear-inp">
  928. <input type="text" class="search" placeholder="搜索问题、内容或者标题" />
  929. </div>
  930. <div class="searIcon">
  931. </div>
  932. </div>
  933. </div>
  934. <div class="detail-con">
  935. <ul></ul>
  936. </div>
  937. </div>
  938. </div>
  939. </div>
  940. <!--录音-->
  941. <div class="t-shade">
  942. <div class="shade_k">
  943. <div class="shade_title">
  944. <span>录音播放与下载<srong class="cknum"></srong></span>
  945. <span class="setwin"><a>x</a></span>
  946. </div>
  947. <div class="shade_content">
  948. <div class="Ly_box audiojs">
  949. </div>
  950. <div class="boxCon LY_box">
  951. </div>
  952. </div>
  953. </div>
  954. </div>
  955. <!--来电弹屏结束-->
  956. </div>
  957. <script src="./../js/bootstrap-table.js"></script>
  958. <script src="./../js/bootstrap-table-zh-CN.js"></script>
  959. <script src="./../js/zTree/jquery.ztree.core.js"></script>
  960. <script src="./../js/plugins/datapicker/bootstrap-datepicker.js"></script>
  961. <script src="../css/laydate/laydate.js"></script>
  962. <script src="../js/kindeditor/kindeditor.js"></script>
  963. <script src="../js/kindeditor/lang/zh_CN.js"></script>
  964. <script src="./../js/jquery.select.js"></script>
  965. <script src="select.js"></script>
  966. <script src="../js/comboSelect/jquery.combo.select.js"></script>
  967. <script src="./../js/main.js?v=1.5"></script>
  968. <script src="call.js"></script>
  969. </body>
  970. </html>