暂无描述

callScreen.html 40KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090
  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. .workOrderIdColorPurple{
  406. color: #FF00FF;
  407. }
  408. .workOrderIdColorGreen{
  409. color: #00CC33;
  410. }
  411. .imgs {
  412. color: rgb(0, 128, 0);
  413. cursor: pointer;
  414. }
  415. .imgs a:hover {
  416. color: #e43926;
  417. }
  418. .W100 .th-inner {
  419. width:100px !important;
  420. }
  421. .W160 .th-inner {
  422. width:160px !important;
  423. }
  424. .W220 .th-inner {
  425. width:220px !important;
  426. }
  427. .W220{
  428. width:220px !important;
  429. }
  430. .radio-inline{
  431. line-height: 30px;
  432. }
  433. </style>
  434. <script>
  435. function clearInter() {
  436. clearInterval(timer);
  437. }
  438. //通话中执行变化
  439. var timer, n = 0;
  440. function calling() {
  441. $(".td-call").show();
  442. n = 0;
  443. clearInterval(timer);
  444. timer = setInterval(function() {
  445. n++;
  446. var m = parseInt(n / 60 % 60);
  447. var s = parseInt(n % 60);
  448. $(".thsc").text(toDub(m) + ":" + toDub(s));
  449. }, 1000);
  450. }
  451. function toDub(i) {
  452. return i < 10 ? "0" + i : "" + i;
  453. }
  454. </script>
  455. </head>
  456. <body class="gray-bg">
  457. <div class="wrapper wrapper-content animated fadeInRight">
  458. <!--来电弹屏开始-->
  459. <div class="ldtp-con clearfix animated fadeInDown ">
  460. <div style="display: none;" class="mfhtel"></div>
  461. <div class="hei-list">
  462. <div class="heiTop clearFix">
  463. <p class="htl">黑名单</p>
  464. <p class="bacha" title="关闭">x</p>
  465. </div>
  466. <div class="heiCon">
  467. <div class="heit">
  468. <span style="font-size: 14px;">输入拉黑时长:</span>
  469. <input type="text" id="time-word" />
  470. </div>
  471. <div class="chooses">
  472. <label class="radio-inline">
  473. <input type="radio" name="time" value="1" checked="checked" style="margin-top: 3px;"> 天
  474. </label>
  475. <label class="radio-inline">
  476. <input type="radio" name="time" value="2" style="margin-top: 3px;" />时
  477. </label>
  478. <label class="radio-inline">
  479. <input type="radio" name="time" value="3" style="margin-top: 3px;" />分
  480. </label>
  481. <label class="radio-inline">
  482. <input type="radio" name="time" value="4" style="margin-top: 3px;" />永久
  483. </label>
  484. </div>
  485. <p style="margin-top: 15px;"><button type="button" id="bc" class="btns">保存</button></p>
  486. </div>
  487. </div>
  488. <!--左侧内容-->
  489. <div class="ldtp-cl col-sm-3">
  490. <div class="head-pic">
  491. <div class="hp-box">
  492. <img src="./../img/txpic.png" alt="头像好像去了外星球!" style="width: 100%;height: 100%;" />
  493. <input type="hidden" class="hidTel" value="" />
  494. <input type="hidden" class="hidCallID" />
  495. <input type="hidden" class="hidActionID" />
  496. </div>
  497. <ul>
  498. <li><span style="font-size: 25px;" class="tel"></span></li>
  499. <li><span style="font-size: 15px;" class="khgsd"></span></li>
  500. <!--<li class="nikeName"><i></i><span class="ldname">未知</span><i></i></li>-->
  501. <li style="color: #4cd964;">当前通话时长:<span class="thsc">00:00</span></li>
  502. <li class="lahei">
  503. <div class="la-before"><i class="push"></i> 移至黑名单</div>
  504. <div class="la-after" style="display: none;">
  505. <p class="la-shichang">拉黑截止时间:<span class="blackTime"></span></p>
  506. </div>
  507. <div class="retur" style="display: none;"><i class="qxlh"></i> 取消黑名单</div>
  508. </li>
  509. <li class="td-call clearfix" style="display:none;">
  510. <a class="take" style="float:none;" href="javascript:;" title="转满意度"><i></i></a>
  511. <!--<a class="drop" href="javascript:;"><i></i></a>-->
  512. </li>
  513. </ul>
  514. </div>
  515. <table class="table khzl">
  516. <tr>
  517. <th>姓名:</th>
  518. <td>
  519. <input type="text" value="" class="ldname khmc" />
  520. <input type="hidden" value="" id="khid" />
  521. </td>
  522. </tr>
  523. <tr>
  524. <th>区域:</th>
  525. <td>
  526. <input type="text" value="" id="kharea"/>
  527. </td>
  528. </tr>
  529. <tr>
  530. <th>省份:</th>
  531. <td>
  532. <input type="text" id="shengshi" readonly="readonly" autocomplete="off">
  533. <div class="time-box time-box_flbox" style="position: relative;">
  534. <input type="hidden" class="khprovince">
  535. <input type="hidden" class="khcity">
  536. <div class="addTree1 treeList">
  537. <ul id="TreeDemo" class="ztree"></ul>
  538. </div>
  539. </div>
  540. </td>
  541. </tr>
  542. <tr>
  543. <th>联系电话:</th>
  544. <td><input type="text" value="" class="ldtel1" /></td>
  545. </tr>
  546. <tr>
  547. <th>来电时间:</th>
  548. <td><span class="ldtime" style="padding-left: 5px;"></span></td>
  549. </tr>
  550. <tr>
  551. <td></td>
  552. <td>
  553. <span class="edit"><i class="bianji edi"></i><a class="khbtn">编辑</a></span>
  554. <span class="save"> <i class="bianji sav"></i><a class="khbtn">保存</a></span>
  555. <span class="cancel"><i class="bianji canc"></i><a class="khbtn">取消</a></span></td>
  556. </tr>
  557. </table>
  558. </div>
  559. <!--右侧内容-->
  560. <div class="ldtp-cr col-sm-9">
  561. <ul class="ld-service clearfix">
  562. <li style="border-bottom:1px solid #f95a83;" itemtype="0" class="cr-click">新增工单</li>
  563. <li style="border-bottom:1px solid #243747;" itemtype="1">历史记录</li>
  564. <li style="border-bottom:1px solid #69cbd0;" itemtype="2" >历史工单</li>
  565. </ul>
  566. <div class="ld-sercon">
  567. <div class="complain" style="display: block;">
  568. <div class="Pre-second second-con addgd">
  569. <div class="common">
  570. <table class="customerService">
  571. <tbody>
  572. <tr>
  573. <th>工单类型:</th>
  574. <th colspan="7" style="padding-left: 0px;" id="order_isover">
  575. <label class="radio-inline">
  576. <input type="radio" name="type" value="1" checked="checked"> 咨询
  577. </label>
  578. <label class="radio-inline">
  579. <input type="radio" name="type" value="2" > 投诉
  580. </label>
  581. <label class="radio-inline">
  582. <input type="radio" name="type" value="3" > 重复
  583. </label>
  584. <label class="radio-inline">
  585. <input type="radio" name="type" value="4" > 抽检
  586. </label>
  587. </th>
  588. </tr>
  589. <tr class="complaintWorkOrderRequired" style="display: none;">
  590. <th>投诉分类:</th>
  591. <th colspan="7" style="padding-left: 0px;" id="complainType">
  592. <label class="radio-inline">
  593. <input type="radio" name="complainType" value="生鲜品" > 生鲜品
  594. </label>
  595. <label class="radio-inline">
  596. <input type="radio" name="complainType" value="禽产品" > 禽产品
  597. </label>
  598. <label class="radio-inline">
  599. <input type="radio" name="complainType" value="综合事业部" > 综合事业部
  600. </label>
  601. <label class="radio-inline">
  602. <input type="radio" name="complainType" value="餐饮事业部" > 餐饮事业部
  603. </label>
  604. <label class="radio-inline">
  605. <input type="radio" name="complainType" value="400热线接听" > 400热线接听
  606. </label>
  607. <label class="radio-inline">
  608. <input type="radio" name="complainType" value="线上投诉" > 线上投诉
  609. </label>
  610. <label class="radio-inline">
  611. <input type="radio" name="complainType" value="市场监管局投诉" > 市场监管局投诉
  612. </label>
  613. <label class="radio-inline">
  614. <input type="radio" name="complainType" value="电商投诉" > 电商投诉
  615. </label>
  616. </th>
  617. </tr>
  618. <tr class="workOrderTypeForm">
  619. <th><i style="color: #FF0000">*&nbsp;</i>姓名:</th>
  620. <td>
  621. <div class="form-group">
  622. <input type="text" class="form-control" id="name" />
  623. </div>
  624. </td>
  625. <th><i style="color: #FF0000">*&nbsp;</i>电话:</th>
  626. <td>
  627. <div class="form-group">
  628. <input type="text" class="form-control" id="tel" />
  629. </div>
  630. </td>
  631. </tr>
  632. <tr class="workOrderTypeForm">
  633. <th><i class="complaintWorkOrderRequired" style="display: none; color: #FF0000;">*&nbsp;</i>省:</th>
  634. <td style="position: relative;">
  635. <div class="form-group">
  636. <select class="form-control" id="source">
  637. <option value ="">请选择</option>
  638. </select>
  639. </div>
  640. </td>
  641. <th>市:</th>
  642. <td style="position: relative;">
  643. <div class="form-group">
  644. <select class="form-control" id="type">
  645. <option value ="">请选择</option>
  646. </select>
  647. </div>
  648. </td>
  649. <th>区/县:</th>
  650. <td style="position: relative;">
  651. <div class="form-group">
  652. <input type="text" class="form-control" id="keyid" list="keyidDataList" autocomplete="off" placeholder="请输入"/>
  653. <datalist id="keyidDataList">
  654. </datalist>
  655. </div>
  656. </td>
  657. <th>详细地址:</th>
  658. <td>
  659. <div class="form-group">
  660. <input type="text" class="form-control" id="addressDescription" />
  661. </div>
  662. </td>
  663. </tr>
  664. <tr class="workOrderTypeForm">
  665. <th><i class="complaintWorkOrderRequired" style="display: none; color: #FF0000;">*&nbsp;</i>产品代码:</th>
  666. <td>
  667. <div class="form-group">
  668. <select class="form-control" id="productType">
  669. <option value ="">请选择</option>
  670. </select>
  671. </div>
  672. </td>
  673. <th><i class="complaintWorkOrderRequired" style="display: none; color: #FF0000;">*&nbsp;</i>产品名称:</th>
  674. <td>
  675. <div class="form-group">
  676. <input type="text" class="form-control" id="productName" />
  677. </div>
  678. </td>
  679. <th><i class="complaintWorkOrderRequired" style="display: none; color: #FF0000;">*&nbsp;</i>规格:</th>
  680. <td>
  681. <div class="form-group">
  682. <input type="text" class="form-control" id="specification" />
  683. </div>
  684. </td>
  685. <th><i class="complaintWorkOrderRequired" style="display: none; color: #FF0000;">*&nbsp;</i>生产日期:</th>
  686. <td>
  687. <div class="form-group">
  688. <input type="text" class="form-control" id="productDate" placeholder="时间格式YYYY.MM.DD"/>
  689. </div>
  690. </td>
  691. </tr>
  692. <tr class="workOrderTypeForm">
  693. <th>产品编码:</th>
  694. <td>
  695. <div class="form-group">
  696. <input type="text" class="form-control" id="productNumber" />
  697. </div>
  698. </td>
  699. <th><i class="complaintWorkOrderRequired" style="display: none; color: #FF0000;">*&nbsp;</i>生产厂家:</th>
  700. <td>
  701. <div class="form-group">
  702. <input type="text" class="form-control" id="productFactory" list="productFactoryDataList" placeholder="请输入"/>
  703. <datalist id="productFactoryDataList">
  704. </datalist>
  705. </div>
  706. </td>
  707. <th><i class="complaintWorkOrderRequired" style="display: none; color: #FF0000;">*&nbsp;</i>问题代码:</th>
  708. <td>
  709. <div class="form-group">
  710. <select class="form-control" id="problemCode">
  711. <option value ="">请选择</option>
  712. </select>
  713. </div>
  714. </td>
  715. <th><i style="color: #FF0000">*&nbsp;</i>质量问题:</th>
  716. <td>
  717. <div class="form-group">
  718. <input type="text" class="form-control" id="qualityProblem" />
  719. </div>
  720. </td>
  721. </tr>
  722. <tr class="workOrderTypeForm">
  723. <th>工单级别:</th>
  724. <td>
  725. <div class="form-group">
  726. <select class="form-control" id="dealTimely">
  727. </select>
  728. </div>
  729. </td>
  730. <th class="reasonTitle">原因:</th>
  731. <td class="reasonInput">
  732. <div class="form-group">
  733. <select class="form-control" id="reason">
  734. <option value ="">请选择</option>
  735. </select>
  736. </div>
  737. </td>
  738. </tr>
  739. <tr class="isOverWrapper workOrderTypeForm">
  740. <th>立即办理:</th>
  741. <td>
  742. <div id="isOver" class="col-md-6 r_order_type">
  743. <label class="radio-inline" for="over-no">
  744. <input id="over-no" type="radio" name="isOver" value="0" checked="checked">
  745. </label>
  746. <label class="radio-inline" for="over-yes">
  747. <input id="over-yes" type="radio" name="isOver" value="1">
  748. </label>
  749. </div>
  750. </td>
  751. </tr>
  752. <tr class="workOrderTypeSpotCheck" style="display: none;">
  753. <th><i style="color: #FF0000;">*&nbsp;</i>抽检日期:</th>
  754. <td>
  755. <input type="text" class="form-control" id="spotCheckDate" />
  756. </td>
  757. <th><i style="color: #FF0000;">*&nbsp;</i>抽检单位:</th>
  758. <td>
  759. <input type="text" class="form-control" id="spotCheckCompany" />
  760. </td>
  761. <th><i style="color: #FF0000;">*&nbsp;</i>抽检类型:</th>
  762. <td>
  763. <input type="text" class="form-control" id="spotCheckSamplingtype" />
  764. </td>
  765. <th><i style="color: #FF0000;">*&nbsp;</i>抽样客户/门店:</th>
  766. <td>
  767. <input type="text" class="form-control" id="spotCheckSalesroom" />
  768. </td>
  769. </tr>
  770. <tr class="workOrderTypeSpotCheck" style="display: none;">
  771. <th><i style="color: #FF0000;">*&nbsp;</i>抽检产品:</th>
  772. <td>
  773. <input type="text" class="form-control" id="spotCheckSamplingproducts" />
  774. </td>
  775. <th><i style="color: #FF0000;">*&nbsp;</i>生产日期:</th>
  776. <td>
  777. <input type="text" class="form-control" id="spotCheckProductDate" placeholder="时间格式YYYY.MM.DD" />
  778. </td>
  779. <th><i style="color: #FF0000;">*&nbsp;</i>涉及工厂:</th>
  780. <td>
  781. <div class="form-group">
  782. <input type="text" class="form-control" id="spotCheckFactories" list="spotCheckFactoriesDataList" placeholder="请输入"/>
  783. <datalist id="spotCheckFactoriesDataList">
  784. </datalist>
  785. </div>
  786. </td>
  787. <th><i style="color: #FF0000;">*&nbsp;</i>电话:</th>
  788. <td>
  789. <input type="text" class="form-control" id="spotCheckCusPhone" />
  790. </td>
  791. </tr>
  792. <tr class="workOrderTypeSpotCheck" style="display: none;">
  793. <th><i style="color: #FF0000;">*&nbsp;</i>备注:</th>
  794. <td colspan="7">
  795. <textarea name="" rows="5" cols="" placeholder="" id="spotCheckRemark" style="margin-top:10px;"></textarea>
  796. </td>
  797. </tr>
  798. <tr class="isAssignWrapper">
  799. <th>是否分派:</th>
  800. <td>
  801. <div id="isAssign" class="col-md-6 r_order_type">
  802. <label class="radio-inline">
  803. <input type="radio" name="isAssign" value="1" checked="checked"> 分派
  804. </label>
  805. <label class="radio-inline">
  806. <input type="radio" name="isAssign" value="0" > 不分派
  807. </label>
  808. </div>
  809. </td>
  810. <th class="comaddressTitle">大区:</th>
  811. <td style="position: relative;" class="comaddressSelect">
  812. <div class="form-group">
  813. <input type="text" class="form-control" id="customer_comaddress" list="customer_comaddress_data_list" placeholder="请输入"/>
  814. <datalist id="customer_comaddress_data_list">
  815. </datalist>
  816. </div>
  817. </td>
  818. <th class="submitterTitle">提交人:</th>
  819. <td style="position: relative;" class="submitterSelect">
  820. <div class="form-group">
  821. <input type="text" class="form-control" id="customer_submitter" list="customer_submitter_data_list" placeholder="请输入"/>
  822. <datalist id="customer_submitter_data_list">
  823. </datalist>
  824. </div>
  825. </td>
  826. </tr>
  827. <tr class="workOrderTypeForm">
  828. <th>备注:</th>
  829. <td colspan="7">
  830. <textarea name="" rows="5" cols="" placeholder="" id="remark" style="margin-top:10px;"></textarea>
  831. </td>
  832. </tr>
  833. <tr class="workOrderTypeForm">
  834. <td colspan="7" style="text-align: center;">
  835. <button class="btns customerSubmit">新建</button>
  836. <button class="btns customerSubmitRepeat" style="display: none;">提交</button>
  837. </td>
  838. </tr>
  839. <tr class="workOrderTypeForm"></tr>
  840. <tr class="workOrderTypeForm">
  841. <th>电话号码:</th>
  842. <td>
  843. <input type="text" class="form-control" id="SMSPhone" />
  844. </td>
  845. <th>短信内容:</th>
  846. <td colspan="3">
  847. <textarea rows="4" cols="" placeholder="" id="SMSCont"></textarea>
  848. <button class="btns SMSSubmit">发送短信</button>
  849. </td>
  850. <td>
  851. </td>
  852. </tr>
  853. <tr class="workOrderTypeSpotCheck" style="display: none;">
  854. <td colspan="7" style="text-align: center;">
  855. <button class="btns spotCheckSubmit">抽检</button>
  856. </td>
  857. </tr>
  858. </tbody>
  859. </table>
  860. </div>
  861. </div>
  862. </div>
  863. <div class="complain" style="display:none;">
  864. <div class="ld-sercon-con clearfix">
  865. <div class="Ps-chaxun">
  866. <span>查询: <input type="text" id="old_startTime" class="laydate-icon" />&nbsp;——&nbsp;<input type="text" id="old_endTime" class="laydate-icon" /></span>
  867. <span class="searchbtn"></span>
  868. </div>
  869. <div class="table-responsive col-sm-12 tbold" style="padding-left: 0;">
  870. <table id="oldlist" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
  871. <thead>
  872. <tr>
  873. <th data-field="CallNumber">电话号码</th>
  874. <th data-field="CallState" data-formatter="GetCallState">呼叫状态</th>
  875. <th data-field="DealType" data-formatter="formatterDealType" data-align="center">处理方式</th>
  876. <th data-field="UserCode">坐席工号</th>
  877. <th data-field="UserName">坐席姓名</th>
  878. <th data-field="BeginTime">开始时间</th>
  879. <th data-field="TalkStartTime">通话开始时间</th>
  880. <th data-field="TalkEndTime">通话结束时间</th>
  881. <th data-field="TalkLongTime">通话时长(s)</th>
  882. <th data-field="FilePath" data-formatter="setCode">录音</th>
  883. </tr>
  884. </thead>
  885. <tbody class="list"></tbody>
  886. </table>
  887. </div>
  888. </div>
  889. </div>
  890. <div class="complain" style="display:none;">
  891. <div class="ld-sercon-con clearfix">
  892. <div class="Ps-chaxun">
  893. <span>
  894. 查询: <input type="text" id="con_startTime" class="laydate-icon" />
  895. &nbsp;——&nbsp;
  896. <input type="text" id="con_endTime" class="laydate-icon" />
  897. </span>
  898. <span class="searchbtn"></span>
  899. </div>
  900. <div id="zxlbs" class="table-responsive col-sm-12 tbold" style="padding-left: 0;">
  901. <table id="orderlist" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
  902. <thead>
  903. <tr>
  904. <th data-field="F_WorkOrderId" data-class="W160" data-formatter="View" data-align="center">工单编号</th>
  905. <th data-field="F_AreaName" data-class="W60" data-align="center">大区</th>
  906. <th data-field="F_OfficName" data-class="W80" data-align="center">办事处</th>
  907. <th data-field="F_CreateTime" data-class="W190" data-formatter="formatterCharacter25" data-align="center">投诉时间</th>
  908. <th data-field="F_SerialNumber" data-class="W60" data-align="center">序号</th>
  909. <th data-field="F_CusName" data-class="W100" data-align="center">姓名</th>
  910. <th data-field="F_AddRess" data-class="W240" data-formatter="formatterCharacter15" data-align="center">地址</th>
  911. <th data-field="F_CusPhone" data-class="W140" data-formatter="formatterCharacter15" data-align="center">联系电话</th>
  912. <th data-field="F_ProductType" data-class="W100" data-align="center">产品代码</th>
  913. <th data-field="F_ProductName" data-class="W180" data-formatter="formatterCharacter10" data-align="center">产品名称</th>
  914. <th data-field="F_Specifications" data-class="W80" data-formatter="formatterCharacter8" data-align="center">规格</th>
  915. <th data-field="F_ProductDate" data-class="W100" data-align="center">生产日期</th>
  916. <th data-field="F_BatchNumber" data-class="W120" data-formatter="formatterCharacter12" data-align="center">产品编码</th>
  917. <th data-field="F_Manufacturer" data-class="W100" data-formatter="formatterCharacter8" data-align="center">生产厂家</th>
  918. <th data-field="F_ProblemCode" data-class="W80" data-align="center">问题代码</th>
  919. <th data-field="F_QualityProblem" data-class="W180" data-formatter="formatterCharacter10" data-align="center">质量问题</th>
  920. <th data-field="F_Notifications" data-class="W80" data-align="center">通知人</th>
  921. <th data-field="F_ReceivingPerson" data-class="W80" data-align="center">接听人</th>
  922. <th data-field="F_DealResult" data-class="W240" data-formatter="formatterCharacter15" data-align="center">落实情况</th>
  923. <th data-field="F_State" data-class="W100" data-formatter="workOrderStateJudge" data-align="center">处理进度</th>
  924. <th data-field="F_Type" data-class="W100" data-formatter="workOrderTypeJudge">工单类别</th>
  925. </tr>
  926. </thead>
  927. <tbody class="list"></tbody>
  928. </table>
  929. </div>
  930. </div>
  931. </div>
  932. </div>
  933. <!--右侧下方内容区-->
  934. <div class="ldcr-bottom" style="margin-top:10px;">
  935. <div class="callRecordsList-wrapper" style="width: 100%;padding: 10px; display: none;">
  936. <table id="callRecordsList" class="market" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
  937. <thead>
  938. <tr>
  939. <th data-field="CallNumber" data-align="center">电话号码</th>
  940. <th data-field="FilePath" data-formatter="setCode" data-align="center">录音</th>
  941. <th data-field="CallType" data-formatter="callType" data-align="center">呼叫方向</th>
  942. <th data-field="DealType" data-formatter="formatterDealType" data-align="center">处理方式</th>
  943. <th data-field="CallState" data-formatter="states" data-align="center">呼叫状态</th>
  944. <th data-field="UserCode" data-align="center">坐席工号</th>
  945. <th data-field="UserName" data-align="center">坐席姓名</th>
  946. <th data-field="BeginTime" data-align="center">开始时间</th>
  947. <th data-field="TalkStartTime" data-align="center">通话开始时间</th>
  948. <th data-field="TalkEndTime" data-align="center">通话结束时间</th>
  949. <th data-field="TalkLongTime" data-align="center">通话时长(S)</th>
  950. <th data-field="F_OptContent" data-align="center">备注</th>
  951. </tr>
  952. </thead>
  953. </table>
  954. </div>
  955. <div class="ldcrb-top clearfix">
  956. <ul class="clearfix">
  957. <li style="border-bottom:1px solid #69cbd0; background: #000;color: #fff;">知识库</li>
  958. <!--<li style="border-bottom:1px solid #f95a83;border-top:1px solid #000;border-right:1px solid #000;">更多内容</li>-->
  959. </ul>
  960. <div class="ld-search">
  961. <div class="sear-inp">
  962. <input type="text" class="search" placeholder="搜索问题、内容或者标题" />
  963. </div>
  964. <div class="searIcon">
  965. </div>
  966. </div>
  967. </div>
  968. <div class="detail-con">
  969. <ul></ul>
  970. </div>
  971. </div>
  972. </div>
  973. </div>
  974. <!--录音-->
  975. <div class="t-shade">
  976. <div class="shade_k">
  977. <div class="shade_title">
  978. <span>录音播放与下载<srong class="cknum"></srong></span>
  979. <span class="setwin"><a>x</a></span>
  980. </div>
  981. <div class="shade_content">
  982. <div class="Ly_box audiojs">
  983. </div>
  984. <div class="boxCon LY_box">
  985. </div>
  986. </div>
  987. </div>
  988. </div>
  989. <!--来电弹屏结束-->
  990. </div>
  991. <script src="./../js/bootstrap-table.js"></script>
  992. <script src="./../js/bootstrap-table-zh-CN.js"></script>
  993. <script src="./../js/zTree/jquery.ztree.core.js"></script>
  994. <script src="./../js/plugins/datapicker/bootstrap-datepicker.js"></script>
  995. <script src="../css/laydate/laydate.js"></script>
  996. <script src="../js/kindeditor/kindeditor.js"></script>
  997. <script src="../js/kindeditor/lang/zh_CN.js"></script>
  998. <script src="./../js/jquery.select.js"></script>
  999. <script src="select.js"></script>
  1000. <script src="../js/comboSelect/jquery.combo.select.js"></script>
  1001. <script src="./../js/main.js?v=1.5"></script>
  1002. <script src="call.js"></script>
  1003. </body>
  1004. </html>