Nessuna descrizione

callScreen.html 38KB

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