中鑫之宝5.0前端

index.html 33KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta name="renderer" content="webkit|ie-comp|ie-stand" />
  7. <meta http-equiv="Cache-Control" content="no-siteapp" />
  8. <title>华谊科技呼叫中心管理系统</title>
  9. <script src="./Script/Common/huayi.load.js"></script>
  10. <script src="./Script/Common/huayi.config.js"></script>
  11. <link rel="shortcut icon" href="img/32.ico" />
  12. <link href="./css/wh.css" rel="stylesheet">
  13. <link href="./css/plugins/iCheck/custom.css" rel="stylesheet">
  14. <link rel="stylesheet" href="./css/call.css" />
  15. <link rel="stylesheet" href="./css/personal.css" />
  16. <link rel="stylesheet" href="./js/zTree/zTreeStyle.css" />
  17. <link href="./css/plugins/cropper/cropper.min.css" rel="stylesheet">
  18. <link href="./css/plugins/jasny/jasny-bootstrap.min.css" rel="stylesheet">
  19. <style>
  20. @font-face {
  21. font-family: 'iconfont';
  22. src: url('./fonts/iconfont.eot');
  23. /* IE9*/
  24. src: url('./fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  25. url('./fonts/iconfont.woff') format('woff'), /* chrome、firefox */
  26. url('./fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  27. url('./fonts/iconfont.svg#iconfont') format('svg');
  28. /* iOS 4.1- */
  29. }
  30. body {
  31. font-family: "微软雅黑";
  32. }
  33. ul li {
  34. list-style: none;
  35. overflow: hidden;
  36. }
  37. .iconfont {
  38. font-family: "iconfont";
  39. font-style: normal;
  40. color: #FFFFFF;
  41. }
  42. .fr {
  43. float: right;
  44. }
  45. .fl {
  46. float: left;
  47. }
  48. .size-12 {
  49. font-size: 12px;
  50. }
  51. .title-box {
  52. margin-top: 5px;
  53. }
  54. .title-box li {
  55. margin-left: 30px;
  56. }
  57. .title-box li:hover {
  58. cursor: pointer;
  59. }
  60. .HoverColor {
  61. color: #f8ac59;
  62. }
  63. .FailureColor {
  64. color: #f95f5e;
  65. }
  66. .navbar-header {
  67. width: 100%;
  68. background-color: #2f4050;
  69. padding-top: 10px;
  70. }
  71. .title-box li p {
  72. color: #FFFFFF;
  73. font-size: 14px;
  74. font-weight: bold;
  75. letter-spacing: 2px;
  76. margin-top: 5px;
  77. }
  78. .size-14 {
  79. font-size: 14px;
  80. color: #FFFFFF !important;
  81. }
  82. .img-circle {
  83. width: 58px;
  84. }
  85. .xian {
  86. border: 1px solid #FFFFFF;
  87. display: inline-block;
  88. width: 15%;
  89. margin: 5px;
  90. }
  91. .ss {
  92. margin-left: 20px;
  93. }
  94. .fe-3 {
  95. font-size: 3em;
  96. }
  97. .title-box p {
  98. text-align: center;
  99. }
  100. .closed {
  101. display: inline-block;
  102. /* margin-left: 5%;*/
  103. cursor: pointer;
  104. color: #FFFFFF;
  105. float: right;
  106. margin-right: 5%;
  107. }
  108. .closed div {
  109. overflow: hidden;
  110. }
  111. .closed ul {
  112. margin-bottom: 0px;
  113. }
  114. .closed li {
  115. float: left;
  116. margin-right: 20px;
  117. }
  118. .closed i {
  119. display: inline-block;
  120. background: url(./img/chilun.png) no-repeat;
  121. margin-right: 5px;
  122. width: 14px;
  123. height: 16px;
  124. vertical-align: middle;
  125. }
  126. .ga {
  127. background-position: 0 0 !important;
  128. }
  129. .sz {
  130. background-position: 0 -15px !important;
  131. }
  132. .tc {
  133. background-position: 0 -33px !important;
  134. }
  135. .zhuangtai {
  136. display: block;
  137. width: 30%;
  138. margin-left: 10px;
  139. font-size: 14px;
  140. font-weight: 800;
  141. }
  142. .wq {
  143. color: #f95f5e;
  144. }
  145. #top-search li:hover {
  146. color: #eaeaea;
  147. }
  148. .content-tabs1 ul {
  149. padding-left: 0;
  150. }
  151. .content-tabs1 li {
  152. list-style: none;
  153. float: left;
  154. height: 5px;
  155. }
  156. .top1 {
  157. background-color: #68adfe;
  158. }
  159. .top2 {
  160. background-color: #9897f0;
  161. }
  162. .top3 {
  163. background-color: #87eebf;
  164. }
  165. .top4 {
  166. background-color: #68b0fe;
  167. }
  168. .top5 {
  169. background-color: #f95a83;
  170. }
  171. .top6 {
  172. background-color: #eb76dd;
  173. }
  174. .top7 {
  175. background-color: #69cbd0;
  176. }
  177. .top8 {
  178. background-color: #69cbd0;
  179. }
  180. .top9 {
  181. background-color: #aaf58d;
  182. }
  183. .top10 {
  184. background-color: #f76a53;
  185. }
  186. .top11 {
  187. background-color: #eb76dd;
  188. }
  189. .top12 {
  190. background-color: #6c77da;
  191. }
  192. .top13 {
  193. background: -webkit-linear-gradient(left, #f073db, #65abfc);
  194. background: -moz-linear-gradient(left, #f073db, #65abfc);
  195. background: -o-linear-gradient(left, #f073db, #65abfc);
  196. background: -webkit-gradient(linear, 100% 0, 0 0, from(#65abfc), to(#f073db));
  197. background: linear-gradient(left, #f073db, #65abfc);
  198. /* Opera 11.1 - 12.0 */
  199. /* Firefox 3.6 - 15 */
  200. /* 标准的语法 */
  201. }
  202. .zts {
  203. height: 30px;
  204. margin-left: 2%;
  205. line-height: 30px;
  206. padding-top: 15px;
  207. }
  208. .zts li {
  209. height: 20px;
  210. line-height: 20px;
  211. font-weight: bold;
  212. letter-spacing: 2px;
  213. }
  214. .quan {
  215. width: 15px;
  216. height: 15px !important;
  217. border-radius: 50%;
  218. margin-right: 2%;
  219. margin-left: 5px;
  220. margin-top: 2px;
  221. }
  222. .lx {
  223. background: #6a6d69;
  224. }
  225. .br {
  226. background: red;
  227. }
  228. .bl {
  229. background: #7ab85b;
  230. }
  231. .LH {
  232. line-height: 35px;
  233. }
  234. .zts span {
  235. line-height: 20px;
  236. margin-right: 50px;
  237. font-size: 12px;
  238. }
  239. .photo {
  240. width: 40px;
  241. height: 40px;
  242. border-width: 2px;
  243. border-style: solid;
  244. border-radius: 50%;
  245. border-color: #ffb400 #fc3c04 #fdfc01 #00e3c0;
  246. margin-bottom: 1px;
  247. }
  248. .photo img {
  249. display: block;
  250. width: 100%;
  251. height: 100%;
  252. }
  253. .ls {
  254. /*margin-left: 20px;*/
  255. text-align: center;
  256. }
  257. .ls span {
  258. margin-right: 10px;
  259. }
  260. .min-right {
  261. margin-right: 10px;
  262. }
  263. .navbar-top-links i {
  264. width: 24px;
  265. height: 21px;
  266. display: block;
  267. background: url(./img/topIcon.png) no-repeat;
  268. background-position: center center;
  269. margin: 0 auto;
  270. }
  271. /*挂断*/
  272. .DropCall {
  273. background-position: 0px 0 !important;
  274. }
  275. /*外呼*/
  276. .MakeCall {
  277. background-position: 0px -20px !important;
  278. }
  279. /*置忙*/
  280. .SayBusy {
  281. background-position: 0px -42px !important;
  282. }
  283. /*置闲*/
  284. .SayFree {
  285. background-position: 0px -65px !important;
  286. }
  287. /*多方通话*/
  288. .Meeting {
  289. background-position: 0px -85px !important;
  290. }
  291. /*转移*/
  292. .Transfer {
  293. background-position: 0px -108px !important;
  294. }
  295. /*保持*/
  296. .Hold {
  297. background-position: 0px -131px !important;
  298. }
  299. /*接回*/
  300. .Retrieve {
  301. background-position: 0px -153px !important;
  302. }
  303. /*签入*/
  304. .Login {
  305. background-position: 0px -197px !important;
  306. }
  307. /*签出*/
  308. .Logout {
  309. background-position: 0px -175px !important;
  310. }
  311. .navbar-top-links .active {
  312. background-position-x: -23px !important;
  313. }
  314. .ldcr-bottom .detail-con ul li .active a {
  315. color: #f95a83 !important;
  316. }
  317. .ldcr-bottom .detail-con ul li .active em {
  318. color: #f95a83 !important;
  319. }
  320. .ldcr-bottom .detail-con ul li .active+.explancon {
  321. display: block !important;
  322. }
  323. .searchbtn {
  324. width: 2.5em;
  325. height: 24px;
  326. border-radius: 5px;
  327. position: absolute;
  328. background-color: #f8ac59;
  329. background-image: url(./img/searIcon.png);
  330. background-repeat: no-repeat;
  331. background-position: center center;
  332. cursor: pointer;
  333. }
  334. .max-box {
  335. height: 42px;
  336. width: 100%;
  337. }
  338. .laydate_body .laydate_bottom,
  339. .laydate_body .laydate_top {
  340. height: 31px !important;
  341. }
  342. .laydate_body .laydate_y .laydate_yms ul li {
  343. width: 59px !important;
  344. }
  345. .col-sm-1 {
  346. padding-right: 0;
  347. line-height: 22px;
  348. }
  349. ul.ztree {
  350. border: 1px solid #617775;
  351. background: #f0f6e4;
  352. overflow-y: scroll;
  353. overflow-x: auto;
  354. }
  355. .minBacha {
  356. position: absolute;
  357. top: 0;
  358. right: 80px;
  359. z-index: 10;
  360. overflow: hidden;
  361. }
  362. .minBacha>div {
  363. float: left;
  364. height: 35px;
  365. width: 35px;
  366. margin-left: 2px;
  367. }
  368. .minBacha>div a {
  369. display: block;
  370. height: 100%;
  371. width: 100%;
  372. text-align: center;
  373. background-position: center center;
  374. background-color: #2f4050;
  375. opacity: .5;
  376. }
  377. .minBacha>div a:hover {
  378. opacity: 1;
  379. }
  380. .minClosed>a {
  381. background: url("./img/min.png") no-repeat;
  382. }
  383. .Bacha>a {
  384. background: url("./img/gb.png") no-repeat;
  385. }
  386. .lblcount {
  387. position: absolute;
  388. right: 5px;
  389. top: 7px;
  390. }
  391. .first {
  392. z-index: 1000;
  393. }
  394. .khzl {
  395. font-size: 12px;
  396. border: 0;
  397. margin: 35px auto;
  398. color: #fff;
  399. }
  400. .khzl tr {
  401. border: 0;
  402. }
  403. .khzl th {
  404. padding: 5px 8px 5px 0;
  405. text-align: right;
  406. width: 40%;
  407. font-weight: normal;
  408. border: 0;
  409. }
  410. .khzl tbody>tr>td,
  411. .khzl tbody>tr>th {
  412. border: 0;
  413. }
  414. .khzl tbody>tr>td input {
  415. border: 0;
  416. outline: none;
  417. background: #243747;
  418. padding-left: 5px;
  419. width: 100%;
  420. }
  421. .khbtn {
  422. /*background: #97a0a8;*/
  423. color: #1ab394;
  424. font-size: 14px;
  425. vertical-align: middle;
  426. }
  427. .hei-list {
  428. width: 400px;
  429. margin: 0 auto;
  430. }
  431. .heiTop {
  432. height: 35px;
  433. background: #1ab394;
  434. color: #fff;
  435. line-height: 35px;
  436. padding: 0 15px;
  437. border-top-left-radius: 3px;
  438. border-top-right-radius: 3px;
  439. }
  440. .heiTop .htl {
  441. float: left;
  442. margin: 0;
  443. }
  444. .heiTop .bacha {
  445. float: right;
  446. font-size: 18px;
  447. cursor: pointer;
  448. margin: 0;
  449. }
  450. .heiCon {
  451. width: 100%;
  452. background: #fff;
  453. text-align: center;
  454. padding: 25px 15px;
  455. height: auto;
  456. overflow-y: auto;
  457. border: 1px solid #eee;
  458. }
  459. #time-word {
  460. border: 1px solid #1ab394;
  461. padding: 5px 0 5px 10px;
  462. width: 120px;
  463. outline: none;
  464. color: #000;
  465. }
  466. .chooses {
  467. margin-top: 10px;
  468. }
  469. .btns {
  470. background: #1ab394;
  471. color: #fff;
  472. padding: 3px 10px;
  473. outline: none;
  474. font-size: 12px;
  475. margin-left: 15px;
  476. border: 0;
  477. border-radius: 3px;
  478. box-sizing: border-box;
  479. }
  480. .bianji {
  481. display: inline-block;
  482. height: 16px;
  483. width: 16px;
  484. vertical-align: middle;
  485. margin-right: 5px;
  486. }
  487. .bianji.edi {
  488. background: url(img/xgai.png) no-repeat;
  489. }
  490. .bianji.sav {
  491. background: url(img/bbc.png) no-repeat;
  492. }
  493. .bianji.canc {
  494. background: url(img/quxi.png) no-repeat;
  495. }
  496. .t-shade {
  497. position: fixed;
  498. top: 0;
  499. left: 0;
  500. width: 100%;
  501. height: 100%;
  502. background: rgba(0, 0, 0, 0.48);
  503. z-index: 10004;
  504. display: none;
  505. }
  506. .shade_k {
  507. z-index: 10005;
  508. width: 40%;
  509. margin: 10% auto;
  510. background-color: #fff;
  511. box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
  512. border-radius: 5px;
  513. }
  514. .shade_title {
  515. padding: 0 80px 0 20px;
  516. height: 42px;
  517. line-height: 42px;
  518. border-bottom: 1px solid #eee;
  519. font-size: 16px;
  520. color: #FFFFFF;
  521. overflow: hidden;
  522. background-color: rgb(26, 179, 148);
  523. border-radius: 2px 2px 0 0;
  524. position: relative;
  525. }
  526. .setwin {
  527. position: absolute;
  528. right: 15px;
  529. top: 5px;
  530. font-size: 20px;
  531. line-height: initial;
  532. }
  533. .setwin a {
  534. font-size: 20px;
  535. color: #fff;
  536. }
  537. .shade_content {
  538. overflow-y: auto;
  539. position: relative;
  540. padding-bottom: 50px;
  541. padding: 10px;
  542. }
  543. .wh_btn {
  544. width: 80%;
  545. text-align: center;
  546. padding-top: 20px;
  547. margin: 0 auto;
  548. margin-bottom: 20px;
  549. }
  550. .wh_btn input {
  551. padding: 7px 20px;
  552. color: #FFF;
  553. border-radius: 5px;
  554. margin-right: 30px;
  555. border: 1px solid #999;
  556. border-color: rgb(26, 179, 148);
  557. }
  558. .sc_btn {
  559. color: rgb(255, 255, 255);
  560. font-size: 12px;
  561. margin-left: 15px;
  562. box-sizing: border-box;
  563. background: rgb(26, 179, 148);
  564. padding: 6px 10px;
  565. outline: none;
  566. border-width: 0px;
  567. border-style: initial;
  568. border-color: initial;
  569. border-image: initial;
  570. border-radius: 3px;
  571. }
  572. .sc_btn:hover {
  573. color: #fff !important;
  574. }
  575. .cx {
  576. display: block;
  577. }
  578. .phoneBZ{
  579. display: inline-block;
  580. height: 15px;
  581. width: 15px;
  582. position: absolute;
  583. right: 0px;
  584. bottom: -15px;
  585. background: url(img/phoneBZ.png) no-repeat;
  586. display: none;
  587. }
  588. .roll-right.J_tabRight {
  589. right: 0;
  590. }
  591. </style>
  592. </head>
  593. <body class="fixed-sidebar full-height-layout gray-bg" style="overflow:hidden">
  594. <div id="wrapper">
  595. <!--左侧导航开始-->
  596. <nav class="navbar-default navbar-static-side" role="navigation">
  597. <div class="nav-close">
  598. <i class="fa fa-times-circle"></i>
  599. </div>
  600. <div class="sidebar-collapse">
  601. <ul class="nav" id="side-menu">
  602. <li class="nav-header">
  603. <div class="dropdown profile-element text-center">
  604. <span style="position: relative;">
  605. <img alt="image" class="img-circle yhtx" src="./img/zxPhone.png" onerror="this.src = './img/zxPhone.png'" />
  606. <input type="file" name="upFile" id="upFile" accept="image/jpeg,image/jpg,image/png" style="display: none;">
  607. <i class="phoneBZ"></i>
  608. </span>
  609. <a data-toggle="dropdown" class="dropdown-toggle" href="#">
  610. <span class="clear">
  611. <span class="block m-t-xs">
  612. <b class="xian"></b>
  613. <strong class="font-bold username">张三</strong>
  614. <span class="text-muted text-xs size-12 user_code" style="color: #fff;"></span>
  615. <b class="xian"></b>
  616. </span>
  617. <span class="text-muted text-xs block size-14 " >
  618. <span class="text-muted text-xs group" style="color: #fff;"></span> <span class="text-muted text-xs rolename" style="color: #fff;">超级管理员</span>
  619. </span>
  620. <span class="text-muted text-xs block Gnumbox" style="color: #fff;">
  621. <span class="text-muted text-xs" style="color: #fff;">分机号:</span> <span class="text-muted text-xs Gnum" style="color: #fff;"></span>
  622. </span>
  623. </span>
  624. </a>
  625. </div>
  626. <div class="logo-element">
  627. </div>
  628. </li>
  629. </ul>
  630. </div>
  631. </nav>
  632. <!--左侧导航结束-->
  633. <!--右侧部分开始-->
  634. <div id="page-wrapper" class="gray-bg dashbard-1">
  635. <div class="row border-bottom">
  636. <nav class="navbar navbar-static-top" role="navigation" style="margin-bottom: 0">
  637. <div class="navbar-header">
  638. <a class="navbar-minimalize minimalize-styl-2 btn btn-primary " href="#"><i class="fa fa-bars"></i> </a>
  639. <div class="nav navbar-top-links navbar-left">
  640. <ul class="title-box" id="top-search" style="padding-left: 0; display:none;">
  641. <li datafun="DropCall">
  642. <i class="iconfont fa-5x DropCall"></i>
  643. <p>挂断</p>
  644. </li>
  645. <li datafun="MakeCall">
  646. <i class="iconfont fa-5x MakeCall"></i>
  647. <p>外呼</p>
  648. </li>
  649. <li datafun="SayBusy">
  650. <i class="iconfont fa-5x SayBusy"></i>
  651. <p>置忙</p>
  652. </li>
  653. <li datafun="SayFree">
  654. <i class="iconfont fa-5x SayFree"></i>
  655. <p>置闲</p>
  656. </li>
  657. <li datafun="Meeting">
  658. <i class="iconfont fa-5x Meeting"></i>
  659. <p>多方通话</p>
  660. </li>
  661. <li datafun="Transfer">
  662. <i class="iconfont fa-5x Transfer"></i>
  663. <p>转移</p>
  664. </li>
  665. <li datafun="Hold">
  666. <i class="iconfont fa-5x Hold"></i>
  667. <p>保持</p>
  668. </li>
  669. <li datafun="Retrieve">
  670. <i class="iconfont fa-5x Retrieve"></i>
  671. <p>接回</p>
  672. </li>
  673. <li datafun="Login">
  674. <i class="iconfont fa-5x Login"></i>
  675. <p>签入</p>
  676. </li>
  677. <li datafun="Logout">
  678. <i class="iconfont fa-5x Logout"></i>
  679. <p>签出</p>
  680. </li>
  681. </ul>
  682. </div>
  683. <div class="nav closed">
  684. <!--左边-->
  685. <div class="text-center max-box">
  686. <ul class="fl maxOpen animated" style="display: none;">
  687. <li>
  688. <h3 class="size-12 ldname">未知</h3>
  689. <h3 class="size-12 ldtel" style="margin-bottom: 0;"></h3>
  690. </li>
  691. <li>
  692. <div class="photo">
  693. <img src="" alt="" />
  694. </div>
  695. </li>
  696. </ul>
  697. </div>
  698. <div class="ls">
  699. <span class="size-12 min-right" onclick="Jumps()">
  700. <i class="ga"></i>&nbsp;管理中心
  701. </span>
  702. <span class="size-12 shezhi">
  703. <i class="sz"></i>&nbsp;设置
  704. </span>
  705. <span class="size-12" onclick="logout()">
  706. <i class="tc"></i>退出
  707. </span>
  708. </div>
  709. </div>
  710. </div>
  711. </nav>
  712. </div>
  713. <div class="row content-tabs1">
  714. <ul>
  715. <li class="top1" style="width: 5%;"></li>
  716. <li class="top2" style="width: 8%;"></li>
  717. <li class="top3" style="width: 10%;"></li>
  718. <li class="top4" style="width: 13%;"></li>
  719. <li class="top5" style="width: 10%;"></li>
  720. <li class="top6" style="width: 5%;"></li>
  721. <li class="top7" style="width: 13%;"></li>
  722. <li class="top8" style="width: 10%;"></li>
  723. <li class="top9" style="width: 11.2%;"></li>
  724. <li class="top10" style="width: 6%;"></li>
  725. <li class="top11" style="width: 3%;"></li>
  726. <li class="top12" style="width: 5%;"></li>
  727. </ul>
  728. </div>
  729. <div class="row content-tabs">
  730. <button class="roll-nav roll-left J_tabLeft"><i class="fa fa-backward"></i>
  731. </button>
  732. <nav class="page-tabs J_menuTabs">
  733. <div class="page-tabs-content">
  734. <a href="javascript:;" class="active J_menuTab" data-id="index_v1.html">首页</a>
  735. </div>
  736. </nav>
  737. <button class="roll-nav roll-right J_tabRight"><i class="fa fa-forward"></i>
  738. </button>
  739. <!--<div class="btn-group roll-nav roll-right">
  740. <button class="dropdown J_tabClose" data-toggle="dropdown">关闭操作<span class="caret"></span>
  741. </button>
  742. <ul role="menu" class="dropdown-menu dropdown-menu-right">
  743. <li class="J_tabShowActive"><a>定位当前选项卡</a>
  744. </li>
  745. <li class="divider"></li>
  746. <li class="J_tabCloseAll"><a>关闭全部选项卡</a>
  747. </li>
  748. <li class="J_tabCloseOther"><a>关闭其他选项卡</a>
  749. </li>
  750. </ul>
  751. </div>-->
  752. <!--<a href="login.html" class="roll-nav roll-right J_tabExit"><i class="fa fa fa-sign-out"></i> 退出</a>-->
  753. </div>
  754. <div class="row J_mainContent" id="content-main">
  755. <iframe class="J_iframe J_iframe0" name="iframe0" width="100%" height="100%" src="widgets.html" frameborder="0" data-id="index_v1.html" seamless></iframe>
  756. </div>
  757. <div class="row content-tabs1 LH">
  758. <ul>
  759. <li class="top13" style="width: 100%;"></li>
  760. </ul>
  761. <span class="fr">Copyright © 华谊科技 All Rights Reserved</span>
  762. <ul class="zts" style="display:none;">
  763. <li>话机状态: </li>
  764. <li class="quan fwzt lx br"> </li>
  765. <li>坐席状态: </li>
  766. <li class="quan zxzt lx br"></li>
  767. <li><span class="hwzt" style="color:red;"></span></li>
  768. </ul>
  769. </div>
  770. </div>
  771. </div>
  772. <!--==========================================================================================-->
  773. <!--来电弹屏开始-->
  774. <!--来电弹屏结束-->
  775. <!--外呼键盘-->
  776. <div class="WH animated fadeInDown hidens ">
  777. <!--top-->
  778. <div class="clearflow Color">
  779. <div class="WH-top">
  780. <span>外呼信息</span>
  781. <span class="closes"><a>X</a></span>
  782. </div>
  783. <div class="Cotent_box clearflow">
  784. <!--左边键盘-->
  785. <div class="KeyWord col-sm-4">
  786. <div class="WH_input clearflow">
  787. <div class="clearflow WH_Itop">
  788. <input id="Result" type="text" class="fl" value="" maxlength="18" autofocus="autofocus" />
  789. <input id="hidwhtype" type="hidden" value="" />
  790. <i class="img fl hidens"></i>
  791. </div>
  792. </div>
  793. <div class="Num_box clearflow">
  794. <ul class="Num_ul clearflow">
  795. <li>
  796. <div>
  797. <a>1</a>
  798. </div>
  799. </li>
  800. <li>
  801. <div>
  802. <a>2</a>
  803. </div>
  804. </li>
  805. <li>
  806. <div>
  807. <a>3</a>
  808. </div>
  809. </li>
  810. <li>
  811. <div>
  812. <a>4</a>
  813. </div>
  814. </li>
  815. <li>
  816. <div>
  817. <a>5</a>
  818. </div>
  819. </li>
  820. <li>
  821. <div>
  822. <a>6</a>
  823. </div>
  824. </li>
  825. <li>
  826. <div>
  827. <a>7</a>
  828. </div>
  829. </li>
  830. <li>
  831. <div>
  832. <a>8</a>
  833. </div>
  834. </li>
  835. <li>
  836. <div>
  837. <a>9</a>
  838. </div>
  839. </li>
  840. <li>
  841. <div>
  842. <a>*</a>
  843. </div>
  844. </li>
  845. <li>
  846. <div>
  847. <a>0</a>
  848. </div>
  849. </li>
  850. <li>
  851. <div>
  852. <a>#</a>
  853. </div>
  854. </li>
  855. <li class="Last_phone">
  856. <div>
  857. <a class="CallOut"></a>
  858. </div>
  859. </li>
  860. </ul>
  861. </div>
  862. </div>
  863. <!--右边图表-->
  864. <div class="col-sm-8 Rbg">
  865. <div class="bg bg_cotent">
  866. <ul class="bg_title clearflow">
  867. <li class="lactive" itemid="0">最近电话</li>
  868. <li itemid="1">公司电话</li>
  869. <li itemid="2">客户电话</li>
  870. </ul>
  871. <div class="bg_box phonediv">
  872. <div class="cx">
  873. <span class="blanks">
  874. 电话号码:
  875. <input type="text" id="lastphone" />
  876. </span>
  877. <span class="ty">搜索</span>
  878. <!--<span class="ty">重置</span>-->
  879. </div>
  880. <div class="phone_bg" style="width: 100%;padding: 10px;">
  881. <!--<table class="table table-bordered text-center">
  882. <thead>
  883. <tr>
  884. <td class="tbth">电话号码</td>
  885. <td class="tbth">呼叫状态</td>
  886. <td class="tbth">是否处理</td>
  887. <td class="tbth">坐席工号</td>
  888. <td class="tbth">坐席姓名</td>
  889. <td class="tbth">通话开始时间</td>
  890. <td class="tbth">通话结束时间</td>
  891. <td class="tbth">通话时长(s)</td>
  892. <td class="tbth">录音</td>
  893. </tr>
  894. </thead>
  895. <tbody class="phonelist"></tbody>
  896. </table>-->
  897. <table class="phonelist" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
  898. <thead>
  899. <tr>
  900. <th data-field="CallNumber" data-formatter="view">电话号码</th>
  901. <th data-field="CallState" data-formatter="GetCallState">呼叫状态</th>
  902. <!--<th data-field="IsDeal" data-formatter="GetDealState">是否处理</th>-->
  903. <th data-field="UserCode">坐席工号</th>
  904. <th data-field="UserName">坐席姓名</th>
  905. <th data-field="BeginTime">开始时间</th>
  906. <th data-field="TalkStartTime">通话开始时间</th>
  907. <th data-field="TalkEndTime">通话结束时间</th>
  908. <th data-field="TalkLongTime">通话时长(s)</th>
  909. <!--<th data-field="FilePath">录音</th>-->
  910. </tr>
  911. </thead>
  912. </table>
  913. </div>
  914. </div>
  915. <div class="bg_box phonediv " style="display:none;">
  916. <div class="cx">
  917. <span class="blanks">
  918. 电话号码:
  919. <input type="text" id="gsphone" />
  920. </span>
  921. <span class="blanks">
  922. 名称:
  923. <input type="text" id="gsname" />
  924. </span>
  925. <span class="ty">搜索</span>
  926. <!--<span class="ty">重置</span>-->
  927. </div>
  928. <div class="phone_bg" style="width: 100%;padding: 10px;">
  929. <!--<table class="table table-bordered text-center">
  930. <thead>
  931. <tr>
  932. <td class="tbth">坐席工号</td>
  933. <td class="tbth">坐席姓名</td>
  934. <td class="tbth">分机号</td>
  935. <td class="tbth">电话号码1</td>
  936. <td class="tbth">电话号码2</td>
  937. <td class="tbth">电话号码3</td>
  938. </tr>
  939. </thead>
  940. <tbody class="phonelist"></tbody>
  941. </table>-->
  942. <table class="phonelist" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
  943. <thead>
  944. <tr>
  945. <th data-field="F_UserCode">坐席工号</th>
  946. <th data-field="F_UserName">坐席姓名</th>
  947. <th data-field="F_WorkNumber" data-formatter="view">分机号</th>
  948. <th data-field="F_Telephone" data-formatter="view">电话号码1</th>
  949. <th data-field="F_Mobile" data-formatter="view">电话号码2</th>
  950. <th data-field="F_HomePhone" data-formatter="view">电话号码3</th>
  951. </tr>
  952. </thead>
  953. </table>
  954. </div>
  955. </div>
  956. <div class="bg_box phonediv" style="display:none;">
  957. <div class="cx">
  958. <span class="blanks">
  959. 电话号码:
  960. <input type="text" id="khphone" />
  961. </span>
  962. <span class="blanks">
  963. 名称:
  964. <input type="text" id="khname" />
  965. </span>
  966. <span class="ty">搜索</span>
  967. <!--<span class="ty">重置</span>-->
  968. </div>
  969. <div class="phone_bg" style="width: 100%;padding: 10px;">
  970. <!--<table class="table table-bordered text-center">
  971. <thead>
  972. <tr>
  973. <td class="tbth">名称</td>
  974. <td class="tbth">电话号码1</td>
  975. <td class="tbth">电话号码2</td>
  976. <td class="tbth">电话号码3</td>
  977. </tr>
  978. </thead>
  979. <tbody class="phonelist"></tbody>
  980. </table>-->
  981. <table class="phonelist" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
  982. <thead>
  983. <tr>
  984. <th data-field="F_CustomerName">名称</th>
  985. <th data-field="F_Telephone" data-formatter="view">电话号码1</th>
  986. <th data-field="F_Mobile" data-formatter="view">电话号码2</th>
  987. <th data-field="F_ChargeTelephone" data-formatter="view">电话号码3</th>
  988. </tr>
  989. </thead>
  990. </table>
  991. </div>
  992. </div>
  993. </div>
  994. </div>
  995. </div>
  996. </div>
  997. </div>
  998. <!--下载框-->
  999. <div class="t-shade">
  1000. <div class="shade_k">
  1001. <div class="shade_title">
  1002. <span>录音播放与下载<srong class="cknum"></srong></span>
  1003. <span class="setwin"><a>x</a></span>
  1004. </div>
  1005. <div class="shade_content">
  1006. <div class="Ly_box audiojs">
  1007. </div>
  1008. </div>
  1009. </div>
  1010. </div>
  1011. <!--修改密码开始-->
  1012. <div class="personal" id="box">
  1013. <div class="ptop clearFix">
  1014. <p class="ptl">个人中心</p>
  1015. <p class="ptr" title="关闭">x</p>
  1016. </div>
  1017. <div class="perBox " style="height:500px;">
  1018. <ul class="perTab clearFix">
  1019. <li class="sel">个人资料</li>
  1020. <li>修改头像</li>
  1021. </ul>
  1022. <div class="perTab_con">
  1023. <div class="geRen" style="display: block;">
  1024. <div class="grt clearFix">
  1025. <p class="grtl">基本资料</p>
  1026. <p class="grtr">
  1027. <i class="grqx" title="取消编辑"></i>
  1028. <i class="grbj" title="编辑资料"></i>
  1029. </p>
  1030. </div>
  1031. <table class="table grzl">
  1032. <tr>
  1033. <th>我的工号:</th>
  1034. <td><input type="text" class="mgh" readonly="readonly" /></td>
  1035. </tr>
  1036. <tr>
  1037. <th>我的姓名:</th>
  1038. <td><input type="text" class="mn" readonly="readonly" /></td>
  1039. </tr>
  1040. <tr>
  1041. <th>分机号:</th>
  1042. <td><input type="text" class="fenji" readonly="readonly" /></td>
  1043. </tr>
  1044. <!--<tr>
  1045. <th>外线号码:</th>
  1046. <td><input type="text" class="wxno" readonly="readonly" /></td>
  1047. </tr>-->
  1048. <tr>
  1049. <th>原密码:</th>
  1050. <td><input type="password" class="spwd zhidu" /></td>
  1051. </tr>
  1052. <tr>
  1053. <th>新密码:</th>
  1054. <td><input type="password" class="npwd zhidu" /></td>
  1055. </tr>
  1056. <tr>
  1057. <th>确认密码:</th>
  1058. <td><input type="password" class="epwd zhidu" /><span class="wrong">*密码不一致</span></td>
  1059. </tr>
  1060. <tr>
  1061. <th>手机号:</th>
  1062. <td><input type="text" class="mobile zhidu" /></td>
  1063. </tr>
  1064. <tr>
  1065. <th></th>
  1066. <td><button class="btnn grbtn">保存修改</button></td>
  1067. </tr>
  1068. </table>
  1069. </div>
  1070. <div class="crop ">
  1071. <div class="clearFix" style="margin-top: 45px;">
  1072. <div class="crop_left">
  1073. <div class="image-crop">
  1074. <img src="./img/gaga.jpg">
  1075. </div>
  1076. </div>
  1077. <div class="crop_right">
  1078. <h4>图片预览:</h4>
  1079. <div class="img-preview img-preview-sm"></div>
  1080. </div>
  1081. </div>
  1082. <!--<div class="btn-group">
  1083. <label title="上传图片" for="inputImage" class="btn btn-primary">
  1084. <input type="file" accept="image/*" name="file" id="inputImage" class="hide"> 本地上传
  1085. </label>-->
  1086. <!--<label title="下载图片" id="download" class="btn btn-primary">下载</label>-->
  1087. <!--</div>
  1088. <div class="btn-group">-->
  1089. <!--<button class="btn btn-white" id="zoomIn" type="button">放大</button>-->
  1090. <!--<button class="btn btn-white" id="zoomOut" type="button">缩小</button>-->
  1091. <!--<button class="btn btn-white" id="rotateLeft" type="button">左旋转</button>-->
  1092. <!--<button class="btn btn-white" id="rotateRight" type="button">右旋转</button>-->
  1093. <!--<button class="btn btn-warning " id="setDrag" type="button">裁剪</button>
  1094. </div>-->
  1095. <div class="anniu" style="margin-top: 75px;text-align: center;">
  1096. <label title="上传图片" for="inputImage" class="btnn" style="margin-right: 100px;">
  1097. <input type="file" accept="image/jpeg,image/jpg,image/png" name="file" id="inputImage" class="hide"> 本地上传
  1098. </label>
  1099. <!--<button class="btn btn-warning " id="setDrag" type="button">裁剪</button>-->
  1100. <button class="btnn" id="zoomIn" type="button">放大</button>
  1101. <button class="btnn" id="zoomOut" type="button">缩小</button>
  1102. <button class="btnn" id="rotateLeft" type="button">左旋转</button>
  1103. <button class="btnn" id="rotateRight" type="button">右旋转</button>
  1104. <button class="btnn" id="setDrag" type="button">确定保存</button>
  1105. </div>
  1106. </div>
  1107. </div>
  1108. </div>
  1109. </div>
  1110. <!--修改密码结束-->
  1111. <script src="./js/plugins/pace/pace.min.js"></script>
  1112. <script src="./js/plugins/iCheck/icheck.min.js"></script>
  1113. <script src="./css/laydate/laydate.js"></script>
  1114. <script src="./js/zTree/jquery.ztree.core.js"></script>
  1115. <script src="./js/plugins/datapicker/bootstrap-datepicker.js"></script>
  1116. <script src="./js/plugins/cropper/cropper.min.js"></script>
  1117. <script src="./js/guid.js"></script>
  1118. <script src="./js/main.js?v=1.5"></script>
  1119. <script src="./js/index.js?v=1.5"></script>
  1120. <script src="./js/plugins/metisMenu/jquery.metisMenu.js"></script>
  1121. <script src="./js/plugins/slimscroll/jquery.slimscroll.min.js"></script>
  1122. <script src="./js/plugins/layer/layer.min.js"></script>
  1123. <script src="./js/hplus.min.js?v=4.1.0"></script>
  1124. <script src="./js/contabs.min.js"></script>
  1125. </body>
  1126. </html>