説明なし

callScreen.html 19KB

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