Ei kuvausta

callScreen.html 20KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641
  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 rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
  9. <link rel="stylesheet" href="./css/call.css" />
  10. <style>
  11. body,
  12. html,
  13. .wrapper {
  14. height: 100%;
  15. }
  16. .ldtp-con {
  17. display: block;
  18. }
  19. .minBacha {
  20. position: absolute;
  21. top: 0;
  22. right: 80px;
  23. z-index: 10;
  24. overflow: hidden;
  25. }
  26. .minBacha>div {
  27. float: left;
  28. height: 35px;
  29. width: 35px;
  30. margin-left: 2px;
  31. }
  32. .minBacha>div a {
  33. display: block;
  34. height: 100%;
  35. width: 100%;
  36. text-align: center;
  37. background-position: center center;
  38. background-color: #2f4050;
  39. opacity: .5;
  40. }
  41. .minBacha>div a:hover {
  42. opacity: 1;
  43. }
  44. .minClosed>a {
  45. background: url("./../img/min.png") no-repeat;
  46. }
  47. .Bacha>a {
  48. background: url("./../img/gb.png") no-repeat;
  49. }
  50. .lblcount {
  51. position: absolute;
  52. right: 5px;
  53. top: 7px;
  54. }
  55. .first {
  56. z-index: 1000;
  57. }
  58. .khzl {
  59. font-size: 12px;
  60. border: 0;
  61. margin: 35px auto;
  62. color: #fff;
  63. }
  64. .khzl tr {
  65. border: 0;
  66. }
  67. .khzl th {
  68. padding: 5px 8px 5px 0;
  69. text-align: right;
  70. width: 40%;
  71. font-weight: normal;
  72. border: 0;
  73. }
  74. .khzl tbody>tr>td,
  75. .khzl tbody>tr>th {
  76. border: 0;
  77. }
  78. .khzl tbody>tr>td input,
  79. .khzl tbody>tr>td select {
  80. border: 0;
  81. outline: none;
  82. background: #243747;
  83. padding-left: 5px;
  84. width: 100%;
  85. }
  86. .khzl tbody>tr>td select {
  87. appearance: none;
  88. -moz-appearance: none;
  89. /* Firefox */
  90. -webkit-appearance: none;
  91. /* Safari 和 Chrome */
  92. }
  93. .khzl tbody>tr>td select[disabled] {
  94. background-color: #243747;
  95. }
  96. .khbtn {
  97. /*background: #97a0a8;*/
  98. color: #1ab394;
  99. font-size: 14px;
  100. vertical-align: middle;
  101. }
  102. .hei-list {
  103. width: 400px;
  104. margin: 0 auto;
  105. }
  106. .heiTop {
  107. height: 35px;
  108. background: #1ab394;
  109. color: #fff;
  110. line-height: 35px;
  111. padding: 0 15px;
  112. border-top-left-radius: 3px;
  113. border-top-right-radius: 3px;
  114. }
  115. .heiTop .htl {
  116. float: left;
  117. margin: 0;
  118. }
  119. .heiTop .bacha {
  120. float: right;
  121. font-size: 18px;
  122. cursor: pointer;
  123. margin: 0;
  124. }
  125. .heiCon {
  126. width: 100%;
  127. background: #fff;
  128. text-align: center;
  129. padding: 25px 15px;
  130. height: auto;
  131. overflow-y: auto;
  132. border: 1px solid #eee;
  133. }
  134. #time-word {
  135. border: 1px solid #1ab394;
  136. padding: 5px 0 5px 10px;
  137. width: 120px;
  138. outline: none;
  139. color: #000;
  140. }
  141. .chooses {
  142. margin-top: 10px;
  143. }
  144. .btns {
  145. background: #1ab394;
  146. color: #fff;
  147. padding: 3px 10px;
  148. outline: none;
  149. font-size: 12px;
  150. margin-left: 15px;
  151. border: 0;
  152. border-radius: 3px;
  153. box-sizing: border-box;
  154. }
  155. .bianji {
  156. display: inline-block;
  157. height: 16px;
  158. width: 16px;
  159. vertical-align: middle;
  160. margin-right: 5px;
  161. }
  162. .bianji.edi {
  163. background: url(./../img/xgai.png) no-repeat;
  164. }
  165. .bianji.sav {
  166. background: url(./../img/bbc.png) no-repeat;
  167. }
  168. .bianji.canc {
  169. background: url(./../img/quxi.png) no-repeat;
  170. }
  171. .t-shade {
  172. position: fixed;
  173. top: 0;
  174. left: 0;
  175. width: 100%;
  176. height: 100%;
  177. background: rgba(0, 0, 0, 0.48);
  178. z-index: 10004;
  179. display: none;
  180. }
  181. .shade_k {
  182. z-index: 10005;
  183. width: 40%;
  184. margin: 10% auto;
  185. background-color: #fff;
  186. box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
  187. border-radius: 5px;
  188. }
  189. .shade_title {
  190. padding: 0 80px 0 20px;
  191. height: 42px;
  192. line-height: 42px;
  193. border-bottom: 1px solid #eee;
  194. font-size: 16px;
  195. color: #FFFFFF;
  196. overflow: hidden;
  197. background-color: rgb(26, 179, 148);
  198. border-radius: 2px 2px 0 0;
  199. position: relative;
  200. }
  201. .setwin {
  202. position: absolute;
  203. right: 15px;
  204. top: 5px;
  205. font-size: 20px;
  206. line-height: initial;
  207. }
  208. .setwin a {
  209. font-size: 20px;
  210. color: #fff;
  211. }
  212. .shade_content {
  213. overflow-y: auto;
  214. position: relative;
  215. padding-bottom: 50px;
  216. padding: 10px;
  217. }
  218. .ldcr-bottom .detail-con ul li .active a {
  219. color: #1ab394 !important;
  220. /*color: #f95a83 !important;*/
  221. }
  222. .ldcr-bottom .detail-con ul li .active+.explancon {
  223. display: block !important;
  224. }
  225. .searchbtn {
  226. width: 2.5em;
  227. height: 24px;
  228. border-radius: 5px;
  229. position: absolute;
  230. background-color: #1AB394;
  231. background-image: url(./../img/searIcon.png);
  232. background-repeat: no-repeat;
  233. background-position: center center;
  234. cursor: pointer;
  235. }
  236. .cx {
  237. display: block;
  238. }
  239. </style>
  240. </head>
  241. <body class="gray-bg">
  242. <div class="wrapper wrapper-content animated fadeInRight">
  243. <!--来电弹屏开始-->
  244. <div class="ldtp-con clearfix animated fadeInDown ">
  245. <!--左侧内容-->
  246. <!--黑名单弹出内容-->
  247. <!--<div class="hei-list ">
  248. <i class="bacha">X</i>
  249. <form class="form-inline">
  250. <label class="radio-inline">
  251. <input type="radio" name="time" value="1" checked="checked"> 天
  252. </label>
  253. <label class="radio-inline">
  254. <input type="radio" name="time" value="2"> 时
  255. </label>
  256. <label class="radio-inline">
  257. <input type="radio" name="time" value="3">分
  258. </label>
  259. <label class="radio-inline">
  260. <input type="radio" name="time" value="4">永久
  261. </label>
  262. <label class="radio-inline">
  263. <input type="button" id="bc" value="保存">
  264. </label>
  265. </form>
  266. </div>-->
  267. <div class="hei-list">
  268. <div class="heiTop clearFix">
  269. <p class="htl">黑名单</p>
  270. <p class="bacha" title="关闭">x</p>
  271. </div>
  272. <div class="heiCon">
  273. <div class="heit">
  274. <span style="font-size: 14px;">输入拉黑时长:</span>
  275. <input type="text" id="time-word" />
  276. </div>
  277. <div class="chooses">
  278. <label class="radio-inline">
  279. <input type="radio" name="time" value="1" checked="checked" style="margin-top: 3px;"> 天
  280. </label>
  281. <label class="radio-inline">
  282. <input type="radio" name="time" value="2" style="margin-top: 3px;" />时
  283. </label>
  284. <label class="radio-inline">
  285. <input type="radio" name="time" value="3" style="margin-top: 3px;" />分
  286. </label>
  287. <label class="radio-inline">
  288. <input type="radio" name="time" value="4" style="margin-top: 3px;" />永久
  289. </label>
  290. </div>
  291. <p style="margin-top: 15px;"><button id="bc" class="btns">保存</button></p>
  292. </div>
  293. </div>
  294. <!--最小化按钮-->
  295. <!--<div class="minClosed">
  296. <a href="javaScript:;" title="最小化"></a>
  297. </div>-->
  298. <!--左侧内容-->
  299. <div class="ldtp-cl col-sm-3">
  300. <div class="head-pic">
  301. <div class="hp-box">
  302. <img src="./../img/txpic.png" alt="头像好像去了外星球!" style="width: 100%;height: 100%;" />
  303. </div>
  304. <ul>
  305. <li><span style="font-size: 25px;" class="tel"></span></li>
  306. <li><span style="font-size: 15px;" class="khgsd"></span></li>
  307. <!--<li class="nikeName"><i></i><span class="ldname">未知</span><i></i></li>-->
  308. <li style="color: #4cd964;">当前通话时长:<span class="thsc">00:00</span></li>
  309. <li class="lahei">
  310. <div class="la-before"><i class="push"></i> 移至黑名单</div>
  311. <div class="la-after" style="display: none;">
  312. <p class="la-time">拉黑时间:<span class="lhtime"></span></p>
  313. <p class="la-shichang">拉黑截止时间:<span class="blackTime"></span></p>
  314. </div>
  315. <div class="retur" style="display: none;"><i class="qxlh"></i>取消黑名单</div>
  316. </li>
  317. <li class="td-call clearfix" style="display:none;">
  318. <a class="take" style="float:none;" href="javascript:;"><i></i></a>
  319. <!--<a class="drop" href="javascript:;"><i></i></a>-->
  320. </li>
  321. </ul>
  322. </div>
  323. <table class="table khzl">
  324. <tr>
  325. <th>姓名:</th>
  326. <td><input type="text" value="未知" class="ldname khmc" /><input type="hidden" value="" id="khid" /></td>
  327. </tr>
  328. <tr>
  329. <th>归属地:</th>
  330. <td><span class="ldlocation" style="padding-left: 5px;">未知</span></td>
  331. </tr>
  332. <tr>
  333. <th>手机号:</th>
  334. <td><input type="text" id="t_mobile" /></td>
  335. </tr>
  336. <tr>
  337. <th>电话:</th>
  338. <td><input type="text" id="t_tels" /></td>
  339. </tr>
  340. <tr>
  341. <th>乡镇或单位:</th>
  342. <td>
  343. <select class="form-control" id="t_countys" disabled>
  344. <option value="0">请选择乡镇或单位</option>
  345. </select>
  346. </td>
  347. </tr>
  348. <tr>
  349. <th>地址:</th>
  350. <td><input type="text" id="t_addresss" /></td>
  351. </tr>
  352. <tr>
  353. <th>来电时间:</th>
  354. <td><span class="ldtime" style="padding-left: 5px;"></span></td>
  355. </tr>
  356. <tr>
  357. <td></td>
  358. <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>
  359. </tr>
  360. </table>
  361. </div>
  362. <!--右侧内容-->
  363. <div class="ldtp-cr col-sm-9">
  364. <ul class="ld-service clearfix">
  365. <li style="border-bottom:1px solid #243747;" itemtype="0" class="cr-click">历史记录</li>
  366. <!--<li style="border-bottom:1px solid #69cbd0;" itemtype="1">咨询</li>
  367. <li style="border-bottom:1px solid #243747;" itemtype="2">保修服务</li>-->
  368. <li style="border-bottom:1px solid #f95a83;" itemtype="3">工单信息</li>
  369. </ul>
  370. <div class="ld-sercon">
  371. <div class="complain" style="display:block;">
  372. <div class="ld-sercon-con clearfix">
  373. <div class="Ps-chaxun">
  374. <span>查询: <input type="text" id="old_startTime" class="laydate-icon" />&nbsp;——&nbsp;<input type="text" id="old_endTime" class="laydate-icon" /></span>
  375. <span class="searchbtn"></span>
  376. </div>
  377. <div class="table-responsive col-sm-12 tbold" style="padding-left: 0;">
  378. <table id="oldlist" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
  379. <thead>
  380. <tr>
  381. <th data-field="CallNumber">电话号码</th>
  382. <th data-field="CallState" data-formatter="GetCallState">呼叫状态</th>
  383. <!--<th data-field="IsDeal" data-formatter="GetDealState">是否处理</th>-->
  384. <th data-field="UserCode">坐席工号</th>
  385. <th data-field="UserName">坐席姓名</th>
  386. <th data-field="BeginTime">开始时间</th>
  387. <th data-field="TalkStartTime">通话开始时间</th>
  388. <th data-field="TalkEndTime">通话结束时间</th>
  389. <th data-field="TalkLongTime">通话时长(s)</th>
  390. <th data-field="FilePath" data-formatter="setCode">录音</th>
  391. </tr>
  392. </thead>
  393. <tbody class="list"></tbody>
  394. </table>
  395. </div>
  396. </div>
  397. </div>
  398. <div class="complain" style="display:none;">
  399. <div class="ld-sercon-con clearfix">
  400. <div class="Ps-chaxun">
  401. <span>查询: <input type="text" id="con_startTime" class="laydate-icon" />&nbsp;——&nbsp;<input type="text" id="con_endTime" class="laydate-icon" /></span>
  402. <span class="searchbtn"></span>
  403. <span class="addjl g" style="margin-left:5em;">新增工单</span>
  404. </div>
  405. <div id="zxlbs" class="table-responsive col-sm-12 tbold" style="padding-left: 0;">
  406. <table id="orderlist" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
  407. <thead>
  408. <tr>
  409. <th data-field="WorkOrderID">工单编号</th>
  410. <th data-field="State" data-formatter="GetStateName">工单状态</th>
  411. <th data-field="Customer">客户姓名</th>
  412. <th data-field="CustomerTel">客户电话</th>
  413. <th data-field="Detail" data-formatter="GetCont">反映问题</th>
  414. <th data-field="CreateUser">坐席工号</th>
  415. <th data-field="CreateTime">创建时间</th>
  416. </tr>
  417. </thead>
  418. <tbody class="list"></tbody>
  419. </table>
  420. </div>
  421. </div>
  422. <div class="Pre-second second-con addgd" style="display:none;">
  423. <form class="form-inline clearfix">
  424. <div class="form-group col-md-4">
  425. <label for="t_name">客户姓名:</label>
  426. <input type="text" class="form-control input-sm" id="t_name" placeholder="请输入客户姓名">
  427. </div>
  428. <div class="form-group col-md-4">
  429. <label for="t_tel"><b class="text-red">*</b>电话:</label>
  430. <input type="text" class="form-control input-sm" id="t_tel" placeholder="请输入电话">
  431. </div>
  432. <div class="form-group col-md-4">
  433. <label for="t_county">乡镇或单位:</label>
  434. <select class="form-control input-sm" id="t_county">
  435. <option value="0">请选择</option>
  436. </select>
  437. </div>
  438. <div class="form-group col-md-4">
  439. <label for="t_address">地址:</label>
  440. <input type="text" class="form-control input-sm" id="t_address" placeholder="请输入地址">
  441. </div>
  442. <div class="form-group col-md-4">
  443. <label for="t_time">调查时间:</label>
  444. <input type="text" class="form-control input-sm" id="t_time" placeholder="请输入调查时间">
  445. </div>
  446. <div class="form-group col-md-4">
  447. <label for="t_investigator">调查员:</label>
  448. <input type="text" class="form-control input-sm" id="t_investigator" placeholder="请输入调查员">
  449. </div>
  450. <div class="form-group col-md-4">
  451. <label for="clbmname">处理部门:</label>
  452. <div class="inpBox">
  453. <input type="text" class="inps form-control" id="clbmname" placeholder="请输入处理部门" />
  454. <!--<input type="text" class="inps tree" readonly="readonly" id="clbmname" placeholder="请选择处理部门" />
  455. <input type="hidden" class="inps" id="clbm" />
  456. <i class="xl"></i>
  457. <b class="de_icon">X</b>
  458. <div class="addTree">
  459. <ul id="clbmtree" class="ztree"></ul>
  460. </div>-->
  461. </div>
  462. </div>
  463. <div class="form-group col-md-4">
  464. <label for="clidname">处理人:</label>
  465. <div class="inpBox">
  466. <input type="text" class="inps form-control" id="clidname" placeholder="请输入处理人姓名" />
  467. <!--<input type="text" class="inps select" readonly="readonly" id="clidname" placeholder="请先选择处理部门" />
  468. <input type="hidden" class="inps " id="clid" />
  469. <i class="xl"></i>
  470. <div class="xl_common">
  471. <ul class="xl_box clid"></ul>
  472. </div>-->
  473. </div>
  474. </div>
  475. <div class="form-group col-md-4">
  476. <label for="t_infoCls">信息分类:</label>
  477. <input type="text" class="inps form-control" id="t_infoCls" placeholder="请输入信息分类" />
  478. <!--<select class="form-control input-sm" id="t_infoCls">
  479. <option value="">请选择</option>
  480. </select>-->
  481. </div>
  482. <div class="form-group col-md-4">
  483. <label for="t_unitid">交办单位:</label>
  484. <input type="text" class="inps form-control" id="t_unitid" placeholder="请输入交办单位" />
  485. <!--<select class="form-control input-sm" id="t_unitid">
  486. <option value="">请选择</option>
  487. </select>-->
  488. </div>
  489. <div class="form-group col-md-12">
  490. <label for="t_detail">反映问题:</label>
  491. <textarea id="t_detail" rows="3" cols="20" class="form-control" placeholder="请输入反映问题"></textarea>
  492. </div>
  493. <div class="form-group col-md-12">
  494. <label for="t_answer">回访反馈情况:</label>
  495. <textarea id="t_answer" name="" rows="3" cols="20" class="form-control" placeholder="请输入回访反馈情况"></textarea>
  496. </div>
  497. <div class="form-group col-md-12">
  498. <label for="t_cont">问题处理情况:</label>
  499. <textarea id="t_cont" name="" rows="3" cols="20" class="form-control" placeholder="请输入问题处理情况"></textarea>
  500. </div>
  501. <div class="form-group col-md-12">
  502. <label for="t_remarks">备注:</label>
  503. <textarea id="t_remarks" name="" rows="3" cols="20" class="form-control" placeholder="请输入备注"></textarea>
  504. </div>
  505. <div class="form-group text-center col-sm-12">
  506. <button type="button" class="btn bton addts btn-sm">创建</button>
  507. </div>
  508. </form>
  509. </div>
  510. <div class="Pre-second second-con zxbg " style="display: none;">
  511. <form>
  512. <div class="form-group clearfix">
  513. <span class="col-sm-1">
  514. 咨询人:
  515. </span>
  516. <span class="col-sm-3">
  517. <input type="text" id="zxr_" />
  518. </span>
  519. <span class="col-sm-1">
  520. 咨询电话:
  521. </span>
  522. <span class="col-sm-3">
  523. <input type="text" id="zxdh_" />
  524. </span>
  525. </div>
  526. <div class="form-group clearfix">
  527. <span class="col-sm-1">咨询内容:</span>
  528. <span class="col-sm-11">
  529. <textarea rows="5" id="zxnr_" style="resize: none;"></textarea>
  530. </span>
  531. </div>
  532. <div class="form-group clearfix">
  533. <span class="col-sm-1">处理内容:</span>
  534. <span class="col-sm-11">
  535. <textarea rows="5" style="resize: none;" id="clnr_"></textarea>
  536. </span>
  537. </div>
  538. <div class="bton add_">创建</div>
  539. </form>
  540. </div>
  541. </div>
  542. </div>
  543. <!--右侧下方内容区-->
  544. <div class="ldcr-bottom" style="margin-top:10px;">
  545. <div class="ldcrb-top clearfix">
  546. <ul class="clearfix">
  547. <li style="border-bottom:1px solid #69cbd0; background: #000;color: #fff;">知识库</li>
  548. <!--<li style="border-bottom:1px solid #f95a83;border-top:1px solid #000;border-right:1px solid #000;">更多内容</li>-->
  549. </ul>
  550. <div class="ld-search">
  551. <div class="sear-inp">
  552. <input type="text" class="search" placeholder="搜索问题、内容或者标题" />
  553. </div>
  554. <div class="searIcon">
  555. </div>
  556. </div>
  557. </div>
  558. <div class="detail-con">
  559. <ul></ul>
  560. </div>
  561. </div>
  562. </div>
  563. </div>
  564. <!--来电弹屏结束-->
  565. <!--下载框-->
  566. <div class="t-shade">
  567. <div class="shade_k">
  568. <div class="shade_title">
  569. <span>录音播放与下载<srong class="cknum"></srong></span>
  570. <span class="setwin"><a>x</a></span>
  571. </div>
  572. <div class="shade_content">
  573. <div class="Ly_box audiojs">
  574. </div>
  575. </div>
  576. </div>
  577. </div>
  578. </div>
  579. <script src="../js/laydate/laydate.js"></script>
  580. <script src="../js/zTree/jquery.ztree.core.js"></script>
  581. <script src="../js/autosize/autosize.js"></script>
  582. <script src="../js/main.js?v=1.5"></script>
  583. <script src="call.js"></script>
  584. </body>
  585. </html>