思念食品 UI

callScreen.html 26KB

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