Няма описание

callScreen.html 30KB

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