思念食品 UI

callScreen.html 26KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967
  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. }
  363. .time-box_flbox{
  364. display: none;
  365. }
  366. .customerService tbody tr th{
  367. padding-left: 20px;
  368. }
  369. .customerService tbody tr th{
  370. padding-left: 20px;
  371. }
  372. .tub{
  373. position: absolute;
  374. right: 10px;
  375. top: 8px;
  376. }
  377. .add_bj{
  378. display: inline-block;
  379. -webkit-border-radius: 5px;
  380. -moz-border-radius: 5px;
  381. border-radius: 5px;
  382. text-align: center;
  383. padding: 5px 10px;
  384. font-size: 12px;
  385. cursor: pointer;
  386. background: #1ab394;
  387. color: #fff;
  388. margin-top: 15px;
  389. }
  390. #typeclass_market1m{
  391. background: #FFFFFF;
  392. }
  393. </style>
  394. <script>
  395. function clearInter() {
  396. clearInterval(timer);
  397. }
  398. //通话中执行变化
  399. var timer, n = 0;
  400. function calling() {
  401. $(".td-call").show();
  402. n = 0;
  403. clearInterval(timer);
  404. timer = setInterval(function() {
  405. n++;
  406. var m = parseInt(n / 60 % 60);
  407. var s = parseInt(n % 60);
  408. $(".thsc").text(toDub(m) + ":" + toDub(s));
  409. }, 1000);
  410. }
  411. function toDub(i) {
  412. return i < 10 ? "0" + i : "" + i;
  413. }
  414. </script>
  415. </head>
  416. <body class="gray-bg">
  417. <div class="wrapper wrapper-content animated fadeInRight">
  418. <!--来电弹屏开始-->
  419. <div class="ldtp-con clearfix animated fadeInDown ">
  420. <div style="display: none;" class="mfhtel"></div>
  421. <div class="hei-list">
  422. <div class="heiTop clearFix">
  423. <p class="htl">黑名单</p>
  424. <p class="bacha" title="关闭">x</p>
  425. </div>
  426. <div class="heiCon">
  427. <div class="heit">
  428. <span style="font-size: 14px;">输入拉黑时长:</span>
  429. <input type="text" id="time-word" />
  430. </div>
  431. <div class="chooses">
  432. <label class="radio-inline">
  433. <input type="radio" name="time" value="1" checked="checked" style="margin-top: 3px;"> 天
  434. </label>
  435. <label class="radio-inline">
  436. <input type="radio" name="time" value="2" style="margin-top: 3px;" />时
  437. </label>
  438. <label class="radio-inline">
  439. <input type="radio" name="time" value="3" style="margin-top: 3px;" />分
  440. </label>
  441. <label class="radio-inline">
  442. <input type="radio" name="time" value="4" style="margin-top: 3px;" />永久
  443. </label>
  444. </div>
  445. <p style="margin-top: 15px;"><button type="button" id="bc" class="btns">保存</button></p>
  446. </div>
  447. </div>
  448. <!--左侧内容-->
  449. <div class="ldtp-cl col-sm-3">
  450. <div class="head-pic">
  451. <div class="hp-box">
  452. <img src="./../img/txpic.png" alt="头像好像去了外星球!" style="width: 100%;height: 100%;" />
  453. <input type="hidden" class="hidTel" value="" />
  454. <input type="hidden" class="hidCallID" />
  455. <input type="hidden" class="hidActionID" />
  456. </div>
  457. <ul>
  458. <li><span style="font-size: 25px;" class="tel"></span></li>
  459. <li><span style="font-size: 15px;" class="khgsd"></span></li>
  460. <!--<li class="nikeName"><i></i><span class="ldname">未知</span><i></i></li>-->
  461. <li style="color: #4cd964;">当前通话时长:<span class="thsc">00:00</span></li>
  462. <li class="lahei">
  463. <div class="la-before"><i class="push"></i> 移至黑名单</div>
  464. <div class="la-after" style="display: none;">
  465. <p class="la-time">拉黑时间:<span>2017/05/13</span></p>
  466. <p class="la-shichang">拉黑截止时间:<span class="blackTime"></span></p>
  467. </div>
  468. <div class="retur" style="display: none;"><i class="qxlh"></i> 取消黑名单</div>
  469. </li>
  470. <li class="td-call clearfix" style="display:none;">
  471. <a class="take" style="float:none;" href="javascript:;" title="转满意度"><i></i></a>
  472. <!--<a class="drop" href="javascript:;"><i></i></a>-->
  473. </li>
  474. </ul>
  475. </div>
  476. <table class="table khzl">
  477. <tr>
  478. <th>姓名:</th>
  479. <td>
  480. <input type="text" value="" class="ldname khmc" />
  481. <input type="hidden" value="" id="khid" />
  482. </td>
  483. </tr>
  484. <tr>
  485. <th>省份:</th>
  486. <td>
  487. <input type="text" value="" class="countryName" autocomplete="off" />
  488. <!--<select id="testInput1"></select>-->
  489. <div class="time-box time-box_flbox" style="position: relative;">
  490. <input class="form-control" type="text" id="typeclass1" readonly="readonly" autocomplete="off">
  491. <input type="text" class="inps2">
  492. <input type="text" class="inps3">
  493. <input type="text" class="inps4">
  494. <input type="hidden" id="typeclassId1" />
  495. <div class="addTree1 treeList1">
  496. <ul id="TreeDemo1" class="ztree">
  497. </ul>
  498. </div>
  499. </div>
  500. </td>
  501. </tr>
  502. <tr>
  503. <th>联系电话:</th>
  504. <td><input type="text" value="" class="ldtel1" /></td>
  505. <input type="hidden" id="fkdep" />
  506. </tr>
  507. <tr>
  508. <th>来电时间:</th>
  509. <td><span class="ldtime" style="padding-left: 5px;"></span></td>
  510. </tr>
  511. <tr>
  512. <td></td>
  513. <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>
  514. </tr>
  515. </table>
  516. </div>
  517. <!--右侧内容-->
  518. <div class="ldtp-cr col-sm-9">
  519. <ul class="ld-service clearfix">
  520. <li style="border-bottom:1px solid #243747;" itemtype="0" class="cr-click">历史记录</li>
  521. <li style="border-bottom:1px solid #69cbd0;display: none;" itemtype="1" class="KF">思念组</li>
  522. <!--<--<li style="border-bottom:1px solid #f95a83;" itemtype="2">保修服务</li>-->
  523. <li style="border-bottom:1px solid #243747;display: none;" itemtype="3" class="SC">市场组</li>
  524. </ul>
  525. <div class="ld-sercon">
  526. <div class="complain" style="display:block;">
  527. <div class="ld-sercon-con clearfix">
  528. <div class="Ps-chaxun">
  529. <span>查询: <input type="text" id="old_startTime" class="laydate-icon" />&nbsp;——&nbsp;<input type="text" id="old_endTime" class="laydate-icon" /></span>
  530. <span class="searchbtn"></span>
  531. </div>
  532. <div class="table-responsive col-sm-12 tbold" style="padding-left: 0;">
  533. <table id="oldlist" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
  534. <thead>
  535. <tr>
  536. <th data-field="CallNumber">电话号码</th>
  537. <th data-field="CallState" data-formatter="GetCallState">呼叫状态</th>
  538. <th data-field="DealType" data-formatter="formatterDealType" data-align="center">处理方式</th>
  539. <th data-field="UserCode">坐席工号</th>
  540. <th data-field="UserName">坐席姓名</th>
  541. <th data-field="BeginTime">开始时间</th>
  542. <th data-field="TalkStartTime">通话开始时间</th>
  543. <th data-field="TalkEndTime">通话结束时间</th>
  544. <th data-field="TalkLongTime">通话时长(s)</th>
  545. <th data-field="FilePath" data-formatter="setCode">录音</th>
  546. </tr>
  547. </thead>
  548. <tbody class="list"></tbody>
  549. </table>
  550. </div>
  551. </div>
  552. </div>
  553. <div class="complain" style="display:none;">
  554. <div class="ld-sercon-con clearfix">
  555. <div class="Ps-chaxun">
  556. <span>
  557. 查询: <input type="text" id="con_startTime" class="laydate-icon" />
  558. &nbsp;——&nbsp;
  559. <input type="text" id="con_endTime" class="laydate-icon" />
  560. </span>
  561. <span class="searchbtn"></span>
  562. <span class="addjl g" style="margin-left:5em;">新增工单</span>
  563. </div>
  564. <div id="zxlbs" class="table-responsive col-sm-12 tbold" style="padding-left: 0;">
  565. <table id="orderlist" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
  566. <thead>
  567. <tr>
  568. <th data-field="F_WorkOrderId" data-align="center">工单编号</th>
  569. <th data-field="F_State" data-formatter="GetStateName" data-align="center">工单状态</th>
  570. <th data-field="SourceName" data-align="center">工单来源</th>
  571. <th data-field="TypeName" data-align="center">工单类型</th>
  572. <th data-field="F_CusName" data-align="center" data-class="E73">姓名</th>
  573. <th data-field="F_CusPhone" data-align="center">客户电话</th>
  574. <th data-field="F_DealUser" data-align="center">受理人</th>
  575. <th data-field="F_CreateTime" data-align="center">创建时间</th>
  576. <th data-field="F_Content" data-align="center" data-formatter="Detail" style="width:500px;">投诉事件描述</th>
  577. </tr>
  578. </thead>
  579. <tbody class="list"></tbody>
  580. </table>
  581. </div>
  582. </div>
  583. <div class="Pre-second second-con addgd" style="display:none;">
  584. <form>
  585. <table class="market">
  586. <tbody>
  587. <tr>
  588. <th>姓名:</th>
  589. <td>
  590. <div class="form-group">
  591. <input type="text" class="form-control" id="name" />
  592. </div>
  593. </td>
  594. <th>电话:</th>
  595. <td>
  596. <div class="form-group">
  597. <input type="text" class="form-control" id="tel" />
  598. </div>
  599. </td>
  600. <th>区域:</th>
  601. <td>
  602. <div class="form-group" style="position: relative;">
  603. <i class="tub fa fa-caret-down areaDown" style="color: #676b6d;"></i>
  604. <input class="form-control" type="text" id="typeclass_market1" readonly="readonly">
  605. <input type="text" class="inps2">
  606. <input type="text" class="inps3">
  607. <input type="text" class="inps4">
  608. <input type="hidden" id="typeclassId1" />
  609. <div class="addTree1 treeList_market1">
  610. <ul id="TreeDemo_market1" class="ztree">
  611. </ul>
  612. </div>
  613. </div>
  614. </td>
  615. </tr>
  616. <tr>
  617. <th>客诉专员:</th>
  618. <td>
  619. <div class="form-group">
  620. <select name="" class="form-control" id="vipName">
  621. </select>
  622. </div>
  623. </td>
  624. <th>专员电话:</th>
  625. <td style="position: relative;">
  626. <div class="form-group">
  627. <input type="text" class="form-control" id="vipTel"/>
  628. </div>
  629. </td>
  630. </tr>
  631. <tr>
  632. <th>问题分类:</th>
  633. <td>
  634. <div class="form-group">
  635. <select name="" class="form-control orderType2">
  636. </select>
  637. </div>
  638. </td>
  639. <th>工单来源:</th>
  640. <td>
  641. <div class="form-group">
  642. <select name="" class="form-control" id="DicValueList">
  643. </select>
  644. </div>
  645. </td>
  646. </tr>
  647. <tr>
  648. <th>产品名称:</th>
  649. <td>
  650. <div class="form-group">
  651. <input type="text" class="form-control" id="productname" />
  652. </div>
  653. </td>
  654. <th>生产批号:</th>
  655. <td>
  656. <div class="form-group">
  657. <input type="text" class="form-control" id="batchNumber" />
  658. </div>
  659. </td>
  660. <th>购买地址:</th>
  661. <td>
  662. <div class="form-group">
  663. <input type="text" class="form-control" id="buyAddress"/>
  664. </div>
  665. </td>
  666. </tr>
  667. <tr>
  668. <th>生产日期:</th>
  669. <td style="position: relative;">
  670. <div class="time-box form-group">
  671. <input type="text" id="proDuctdate" class="laydate-icon" autocomplete="off"/>
  672. </div>
  673. </td>
  674. <th>购买日期:</th>
  675. <td style="position: relative;">
  676. <div class="time-box form-group">
  677. <input type="text" id="buyDate" class="laydate-icon" autocomplete="off"/>
  678. </div>
  679. </td>
  680. <th>使用日期:</th>
  681. <td style="position: relative;">
  682. <div class="time-box form-group">
  683. <input type="text" id="userDate" class="laydate-icon" autocomplete="off"/>
  684. </div>
  685. </td>
  686. </tr>
  687. <tr>
  688. <th>样品寄回:</th>
  689. <td style="position: relative;">
  690. <select name="" class="form-control" id="sendBack">
  691. <option value="0">否</option>
  692. <option value="1">是</option>
  693. </select>
  694. </td>
  695. </tr>
  696. <tr>
  697. <th>投诉事件描述:</th>
  698. <td colspan="5">
  699. <textarea name="" rows="5" cols="" placeholder="" id="content"></textarea>
  700. </td>
  701. </tr>
  702. <tr>
  703. <td colspan="6" style="text-align: center;">
  704. <span class="addts add_bj">保&nbsp;存</span>
  705. </td>
  706. </tr>
  707. </tbody>
  708. </table>
  709. </form>
  710. </div>
  711. <div class="Pre-second second-con zxbg " style="display: none;">
  712. <form>
  713. <table class="customerService">
  714. <tbody>
  715. <tr>
  716. <th>姓名:</th>
  717. <td>
  718. <div class="form-group">
  719. <input type="text" class="form-control" id="namem" autocomplete="off"/>
  720. </div>
  721. </td>
  722. <th>电话:</th>
  723. <td>
  724. <div class="form-group">
  725. <input type="text" class="form-control" id="telm" autocomplete="off"/>
  726. </div>
  727. </td>
  728. <th>购买日期:</th>
  729. <td style="position: relative;">
  730. <div class="time-box form-group">
  731. <input type="text" id="buyDatem" class="laydate-icon" autocomplete="off"/>
  732. </div>
  733. </td>
  734. </tr>
  735. <tr>
  736. <th>产品名称:</th>
  737. <td>
  738. <div class="form-group">
  739. <input type="text" class="form-control" id="productnamem" autocomplete="off" />
  740. </div>
  741. </td>
  742. <th>购买地址:</th>
  743. <td>
  744. <div class="form-group">
  745. <input type="text" class="form-control" id="buyAddressm" autocomplete="off"/>
  746. </div>
  747. </td>
  748. <th>产品类别:</th>
  749. <td style="position: relative;">
  750. <div class="form-group">
  751. <input type="text" class="form-control" id="productTypem" autocomplete="off"/>
  752. </div>
  753. </td>
  754. </tr>
  755. <tr>
  756. <th>生产批号:</th>
  757. <td>
  758. <div class="form-group">
  759. <input type="text" class="form-control" id="batchNumberm" autocomplete="off"/>
  760. </div>
  761. </td>
  762. <th>使用日期:</th>
  763. <td style="position: relative;">
  764. <div class="time-box form-group">
  765. <input type="text" id="userDatem" class="laydate-icon" autocomplete="off"/>
  766. </div>
  767. </td>
  768. </tr>
  769. <tr>
  770. <th>工单来源:</th>
  771. <td>
  772. <div class="form-group">
  773. <select name="" class="form-control" id="DicValueListm">
  774. </select>
  775. </div>
  776. </td>
  777. <th>工单类型:</th>
  778. <td>
  779. <div class="form-group">
  780. <select name="" class="form-control orderType2">
  781. </select>
  782. </div>
  783. </td>
  784. <th>区域:</th>
  785. <td>
  786. <div class="form-group" style="position: relative;">
  787. <i class="tub fa fa-caret-down areaDown" style="color: #676b6d;"></i>
  788. <input class="form-control" type="text" id="typeclass_market1m" readonly="readonly" autocomplete="off">
  789. <input type="text" class="inps2">
  790. <input type="text" class="inps3">
  791. <input type="text" class="inps4">
  792. <input type="hidden" id="typeclassId1" />
  793. <div class="addTree1 TreeDemo_market1m">
  794. <ul id="TreeDemo_market1m" class="ztree">
  795. </ul>
  796. </div>
  797. </div>
  798. </td>
  799. </tr>
  800. <tr>
  801. <th>客诉专员:</th>
  802. <td>
  803. <div class="form-group">
  804. <select name="" class="form-control" id="vipNamem">
  805. </select>
  806. </div>
  807. </td>
  808. <th>专员电话:</th>
  809. <td style="position: relative;">
  810. <div class="form-group">
  811. <input type="text" class="form-control" id="vipTelm" />
  812. </div>
  813. </td>
  814. </tr>
  815. <tr>
  816. <th>投诉事件描述:</th>
  817. <td colspan="5">
  818. <textarea name="" rows="5" cols="" placeholder="" id="contentm"></textarea>
  819. </td>
  820. </tr>
  821. <tr>
  822. <td colspan="6" style="text-align: center;">
  823. <span class="add_ add_bj">保&nbsp;存</span>
  824. </td>
  825. </tr>
  826. </tbody>
  827. </table>
  828. </form>
  829. </div>
  830. </div>
  831. </div>
  832. <!--右侧下方内容区-->
  833. <div class="ldcr-bottom" style="margin-top:10px;">
  834. <div class="ldcrb-top clearfix">
  835. <ul class="clearfix">
  836. <li style="border-bottom:1px solid #69cbd0; background: #000;color: #fff;">知识库</li>
  837. <!--<li style="border-bottom:1px solid #f95a83;border-top:1px solid #000;border-right:1px solid #000;">更多内容</li>-->
  838. </ul>
  839. <div class="ld-search">
  840. <div class="sear-inp">
  841. <input type="text" class="search" placeholder="搜索问题、内容或者标题" />
  842. </div>
  843. <div class="searIcon">
  844. </div>
  845. </div>
  846. </div>
  847. <div class="detail-con">
  848. <ul></ul>
  849. </div>
  850. </div>
  851. </div>
  852. </div>
  853. <!--来电弹屏结束-->
  854. </div>
  855. <script src="./../js/bootstrap-table.js"></script>
  856. <script src="./../js/bootstrap-table-zh-CN.js"></script>
  857. <script src="./../js/zTree/jquery.ztree.core.js"></script>
  858. <script src="./../js/plugins/datapicker/bootstrap-datepicker.js"></script>
  859. <script src="./../css/laydate/laydate.js"></script>
  860. <script src="../js/kindeditor/kindeditor.js"></script>
  861. <script src="../js/kindeditor/lang/zh_CN.js"></script>
  862. <script src="./../js/jquery.select.js"></script>
  863. <script src="select.js"></script>
  864. <script src="../js/comboSelect/jquery.combo.select.js"></script>
  865. <script src="./../js/main.js?v=1.5"></script>
  866. <script src="call.js"></script>
  867. </body>
  868. </html>