Nessuna descrizione

expiredWorkOrders.html 27KB

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