Нет описания

toAuditListMedia.html 40KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129
  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. <link rel="stylesheet" href="../css/bootstrap-select.css">
  8. <script src="../Script/Common/huayi.config.js"></script>
  9. <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
  10. <link rel="stylesheet" href="../css/init.css" />
  11. <style>
  12. #sqzx th {
  13. padding: 5px 8px 5px 0;
  14. text-align: right;
  15. }
  16. .select {
  17. width: 150px;
  18. background-color: #FFF;
  19. background-image: none;
  20. border: 1px solid #ccc;
  21. border-radius: 1px;
  22. color: inherit;
  23. padding: 6px 12px;
  24. }
  25. #sex {
  26. background-color: #FFF;
  27. background-image: none;
  28. border: 1px solid #ccc;
  29. border-radius: 1px;
  30. color: inherit;
  31. padding: 6px 12px;
  32. }
  33. input {
  34. background-color: #FFF;
  35. background-image: none;
  36. border: 1px solid #ccc;
  37. border-radius: 1px;
  38. color: inherit;
  39. padding: 6px 12px;
  40. }
  41. #sqzx td {
  42. padding: 6px 0 5px 10px;
  43. }
  44. .lxr ul li {
  45. float: left;
  46. list-style: none;
  47. width: 30%;
  48. margin-bottom: 5px;
  49. padding-top: 10px;
  50. }
  51. .clearFix:after {
  52. content: "";
  53. display: block;
  54. clear: both;
  55. }
  56. .form-group {
  57. padding-left: 40px;
  58. margin-bottom: 0;
  59. }
  60. textarea {
  61. height: 70px;
  62. border: 1px solid #ccc;
  63. border-radius: 1px;
  64. width: 50%;
  65. resize: none;
  66. }
  67. .textarea_box {
  68. margin-top: 10px;
  69. }
  70. .box_content {
  71. border-bottom: 1px solid #ccc;
  72. }
  73. .tj_content {
  74. border: 1px solid #e6e6e6;
  75. border-radius: 5px;
  76. }
  77. .t-shade {
  78. position: fixed;
  79. top: 0;
  80. left: 0;
  81. width: 100%;
  82. background: rgba(0, 0, 0, 0.48);
  83. z-index: 10004;
  84. display: none;
  85. }
  86. .lyxz .shade_k {
  87. z-index: 10005;
  88. width: 40%;
  89. left: 30%;
  90. margin: 20% auto;
  91. position: absolute;
  92. background-color: #fff;
  93. box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
  94. border-radius: 5px;
  95. }
  96. .shade_title {
  97. padding: 0 80px 0 20px;
  98. height: 42px;
  99. line-height: 42px;
  100. border-bottom: 1px solid #eee;
  101. font-size: 16px;
  102. color: #FFFFFF;
  103. overflow: hidden;
  104. background-color: #00a1cb;
  105. border-radius: 2px 2px 0 0;
  106. position: relative;
  107. border-top-left-radius: 5px;
  108. border-top-right-radius: 5px;
  109. }
  110. .cx {
  111. display: block;
  112. }
  113. .setwin {
  114. position: absolute;
  115. right: 15px;
  116. top: 5px;
  117. font-size: 0;
  118. line-height: initial;
  119. }
  120. .setwin a {
  121. position: relative;
  122. width: 16px;
  123. height: 16px;
  124. font-size: 20px;
  125. color: #fff;
  126. }
  127. .xg i {
  128. font-size: 16px;
  129. }
  130. .hidens {
  131. display: none;
  132. }
  133. .Min-width {
  134. width: 150px;
  135. }
  136. .hidens {
  137. display: none;
  138. }
  139. .inpBox {
  140. border: 1px solid #cccccc;
  141. height: 31px;
  142. width: 220px;
  143. display: inline-block;
  144. position: relative;
  145. vertical-align: middle;
  146. position: absolute;
  147. left: 0px;
  148. top: 0px;
  149. z-index: 111;
  150. }
  151. .selDpart1 {
  152. position: absolute;
  153. left: 0px;
  154. top: 30px;
  155. z-index: 11111;
  156. width: 220px;
  157. line-height: 30px;
  158. background: #FFFFFF;
  159. display: none;
  160. }
  161. #sponsor {
  162. width: 218px;
  163. border: 1px solid #00a1cb;
  164. margin: 0;
  165. padding: 0;
  166. list-style: none;
  167. max-height: 212px;
  168. overflow-x: hidden;
  169. overflow-y: scroll;
  170. }
  171. #sponsor li {
  172. margin: 0;
  173. padding-left: 10px;
  174. width: 220px;
  175. height: 30px;
  176. line-height: 30px;
  177. list-style: none;
  178. }
  179. #sponsor li:hover {
  180. background: #00a1cb;
  181. }
  182. .addTree {
  183. background: #fff;
  184. position: absolute;
  185. width: 100%;
  186. border: 1px solid darkgrey;
  187. right: 0;
  188. top: 29px;
  189. display: none;
  190. z-index: 222;
  191. }
  192. .xl {
  193. display: inline-block;
  194. background: url(../../img/dropDown.png) no-repeat;
  195. height: 100%;
  196. background-position: center center;
  197. width: 20px;
  198. position: absolute;
  199. right: 0;
  200. top: 0px;
  201. /* background-color: #f7bc8b; */
  202. cursor: pointer;
  203. }
  204. .ztree li span {
  205. border: none;
  206. padding: 0;
  207. }
  208. .inps {
  209. width: 217px;
  210. height: 24px;
  211. outline: none;
  212. border: 0;
  213. border-image-width: 0;
  214. padding: 0;
  215. padding-left: 3px;
  216. }
  217. .xl {
  218. display: inline-block;
  219. background: url(../img/dropDown.png) no-repeat;
  220. height: 100%;
  221. background-position: center center;
  222. width: 20px;
  223. position: absolute;
  224. right: 0;
  225. top: 0px;
  226. /* background-color: #f7bc8b; */
  227. cursor: pointer;
  228. }
  229. .Cleans {
  230. display: inline-block;
  231. width: 20px;
  232. position: absolute;
  233. right: 21px;
  234. top: 5px;
  235. display: none;
  236. }
  237. </style>
  238. </head>
  239. <body class="gray-bg">
  240. <div class="wrapper wrapper-content animated fadeInRight">
  241. <div class="daoHang clearfix">
  242. <div class="dhLeft">
  243. <sapn>
  244. <i class="syIcon"></i>位置:
  245. <a href="javaScript:;" id="ReIndex">首页</a>&gt;
  246. <a href="javaScript:;">工单处理</a>&gt;
  247. <a href="" class="nowPosition"></a>局委退回审核</a>
  248. </sapn>
  249. </div>
  250. <div class="dhRight">
  251. <a href="" title="刷新"><i class="fa fa-refresh"></i></a>
  252. </div>
  253. </div>
  254. <div style="padding: 10px;" class="tj_content clearFix">
  255. <div style="padding: 10px;" class="tj_content clearFix">
  256. <div>
  257. <span>【搜索信息】</span>
  258. <div class="box_content">
  259. <table id="sqzx" style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
  260. <tr>
  261. <th>关键字:</th>
  262. <td>
  263. <input type="text" placeholder="输入关键字" id="key" class="Min-width" />
  264. </td>
  265. <th>事项编号:</th>
  266. <td>
  267. <input type="text" placeholder="输入工单号" id="wids" class="Min-width" />
  268. </td>
  269. <th>时间:</th>
  270. <td>
  271. <input type="text" id="starttime" class="laydate-icon Min-width"
  272. style="height: 32px;" />&nbsp;——&nbsp;<input type="text" id="endtime"
  273. class="laydate-icon Min-width" style="height: 32px;" />
  274. </td>
  275. <th>区域:</th>
  276. <td>
  277. <select name="" id="sourceAreas" class="select"></select>
  278. </td>
  279. </tr>
  280. <tr>
  281. <!-- <th>工单状态:</th>
  282. <td>
  283. <select name="" id="state" class="select">
  284. <option value="">请选择</option>
  285. <option value="10">待审核</option>
  286. </select>
  287. </td> -->
  288. <th>工单来源:</th>
  289. <td>
  290. <select class="select_" id="source"></select>
  291. </td>
  292. <!-- <th>主题词:</th>
  293. <td>
  294. <select id="keyid" name="" class="select"></select>
  295. </td> -->
  296. <th>来电号码:</th>
  297. <td>
  298. <input type="text" id="tel" class="Min-width" />
  299. </td>
  300. </tr>
  301. <tr>
  302. <th>来电人:</th>
  303. <td>
  304. <input type="text" id="name" class="Min-width" />
  305. </td>
  306. <th>类型:</th>
  307. <td>
  308. <select class="select_" id="type"></select>
  309. </td>
  310. <th></th>
  311. </tr>
  312. <tr>
  313. <th>坐席:</th>
  314. <td>
  315. <select id="ZX" name="select" class="selectpicker show-tick form-control" multiple
  316. data-live-search="true">
  317. <option value="">请选择坐席</option>
  318. </select>
  319. </td>
  320. <th>审核员:</th>
  321. <td>
  322. <select id="yardman" name="select" class="selectpicker show-tick form-control"
  323. multiple data-live-search="true">
  324. <option value="">请选择调度员</option>
  325. </select>
  326. </td>
  327. <th>承办单位:</th>
  328. <td style="position: relative;">
  329. <div class="inpBox">
  330. <input type="text" class="inps" onkeyup="darptSearch()" />
  331. <i class="Cleans fa fa-close"></i>
  332. <i class="xl xl_one"></i>
  333. <div class="addTree xlAdd">
  334. <ul id="addTreeDemo" class="ztree"></ul>
  335. </div>
  336. </div>
  337. <div class="selDpart1">
  338. <ul id="sponsor">
  339. </ul>
  340. </div>
  341. </td>
  342. <td style="text-align: center;">
  343. <botton class="btns Seach">搜索</botton>
  344. <botton class="btns exportFile">导出</botton>
  345. </td>
  346. </tr>
  347. </table>
  348. <a href="" class="btn-success"></a>
  349. <a href="" class="btn-warning"></a>
  350. </div>
  351. </div>
  352. <div>
  353. <div style="width: 100%;padding: 10px;">
  354. <table id="orderlist" data-row-style="rowStyle" data-query-params="queryParams"
  355. data-pagination="true">
  356. <thead>
  357. <tr>
  358. <th data-checkbox="true"></th>
  359. <th data-field="F_WorkOrderId" data-formatter="View" data-align="center">工单单号</th>
  360. <th data-field="F_ComTitle" data-formatter="GetCont" data-align="center">诉求标题</th>
  361. <th data-field="DeptName" data-align="center">承办单位</th>
  362. <th data-field="OtherDeptName" data-align="center">协办单位</th>
  363. <th data-field="UserName" data-align="center">受理人</th>
  364. <th data-field="F_WorkState" data-align="center" data-formatter="States">办理状态</th>
  365. <!--<th data-field="FilePath" data-formatter="setCode" data-align="center">录音</th>-->
  366. <th data-field="OverState" data-formatter="OverTime" data-align="center">时限</th>
  367. <th data-field="LimitTime" data-formatter="BanTime" data-align="center">办理时限</th>
  368. <th data-field="F_WorkOrderId" data-formatter="Dispose" data-align="center">操作</th>
  369. </tr>
  370. </thead>
  371. <tbody class="list"></tbody>
  372. </table>
  373. </div>
  374. </div>
  375. </div>
  376. </div>
  377. <!--下载框-->
  378. <div class="t-shade lyxz">
  379. <div class="shade_k">
  380. <div class="shade_title">
  381. <span>录音播放与下载<srong class="cknum"></srong></span>
  382. <span class="setwin gbly"><a>x</a></span>
  383. </div>
  384. <div class="shade_content">
  385. <div class="Ly_box audiojs">
  386. </div>
  387. </div>
  388. </div>
  389. </div>
  390. <input type="hidden" id="PID" />
  391. <input type="hidden" id="Dpment" />
  392. </div>
  393. <script src="../js/bootstrap-select.js"></script>
  394. <script src="../css/laydate/laydate.js"></script>
  395. <script src="../My97DatePicker/WdatePicker.js"></script>
  396. <script src="../js/zTree/jquery.ztree.core.js"></script>
  397. <script src="../js/search/screen.js"></script>
  398. <script>
  399. var wid = helper.request.queryString("states");
  400. if (wid) {
  401. $("#state").val(wid);
  402. }
  403. $(document).ready(function () {
  404. load();
  405. laydate.skin('blue');
  406. laydate({
  407. elem: '#starttime',
  408. event: 'focus'
  409. });
  410. laydate({
  411. elem: '#endtime',
  412. event: 'focus'
  413. });
  414. });
  415. //关闭录音弹出
  416. $(".gbly").click(function () {
  417. $(".lyxz").removeClass("cx");
  418. $('audio')[0].pause();
  419. });
  420. $("#orderlist").on("click-row.bs.table", function (e, row, ele) {
  421. $('.success').removeClass('success'); //去除之前选中的行的,选中样式
  422. $(ele).addClass('success'); //添加当前选中的 success样式用于区别
  423. });
  424. //获取查询信息
  425. function load() {
  426. //坐席
  427. var usercodeID = "";
  428. var usercode_ = $("#ZX").val(); //坐席
  429. if (usercode_ != null) {
  430. $(usercode_).each(function (i, n) {
  431. var obj1 = '';
  432. obj1 = n + ",";
  433. usercodeID += obj1;
  434. })
  435. } else {
  436. usercodeID = ""
  437. }
  438. // 调度员
  439. var ddusercodeID = "";
  440. var ddusercode_ = $("#yardman").val(); //坐席
  441. if (ddusercode_ != null) {
  442. $(ddusercode_).each(function (i, n) {
  443. var obj2 = '';
  444. obj2 = n + ",";
  445. ddusercodeID += obj2;
  446. })
  447. } else {
  448. ddusercodeID = ""
  449. }
  450. //先销毁表格
  451. $('#orderlist').bootstrapTable('destroy');
  452. //初始化表格,动态从服务器加载数据
  453. $("#orderlist").bootstrapTable({
  454. method: "get", //使用get请求到服务器获取数据
  455. url: huayi.config.callcenter_url + "WorkOrder/GetZXDealList", //获取数据的Servlet地址
  456. contentType: "application/x-www-form-urlencoded",
  457. striped: true, //表格显示条纹
  458. pagination: true, //启动分页
  459. pageSize: 10, //每页显示的记录数
  460. pageNumber: 1, //当前第几页
  461. pageList: [10, 20, 50, 100], //记录数可选列表
  462. search: false, //是否启用查询
  463. showColumns: false, //显示下拉框勾选要显示的列
  464. showRefresh: false, //显示刷新按钮
  465. sidePagination: "server", //表示服务端请求
  466. //设置为undefined可以获取pageNumber,pageSize,searchText,sortName,sortOrder
  467. //设置为limit可以获取limit, offset, search, sort, order
  468. queryParamsType: "undefined",
  469. queryParams: function queryParams(params) { //设置查询参数
  470. var param = {
  471. page: params.pageNumber,
  472. pagesize: params.pageSize,
  473. workid: $("#wids").val(),
  474. state: 10, //=工单状态
  475. type: $("#type").val(), //=工单类型
  476. bigtype: $("#bigtype").val(), //=大类别
  477. smalltype: $("#smalltype").val(), //=小类别
  478. key: $("#key").val(), //=关键字
  479. tel: $("#tel").val(), //=客户电话
  480. name: $("#name").val(), //=客户名称
  481. usercode: usercodeID, //=坐席工号
  482. ddusercode: ddusercodeID,
  483. keyid: $("#keyid").val(), //=关键词id
  484. source: $("#source").val(), //=来源&
  485. starttime: $("#starttime").val(), //=开始时间
  486. endtime: $("#endtime").val(), //=结束时间
  487. deptid: $("#PID").val(),
  488. type: $("#type").val(),
  489. tab: 0, //待处理
  490. sourcearea: $('#sourceAreas').val(), //区域
  491. jianhang: 1, // 多媒体
  492. token: $.cookie("token")
  493. };
  494. return param;
  495. },
  496. onLoadSuccess: function (data) { //加载成功时执行
  497. // layer.msg("加载成功");
  498. //console.log(data);
  499. },
  500. onLoadError: function () { //加载失败时执行
  501. //layer.msg("加载数据失败", { time: 1500, icon: 2 });
  502. }
  503. });
  504. }
  505. //状态
  506. function States(val, row) {
  507. var html = '';
  508. switch (val + '') {
  509. case '0':
  510. html = '新工单';
  511. if (row.F_IsReturn == 1) {
  512. html = '新工单(回退)';
  513. }
  514. break;
  515. case '1':
  516. html = '待交办';
  517. break;
  518. case '2':
  519. html = '待查收';
  520. break;
  521. case '3':
  522. html = '退回审核中';
  523. break;
  524. case '4':
  525. html = '办理中';
  526. break;
  527. case '5':
  528. html = '延时审核';
  529. break;
  530. case '6':
  531. html = '已办理';
  532. break;
  533. case '7':
  534. html = '已回访';
  535. break;
  536. case '8':
  537. html = '重办中';
  538. break;
  539. case '9':
  540. html = '已结案';
  541. break;
  542. case '10':
  543. html = '待审核';
  544. break;
  545. }
  546. return html;
  547. }
  548. //时限
  549. function OverTime(val, row) {
  550. if (val == 1) {
  551. return '<div class="" style="cursor: pointer;">' +
  552. '<span class="Greens">' + row.GapTime + '</span>' +
  553. '</div>';
  554. } else if (val == 2) {
  555. return '<div class="" style="cursor: pointer;">' +
  556. '<span class="Yellows">' + row.GapTime + '</span>' +
  557. '</div>';
  558. } else if (val == 3) {
  559. return '<div class="" style="cursor: pointer;">' +
  560. '<span class="Reds">' + row.GapTime + '</span>' +
  561. '</div>';
  562. }
  563. }
  564. //办理时限
  565. function BanTime(val) {
  566. if (val) {
  567. var time = val.substring(0, val.indexOf(' '));
  568. return '<div class="" style="cursor: pointer;">' +
  569. '<span>' + time + '</span>' +
  570. '</div>';
  571. }
  572. }
  573. //音频
  574. function setCode(val) {
  575. if (val) {
  576. return '<div class="imgs" style="cursor: pointer;">' +
  577. '<img src="../img/vice.png" alt="" onclick= "helper.luyin.view(this)" item="' + val + '" />' +
  578. '</div>';
  579. } else {
  580. return '';
  581. }
  582. }
  583. function View(val, row) {
  584. return '<div class="imgs" ><a class="" index="' + row.CreateUser +
  585. '" onclick= ckxq("' + row.F_WorkOrderId + '") >' + val + '</a></div>';
  586. }
  587. function GetCont(val) {
  588. if (val) {
  589. var str = '<div '
  590. if (val.length > 10) {
  591. str = str + ' title="' + val + '" ';
  592. val = val.substr(0, 10) + "...";
  593. }
  594. return str + '>' + val + '</div>';
  595. } else {
  596. return '';
  597. }
  598. }
  599. //操作
  600. function Dispose(val, row) {
  601. var Rows = row.Buttons;
  602. // alert(row.F_WorkOrderId);
  603. var WorkOrderId = row.F_WorkOrderId;
  604. var html = '';
  605. if (row.F_WorkState == '1') {
  606. html += '<a class="xg" onclick="redeploy(\'' + WorkOrderId + '\')">转派&nbsp</a>';
  607. }
  608. for (var i = 0; i < Rows.length; i++) {
  609. var html1 = huayi.config.arr[Rows[i].key * 1 - 1];
  610. if (html1) {
  611. html1 = html1.replace("data", val);
  612. }
  613. html += html1;
  614. }
  615. return html;
  616. }
  617. //转派
  618. function redeploy(WorkOrderId) {
  619. layer.open({
  620. type: 2,
  621. content: "../CommonHtml/zhuanpai.html?wid=" + WorkOrderId, //iframe的url,no代表不显示滚动条
  622. title: '转派',
  623. area: ['85%', '80%'], //宽高
  624. });
  625. }
  626. //查看详情
  627. function ckxq(str) {
  628. layer.open({
  629. type: 2,
  630. content: "../CommonHtml/WorkDatil.html?wid=" + str, //iframe的url,no代表不显示滚动条
  631. title: '工单详情',
  632. area: ['100%', '100%'], //宽高
  633. });
  634. }
  635. //编辑
  636. function bj(str) {
  637. layer.open({
  638. type: 2,
  639. content: "../CommonHtml/AddAppeal.html?wid=" + str, //iframe的url,no代表不显示滚动条
  640. title: '编辑工单',
  641. area: ['96%', '85%'], //宽高
  642. });
  643. }
  644. //删除
  645. function move(str) {
  646. layer.confirm('确定删除工单?', {
  647. btn: ['是', '否'] //按钮
  648. }, function () {
  649. $.post(huayi.config.callcenter_url + "WorkOrder/DelWorkOrder", {
  650. ids: str,
  651. token: $.cookie("token")
  652. }, function (result) {
  653. result = JSON.parse(result);
  654. if (result.state.toLowerCase() == "success") {
  655. layer.msg("删除成功");
  656. load();
  657. }
  658. })
  659. });
  660. }
  661. //提交
  662. function tj(str) {
  663. layer.confirm('确定要提交工单么?', {
  664. btn: ['确定', '取消'] //按钮
  665. }, function () {
  666. //请求后台数据
  667. /*发送请求*/
  668. $.post(huayi.config.callcenter_url + "WorkOrder/SubmitWorkOrder", {
  669. ids: str,
  670. token: $.cookie("token")
  671. }, function (result) {
  672. result = JSON.parse(result);
  673. if (result.state.toLowerCase() == "success") {
  674. layer.msg("提交成功");
  675. load();
  676. }
  677. })
  678. });
  679. }
  680. //交办
  681. function jb(str) {
  682. layer.open({
  683. type: 2,
  684. content: "../CommonHtml/jiaoban.html?wid=" + str, //iframe的url,no代表不显示滚动条
  685. title: '工单交办',
  686. area: ['87%', '80%'], //宽高
  687. });
  688. }
  689. //领导批示
  690. function lader(str) {
  691. layer.open({
  692. type: 2,
  693. content: "../CommonHtml/Leader.html?wid=" + str, //iframe的url,no代表不显示滚动条
  694. title: '领导批示',
  695. area: ['60%', '80%'], //宽高
  696. });
  697. }
  698. //市长批示
  699. function city(str) {
  700. layer.open({
  701. type: 2,
  702. content: "../CommonHtml/shizhang.html?wid=" + str, //iframe的url,no代表不显示滚动条
  703. title: '领导批示',
  704. area: ['60%', '80%'], //宽高
  705. });
  706. }
  707. //办理
  708. function bl(str) {
  709. layer.open({
  710. type: 2,
  711. content: "../CommonHtml/banli.html?wid=" + str, //iframe的url,no代表不显示滚动条
  712. title: '办理工单',
  713. area: ['60%', '80%'], //宽高
  714. });
  715. }
  716. //督办
  717. function Supervision(str) {
  718. layer.open({
  719. type: 2,
  720. state: 1,
  721. content: "../CommonHtml/Supervision_.html?wid=" + str + '&type=1' +
  722. '&state=1', //iframe的url,no代表不显示滚动条
  723. title: '督办',
  724. area: ['60%', '80%'], //宽高
  725. });
  726. }
  727. //不督办
  728. function ndb(str) {
  729. layer.open({
  730. type: 2,
  731. state: 2,
  732. content: "../CommonHtml/Supervision_.html?wid=" + str + '&type=1' +
  733. '&state=2', //iframe的url,no代表不显示滚动条
  734. title: '不督办',
  735. area: ['60%', '80%'], //宽高
  736. });
  737. }
  738. //督查
  739. function Supervision_(str) {
  740. layer.open({
  741. type: 2,
  742. content: "../CommonHtml/Supervision_.html?wid=" + str + '&type=2', //iframe的url,no代表不显示滚动条
  743. title: '监察',
  744. area: ['60%', '80%'], //宽高
  745. });
  746. }
  747. //强制结案
  748. function StrongLawsuit(str) {
  749. layer.open({
  750. type: 2,
  751. content: "../CommonHtml/StrongLawsuit.html?wid=" + str, //iframe的url,no代表不显示滚动条
  752. title: '强制结案',
  753. area: ['60%', '80%'], //宽高
  754. });
  755. }
  756. //回退BackDtail
  757. function BackDtail(str) {
  758. layer.open({
  759. type: 2,
  760. content: "../CommonHtml/BackDatil.html?wid=" + str, //iframe的url,no代表不显示滚动条
  761. title: '工单回退',
  762. area: ['60%', '80%'], //宽高
  763. });
  764. }
  765. //查收
  766. function cs(str) {
  767. layer.confirm('确定要查收?', {
  768. btn: ['是', '否'] //按钮
  769. }, function () {
  770. $.post(huayi.config.callcenter_url + "WorkOrder/ReceiveWorkOrder", {
  771. workorderid: str,
  772. token: $.cookie("token")
  773. }, function (result) {
  774. result = JSON.parse(result);
  775. if (result.state.toLowerCase() == "success") {
  776. layer.msg("查收成功");
  777. load();
  778. }
  779. })
  780. });
  781. }
  782. //收回
  783. function sh(str) {
  784. layer.confirm('确定要回收?', {
  785. btn: ['是', '否'] //按钮
  786. }, function () {
  787. $.post(huayi.config.callcenter_url + "WorkOrder/TakeBackWorkOrder", {
  788. workorderid: str,
  789. token: $.cookie("token")
  790. }, function (result) {
  791. result = JSON.parse(result);
  792. if (result.state.toLowerCase() == "success") {
  793. layer.msg("回收");
  794. load();
  795. }
  796. })
  797. });
  798. }
  799. //强制回收
  800. function recycles() {
  801. layer.confirm('确定要强制退回吗?', {
  802. btn: ['是', '否'] //按钮
  803. });
  804. }
  805. //退回申请
  806. function th(str) {
  807. layer.open({
  808. type: 2,
  809. content: "../CommonHtml/tuihuisq.html?wid=" + str, //iframe的url,no代表不显示滚动条
  810. title: '申请退回工单',
  811. area: ['60%', '80%'], //宽高
  812. });
  813. }
  814. //审核退回申请
  815. function shth(str) {
  816. layer.open({
  817. type: 2,
  818. content: "../CommonHtml/shth.html?wid=" + str, //iframe的url,no代表不显示滚动条
  819. title: '审核退回申请',
  820. area: ['60%', '80%'], //宽高
  821. });
  822. }
  823. //办理
  824. // function th(str) {
  825. // layer.open({
  826. // type: 2,
  827. // content: "../CommonHtml/tuihuisq.html?wid=" + str, //iframe的url,no代表不显示滚动条
  828. // title: '办理工单',
  829. // area: ['35%', '30%'], //宽高
  830. // });
  831. // }
  832. //申请延时
  833. function ys(str) {
  834. layer.open({
  835. type: 2,
  836. content: "../CommonHtml/Timesq.html?wid=" + str, //iframe的url,no代表不显示滚动条
  837. title: '申请延时',
  838. area: ['60%', '80%'], //宽高
  839. });
  840. }
  841. //审核申请延时
  842. function shys(str) {
  843. layer.open({
  844. type: 2,
  845. content: "../CommonHtml/shtime.html?wid=" + str, //iframe的url,no代表不显示滚动条
  846. title: '审核延时申请',
  847. area: ['60%', '80%'], //宽高
  848. });
  849. }
  850. //诉求回访
  851. function hf(str) {
  852. layer.open({
  853. type: 2,
  854. content: "../CommonHtml/Back.html?wid=" + str, //iframe的url,no代表不显示滚动条
  855. title: '工单回访',
  856. area: ['60%', '80%'], //宽高
  857. });
  858. }
  859. //重办工单
  860. function cb(str) {
  861. layer.open({
  862. type: 2,
  863. content: "../CommonHtml/Cb.html?wid=" + str, //iframe的url,no代表不显示滚动条
  864. title: '重办工单',
  865. area: ['60%', '80%'], //宽高
  866. });
  867. }
  868. //审核
  869. function audit(str) {
  870. layer.open({
  871. type: 2,
  872. content: "../CommonHtml/AuditDatil.html?wid=" + str, //iframe的url,no代表不显示滚动条
  873. title: '审核',
  874. area: ['60%', '80%'], //宽高
  875. });
  876. }
  877. //结案
  878. function Lawsuit(str) {
  879. layer.open({
  880. type: 2,
  881. content: "../CommonHtml/lawsuits.html?wid=" + str, //iframe的url,no代表不显示滚动条
  882. title: '诉求单结案',
  883. area: ['60%', '80%'], //宽高
  884. });
  885. }
  886. $('.Appeal').click(function () {
  887. layer.open({
  888. type: 2,
  889. content: "../CommonHtml/AddAppeal.html?wid=", //iframe的url,no代表不显示滚动条
  890. title: '新增诉求',
  891. area: ['85%', '80%'], //宽高
  892. });
  893. })
  894. //上传文件
  895. function upload() {
  896. if (document.getElementById("upFile").files.length > 0) {
  897. var formData = new FormData();
  898. formData.append("upFile", document.getElementById("upFile").files[0]);
  899. formData.append("token", $.cookie("token"));
  900. $.ajax({
  901. url: huayi.config.callcenter_url + "/WorkOrder/UploadFile",
  902. type: "POST",
  903. data: formData,
  904. /**
  905. *必须false才会自动加上正确的Content-Type
  906. */
  907. contentType: false,
  908. /**
  909. * 必须false才会避开jQuery对 formdata 的默认处理
  910. * XMLHttpRequest会对 formdata 进行正确的处理
  911. */
  912. processData: false,
  913. success: function (result) {
  914. document.getElementById("upFile").outerHTML = document.getElementById("upFile")
  915. .outerHTML;
  916. $("#upFile").change(function () {
  917. upload();
  918. });
  919. var r = $.parseJSON(result);
  920. if (r.state.toLowerCase() == "success") {
  921. $(".fjnr").text(r.data);
  922. $("#scfj").show();
  923. }
  924. }
  925. });
  926. } else {
  927. layer.confirm('请上传文件!', {
  928. btn: ['确定']
  929. });
  930. }
  931. }
  932. //来源
  933. function LY(obj) {
  934. obj.empty();
  935. obj.append('<option selected="selected" value="">请选择</option>');
  936. $.getJSON(huayi.config.callcenter_url + "Dictionary/GetDicValueListById", {
  937. "token": $.cookie("token"),
  938. id: 1
  939. }, function (data) {
  940. if (data.state.toLowerCase() == "success") {
  941. var content = data.data;
  942. $(content).each(function (i, n) {
  943. $("<option value='" + n.F_ValueId + "'>" + n.F_Value + "</option>").appendTo(
  944. obj);
  945. })
  946. }
  947. })
  948. }
  949. //类别
  950. function LB(obj) {
  951. obj.empty();
  952. obj.append('<option selected="selected" value="">请选择</option>');
  953. $.getJSON(huayi.config.callcenter_url + "Dictionary/GetDicValueListById", {
  954. "token": $.cookie("token"),
  955. id: 2
  956. }, function (data) {
  957. if (data.state.toLowerCase() == "success") {
  958. var content = data.data;
  959. $(content).each(function (i, n) {
  960. $("<option value='" + n.F_ValueId + "'>" + n.F_Value + "</option>").appendTo(
  961. obj);
  962. })
  963. }
  964. })
  965. }
  966. // 主题
  967. function ZT(obj) {
  968. obj.empty();
  969. obj.append('<option selected="selected" value="">请选择</option>');
  970. $.getJSON(huayi.config.callcenter_url + "Dictionary/GetDicValueListById", {
  971. "token": $.cookie("token"),
  972. id: 3
  973. }, function (data) {
  974. if (data.state.toLowerCase() == "success") {
  975. var content = data.data;
  976. $(content).each(function (i, n) {
  977. $("<option value='" + n.F_ValueId + "'>" + n.F_Value + "</option>").appendTo(
  978. obj);
  979. })
  980. }
  981. })
  982. }
  983. function tree() {
  984. $.get(huayi.config.callcenter_url + 'Department/GetDeptList', {
  985. "token": $.cookie("token"),
  986. // "pid": pid
  987. }, function (result) {
  988. result = $.parseJSON(result);
  989. $.fn.zTree.init($("#addTreeDemo"), setting1, result.data); //实例化树形图
  990. });
  991. }
  992. var setting1 = {
  993. data: {
  994. key: {
  995. name: "F_DeptName"
  996. },
  997. simpleData: {
  998. enable: true,
  999. idKey: "F_DeptId",
  1000. pIdKey: "F_PartentId",
  1001. rootPId: 0
  1002. }
  1003. },
  1004. callback: {
  1005. onClick: zTreeOnClick
  1006. }
  1007. };
  1008. function zTreeOnClick(event, treeId, treeNode) {
  1009. if (treeNode.level >= 1) {
  1010. $('.inps').val(treeNode.F_DeptName);
  1011. $("#PID").val(treeNode.F_DeptId);
  1012. $("#Dpment").val(treeNode.F_DeptName);
  1013. $(".Cleans").show();
  1014. }
  1015. };
  1016. $(".exportFile").click(function () {
  1017. var usercode_ = $("#ZX").val(); //坐席
  1018. if (usercode_ != null) {
  1019. $(usercode_).each(function (i, n) {
  1020. var obj1 = "";
  1021. obj1 = n + ",";
  1022. usercodeID += obj1;
  1023. });
  1024. } else {
  1025. usercodeID = "";
  1026. }
  1027. // 调度员
  1028. var ddusercodeID = "";
  1029. var ddusercode_ = $("#yardman").val(); //坐席
  1030. if (ddusercode_ != null) {
  1031. $(ddusercode_).each(function (i, n) {
  1032. var obj2 = "";
  1033. obj2 = n + ",";
  1034. ddusercodeID += obj2;
  1035. });
  1036. } else {
  1037. ddusercodeID = "";
  1038. }
  1039. var workid = $("#wids").val()
  1040. var key = $("#key").val() //=关键字
  1041. var tel = $("#tel").val() //=客户电话
  1042. var name = $("#name").val() //=客户名称
  1043. var usercode = usercodeID //=坐席工号
  1044. var ddusercode = ddusercodeID
  1045. var source = $("#source").val() //=来源&
  1046. var starttime = $("#starttime").val() //=开始时间
  1047. var endtime = $("#endtime").val() //=结束时间
  1048. var deptid = $("#PID").val()
  1049. var type = $("#type").val() //=工单类型
  1050. var bigtype = $("#bigtype").val()
  1051. var smalltype = $("#smalltype").val() //=小类别
  1052. var sourcearea = $("#sourceAreas").val() //区域
  1053. var state = $("#state").val() //=工单状态
  1054. var tab = 0;
  1055. var keyid = $("#keyid").val() //=关键词id
  1056. var url = huayi.config.callcenter_url + "WorkOrder/GetDWDealList?token=" + $.cookie("token");
  1057. url += "&workid=" + workid + "&state=" + state + "&type=" + type + "&tab=" + tab + "&key=" + key +
  1058. "&tel=" +
  1059. tel + "&name=" + name + "&usercode=" + usercode + "&ddusercode=" + ddusercode + "&source=" +
  1060. source +
  1061. "&starttime=" + starttime + "&endtime=" + endtime + "&deptid=" + deptid + "&sourcearea=" +
  1062. sourcearea +
  1063. "&bigtype=" + bigtype + "&smalltype=" + smalltype + "&keyid=" + keyid + "&jianhang=1" + "&isdc=1";
  1064. window.location.href = url;
  1065. })
  1066. </script>
  1067. </body>
  1068. </html>