Brak opisu

Resumption.html 28KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005
  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 class="nowPosition">待履职界定</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" style="height: 32px;" />&nbsp;——&nbsp;<input type="text" id="endtime" class="laydate-icon Min-width" style="height: 32px;" />
  272. </td>
  273. <th>区域:</th>
  274. <td >
  275. <select name="" id="sourceAreas" class="select">
  276. </select>
  277. </td>
  278. </tr>
  279. <tr>
  280. <th>工单状态:</th>
  281. <td>
  282. <select name="" id="state" class="select">
  283. <option selected="selected" value="">请选择</option>
  284. <option value="1">待交办</option>
  285. <option value="2">待查收</option>
  286. <option value="3">退回审核中</option>
  287. <option value="4">办理中</option>
  288. <option value="5">延时审核中</option>
  289. <option value="6">已办理</option>
  290. <option value="7">已回访</option>
  291. <option value="8">重办中</option>
  292. <option value="9">已结案</option>
  293. </select>
  294. </td>
  295. <th>工单来源:</th>
  296. <td>
  297. <select class="select_" id="source">
  298. </select>
  299. </td>
  300. <th>主题词:</th>
  301. <td>
  302. <select id="keyid" name="" class="select"></select>
  303. </td>
  304. <th>类型:</th>
  305. <td>
  306. <select class="select_" id="type">
  307. </select>
  308. </td>
  309. </tr>
  310. <tr>
  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. </tr>
  320. <tr>
  321. <th>调度员:</th>
  322. <td>
  323. <select id="yardman" name="select" class="selectpicker show-tick form-control" 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. <th></th>
  343. <td style="text-align: center;">
  344. <botton class="btns Seach">搜索</botton>
  345. <!--<botton class="btns ">导出</botton>-->
  346. </td>
  347. </tr>
  348. </table>
  349. </div>
  350. </div>
  351. <div>
  352. <div style="width: 100%;padding: 10px;">
  353. <table id="orderlist" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
  354. <thead>
  355. <tr>
  356. <th data-checkbox="true"></th>
  357. <th data-field="F_WorkOrderId" data-align="center">工单单号</th>
  358. <th data-field="F_ComTitle" data-formatter="GetCont" data-align="center">诉求标题</th>
  359. <th data-field="DeptName" data-align="center">承办单位</th>
  360. <th data-field="UserName" data-align="center">受理人</th>
  361. <th data-field="F_WorkState" data-align="center" data-formatter="States">办理状态</th>
  362. <th data-field="OverState" data-formatter="OverTime" data-align="center">办理时限</th>
  363. <th data-field="F_WorkOrderId" data-formatter="Dispose" data-align="center">操作</th>
  364. </tr>
  365. </thead>
  366. <tbody class="list"></tbody>
  367. </table>
  368. </div>
  369. </div>
  370. </div>
  371. </div>
  372. <input type="hidden" id="PID" />
  373. <input type="hidden" id="Dpment" />
  374. </div>
  375. <script src="../js/bootstrap-select.js"></script>
  376. <script src="../css/laydate/laydate.js"></script>
  377. <script src="../My97DatePicker/WdatePicker.js"></script>
  378. <script src="../js/zTree/jquery.ztree.core.js"></script>
  379. <script src="../js/search/screen.js"></script>
  380. <script>
  381. $(document).ready(function() {
  382. load();
  383. laydate.skin('blue');
  384. laydate({
  385. elem: '#starttime',
  386. event: 'focus'
  387. });
  388. laydate({
  389. elem: '#endtime',
  390. event: 'focus'
  391. });
  392. });
  393. $("#orderlist").on("click-row.bs.table", function(e, row, ele) {
  394. $('.success').removeClass('success'); //去除之前选中的行的,选中样式
  395. $(ele).addClass('success'); //添加当前选中的 success样式用于区别
  396. });
  397. //获取查询信息
  398. function load() {
  399. //坐席
  400. var usercodeID="";
  401. var usercode_=$("#ZX").val(); //坐席
  402. if (usercode_!=null) {
  403. $(usercode_).each(function (i, n) {
  404. var obj1='';
  405. obj1= n+",";
  406. usercodeID +=obj1;
  407. })
  408. }else{
  409. usercodeID=""
  410. }
  411. // 调度员
  412. var ddusercodeID="";
  413. var ddusercode_=$("#yardman").val(); //坐席
  414. if (ddusercode_!=null) {
  415. $(ddusercode_).each(function (i, n) {
  416. var obj2='';
  417. obj2= n+",";
  418. ddusercodeID +=obj2;
  419. })
  420. }else{
  421. ddusercodeID=""
  422. }
  423. //先销毁表格
  424. $('#orderlist').bootstrapTable('destroy');
  425. //初始化表格,动态从服务器加载数据
  426. $("#orderlist").bootstrapTable({
  427. method: "get", //使用get请求到服务器获取数据
  428. url: huayi.config.callcenter_url + "WorkOrder/GetDWDealList", //获取数据的Servlet地址
  429. contentType: "application/x-www-form-urlencoded",
  430. striped: true, //表格显示条纹
  431. pagination: true, //启动分页
  432. pageSize: 10, //每页显示的记录数
  433. pageNumber: 1, //当前第几页
  434. pageList: [10, 20, 50, 100], //记录数可选列表
  435. search: false, //是否启用查询
  436. showColumns: false, //显示下拉框勾选要显示的列
  437. showRefresh: false, //显示刷新按钮
  438. sidePagination: "server", //表示服务端请求
  439. //设置为undefined可以获取pageNumber,pageSize,searchText,sortName,sortOrder
  440. //设置为limit可以获取limit, offset, search, sort, order
  441. queryParamsType: "undefined",
  442. queryParams: function queryParams(params) { //设置查询参数
  443. var param = {
  444. page: params.pageNumber,
  445. pagesize: params.pageSize,
  446. workid: $("#wids").val(),
  447. state: $("#state").val(), //=工单状态
  448. type: $("#type").val(), //=工单类型
  449. bigtype: $("#bigtype").val(), //=大类别
  450. smalltype: $("#smalltype").val(), //=小类别
  451. key: $("#key").val(), //=关键字
  452. tel: $("#tel").val(), //=客户电话
  453. name: $("#name").val(), //=客户名称
  454. usercode: usercodeID, //=坐席工号
  455. ddusercode: ddusercodeID,
  456. keyid: $("#keyid").val(), //=关键词id
  457. source: $("#source").val(), //=来源&
  458. starttime: $("#starttime").val(), //=开始时间
  459. endtime: $("#endtime").val(), //=结束时间
  460. deptid:$("#PID").val(),
  461. type:$("#type").val(),
  462. tab: 9, //待履职界定
  463. sourcearea:$('#sourceAreas').val(),//区域
  464. token: $.cookie("token")
  465. };
  466. return param;
  467. },
  468. onLoadSuccess: function(data) { //加载成功时执行
  469. // layer.msg("加载成功");
  470. //console.log(data);
  471. },
  472. onLoadError: function() { //加载失败时执行
  473. //layer.msg("加载数据失败", { time: 1500, icon: 2 });
  474. }
  475. });
  476. }
  477. //状态
  478. function States(val, row) {
  479. var html = '';
  480. switch (val + '') {
  481. case '0':
  482. html = '新工单';
  483. if (row.F_IsReturn == 1) {
  484. html = '新工单(回退)';
  485. }
  486. break;
  487. case '1':
  488. html = '待交办';
  489. break;
  490. case '2':
  491. html = '待查收';
  492. break;
  493. case '3':
  494. html = '退回审核中';
  495. break;
  496. case '4':
  497. html = '办理中';
  498. break;
  499. case '5':
  500. html = '延时审核';
  501. break;
  502. case '6':
  503. html = '已办理';
  504. break;
  505. case '7':
  506. html = '已回访';
  507. break;
  508. case '8':
  509. html = '重办中';
  510. break;
  511. case '9':
  512. html = '已结案';
  513. break;
  514. case '10':
  515. html = '待审核';
  516. break;
  517. case '11':
  518. html = '重办待交办';
  519. break;
  520. // case '12':
  521. // html = '待审核';
  522. // break;
  523. case '13':
  524. html = '重办驳回';
  525. break;
  526. case '14':
  527. html = '已结案';
  528. break;
  529. }
  530. return html;
  531. }
  532. //音频
  533. function setCode(val) {
  534. if(val) {
  535. return '<div class="imgs" style="cursor: pointer;">' +
  536. '<img src="../img/vice.png" alt="" onclick= "helper.luyin.view(this)" item="' + val + '" />' +
  537. '</div>';
  538. } else {
  539. return '';
  540. }
  541. }
  542. //时限
  543. function OverTime(val,row){
  544. if(val==1){
  545. return '<div class="" style="cursor: pointer;">' +
  546. '<span class="Greens">'+row.LimitTime+'</span>'+
  547. '</div>';
  548. }else if(val==2){
  549. return '<div class="" style="cursor: pointer;">' +
  550. '<span class="Yellows">'+row.LimitTime+'</span>'+
  551. '</div>';
  552. }else if(val==3){
  553. return '<div class="" style="cursor: pointer;">' +
  554. '<span class="Reds">'+row.LimitTime+'</span>'+
  555. '</div>';
  556. }
  557. }
  558. //办理时限
  559. function BanTime(val){
  560. if(val){
  561. var time=val.substring(0,val.indexOf(' '));
  562. return '<div class="" style="cursor: pointer;">' +
  563. '<span>'+val+'</span>'+
  564. '</div>';
  565. }
  566. }
  567. function GetCont(val) {
  568. if(val) {
  569. var str = '<div '
  570. if(val.length > 10) {
  571. str = str + ' title="' + val + '" ';
  572. val = val.substr(0, 10) + "...";
  573. }
  574. return str + '>' + val + '</div>';
  575. } else {
  576. return '';
  577. }
  578. }
  579. //操作
  580. function Dispose(val, row) {
  581. var Rows = row.Buttons;
  582. var html = '';
  583. for(var i = 0; i < Rows.length; i++) {
  584. var html1 = huayi.config.arr[Rows[i].key * 1 - 1];
  585. if(html1) {
  586. html1 = html1.replace("data", val);
  587. }
  588. html += html1;
  589. }
  590. return html;
  591. }
  592. //履职界定
  593. function lzjd(str) {
  594. layer.open({
  595. type: 2,
  596. content: "../CommonHtml/ResumptionDatil.html?wid=" + str, //iframe的url,no代表不显示滚动条
  597. title: '履职界定',
  598. area: ['85%', '80%'], //宽高
  599. })
  600. }
  601. //查看详情
  602. function ckxq(str) {
  603. layer.open({
  604. type: 2,
  605. content: "../CommonHtml/WorkDatil.html?wid=" + str, //iframe的url,no代表不显示滚动条
  606. title: '工单详情',
  607. area: ['85%', '80%'], //宽高
  608. });
  609. }
  610. //编辑
  611. function bj(str) {
  612. layer.open({
  613. type: 2,
  614. content: "../CommonHtml/AddAppeal.html?wid=" + str, //iframe的url,no代表不显示滚动条
  615. title: '编辑工单',
  616. area: ['96%', '85%'], //宽高
  617. });
  618. }
  619. //删除
  620. function move(str) {
  621. layer.confirm('确定删除工单?', {
  622. btn: ['是', '否'] //按钮
  623. }, function() {
  624. $.post(huayi.config.callcenter_url + "WorkOrder/DelWorkOrder", {
  625. ids: str,
  626. token: $.cookie("token")
  627. }, function(result) {
  628. result = JSON.parse(result);
  629. if(result.state.toLowerCase() == "success") {
  630. layer.msg("删除成功");
  631. load();
  632. }
  633. })
  634. });
  635. }
  636. //提交
  637. function tj(str) {
  638. layer.confirm('确定要提交工单么?', {
  639. btn: ['确定', '取消'] //按钮
  640. }, function() {
  641. //请求后台数据
  642. /*发送请求*/
  643. $.post(huayi.config.callcenter_url + "WorkOrder/SubmitWorkOrder", {
  644. ids: str,
  645. token: $.cookie("token")
  646. }, function(result) {
  647. result = JSON.parse(result);
  648. if(result.state.toLowerCase() == "success") {
  649. layer.msg("提交成功");
  650. load();
  651. }
  652. })
  653. });
  654. }
  655. //交办
  656. function jb(str) {
  657. layer.open({
  658. type: 2,
  659. content: "../CommonHtml/jiaoban.html?wid=" + str, //iframe的url,no代表不显示滚动条
  660. title: '工单交办',
  661. area: ['87%', '80%'], //宽高
  662. });
  663. }
  664. //领导批示
  665. function lader(str) {
  666. layer.open({
  667. type: 2,
  668. content: "../CommonHtml/Leader.html?wid=" + str, //iframe的url,no代表不显示滚动条
  669. title: '领导关注',
  670. area: ['60%', '80%'], //宽高
  671. });
  672. }
  673. //市长批示
  674. function city(str) {
  675. layer.open({
  676. type: 2,
  677. content: "../CommonHtml/shizhang.html?wid=" + str, //iframe的url,no代表不显示滚动条
  678. title: '市长批示',
  679. area: ['60%', '80%'], //宽高
  680. });
  681. }
  682. //办理
  683. function bl(str) {
  684. layer.open({
  685. type: 2,
  686. content: "../CommonHtml/banli.html?wid=" + str, //iframe的url,no代表不显示滚动条
  687. title: '办理工单',
  688. area: ['60%', '80%'], //宽高
  689. });
  690. }
  691. //督办
  692. function Supervision(str) {
  693. layer.open({
  694. type: 2,
  695. content: "../CommonHtml/Supervision_.html?wid=" + str + '&type=1', //iframe的url,no代表不显示滚动条
  696. title: '督办',
  697. area: ['60%', '80%'], //宽高
  698. });
  699. }
  700. //督查
  701. function Supervision_(str) {
  702. layer.open({
  703. type: 2,
  704. content: "../CommonHtml/Supervision_.html?wid=" + str + '&type=2', //iframe的url,no代表不显示滚动条
  705. title: '监察',
  706. area: ['60%', '80%'], //宽高
  707. });
  708. }
  709. //诉求单结案
  710. function StrongLawsuit(str) {
  711. layer.open({
  712. type: 2,
  713. content: "../CommonHtml/StrongLawsuit.html?wid=" + str, //iframe的url,no代表不显示滚动条
  714. title: '诉求单结案',
  715. area: ['60%', '80%'], //宽高
  716. });
  717. }
  718. //回退BackDtail
  719. function BackDtail(str) {
  720. layer.open({
  721. type: 2,
  722. content: "../CommonHtml/BackDatil.html?wid=" + str, //iframe的url,no代表不显示滚动条
  723. title: '工单回退',
  724. area: ['60%', '80%'], //宽高
  725. });
  726. }
  727. //查收
  728. function cs(str) {
  729. layer.confirm('确定要查收?', {
  730. btn: ['是', '否'] //按钮
  731. }, function() {
  732. $.post(huayi.config.callcenter_url + "WorkOrder/ReceiveWorkOrder", {
  733. workorderid: str,
  734. token: $.cookie("token")
  735. }, function(result) {
  736. result = JSON.parse(result);
  737. if(result.state.toLowerCase() == "success") {
  738. layer.msg("查收成功");
  739. load();
  740. }
  741. })
  742. });
  743. }
  744. //收回
  745. function sh(str) {
  746. layer.confirm('确定要回收?', {
  747. btn: ['是', '否'] //按钮
  748. }, function() {
  749. $.post(huayi.config.callcenter_url + "WorkOrder/TakeBackWorkOrder", {
  750. workorderid: str,
  751. token: $.cookie("token")
  752. }, function(result) {
  753. result = JSON.parse(result);
  754. if(result.state.toLowerCase() == "success") {
  755. layer.msg("回收");
  756. load();
  757. }
  758. })
  759. });
  760. }
  761. //强制回收
  762. function recycles() {
  763. layer.confirm('确定要强制退回吗?', {
  764. btn: ['是', '否'] //按钮
  765. });
  766. }
  767. //退回申请
  768. function th(str) {
  769. layer.open({
  770. type: 2,
  771. content: "../CommonHtml/tuihuisq.html?wid=" + str, //iframe的url,no代表不显示滚动条
  772. title: '申请退回工单',
  773. area: ['60%', '80%'], //宽高
  774. });
  775. }
  776. //审核退回申请
  777. function shth(str) {
  778. layer.open({
  779. type: 2,
  780. content: "../CommonHtml/shth.html?wid=" + str, //iframe的url,no代表不显示滚动条
  781. title: '审核退回申请',
  782. area: ['60%', '80%'], //宽高
  783. });
  784. }
  785. //办理
  786. // function th(str) {
  787. // layer.open({
  788. // type: 2,
  789. // content: "../CommonHtml/tuihuisq.html?wid=" + str, //iframe的url,no代表不显示滚动条
  790. // title: '办理工单',
  791. // area: ['35%', '30%'], //宽高
  792. // });
  793. // }
  794. //申请延时
  795. function ys(str) {
  796. layer.open({
  797. type: 2,
  798. content: "../CommonHtml/Timesq.html?wid=" + str, //iframe的url,no代表不显示滚动条
  799. title: '申请延时',
  800. area: ['60%', '80%'], //宽高
  801. });
  802. }
  803. //审核申请延时
  804. function shys(str) {
  805. layer.open({
  806. type: 2,
  807. content: "../CommonHtml/shtime.html?wid=" + str, //iframe的url,no代表不显示滚动条
  808. title: '审核延时申请',
  809. area: ['60%', '80%'], //宽高
  810. });
  811. }
  812. //诉求回访
  813. function hf(str) {
  814. layer.open({
  815. type: 2,
  816. content: "../CommonHtml/Back.html?wid=" + str, //iframe的url,no代表不显示滚动条
  817. title: '工单回访',
  818. area: ['60%', '80%'], //宽高
  819. });
  820. }
  821. //重办工单
  822. function cb(str) {
  823. layer.open({
  824. type: 2,
  825. content: "../CommonHtml/Cb.html?wid=" + str, //iframe的url,no代表不显示滚动条
  826. title: '重办工单',
  827. area: ['60%', '80%'], //宽高
  828. });
  829. }
  830. //结案
  831. function Lawsuit(str) {
  832. layer.open({
  833. type: 2,
  834. content: "../CommonHtml/lawsuits.html?wid=" + str, //iframe的url,no代表不显示滚动条
  835. title: '诉求单结案',
  836. area: ['60%', '80%'], //宽高
  837. });
  838. }
  839. $('.Appeal').click(function() {
  840. layer.open({
  841. type: 2,
  842. content: "../CommonHtml/AddAppeal.html?wid=", //iframe的url,no代表不显示滚动条
  843. title: '新增诉求',
  844. area: ['85%', '80%'], //宽高
  845. });
  846. })
  847. //上传文件
  848. function upload() {
  849. if(document.getElementById("upFile").files.length > 0) {
  850. var formData = new FormData();
  851. formData.append("upFile", document.getElementById("upFile").files[0]);
  852. formData.append("token", $.cookie("token"));
  853. $.ajax({
  854. url: huayi.config.callcenter_url + "/WorkOrder/UploadFile",
  855. type: "POST",
  856. data: formData,
  857. /**
  858. *必须false才会自动加上正确的Content-Type
  859. */
  860. contentType: false,
  861. /**
  862. * 必须false才会避开jQuery对 formdata 的默认处理
  863. * XMLHttpRequest会对 formdata 进行正确的处理
  864. */
  865. processData: false,
  866. success: function(result) {
  867. document.getElementById("upFile").outerHTML = document.getElementById("upFile").outerHTML;
  868. $("#upFile").change(function() {
  869. upload();
  870. });
  871. var r = $.parseJSON(result);
  872. if(r.state.toLowerCase() == "success") {
  873. $(".fjnr").text(r.data);
  874. $("#scfj").show();
  875. }
  876. }
  877. });
  878. } else {
  879. layer.confirm('请上传文件!', {
  880. btn: ['确定']
  881. });
  882. }
  883. }
  884. //来源
  885. function LY(obj) {
  886. obj.empty();
  887. obj.append('<option selected="selected" value="">请选择</option>');
  888. $.getJSON(huayi.config.callcenter_url + "Dictionary/GetDicValueListById", {
  889. "token": $.cookie("token"),
  890. id: 1
  891. }, function(data) {
  892. if(data.state.toLowerCase() == "success") {
  893. var content = data.data;
  894. $(content).each(function(i, n) {
  895. $("<option value='" + n.F_ValueId + "'>" + n.F_Value + "</option>").appendTo(obj);
  896. })
  897. }
  898. })
  899. }
  900. //类别
  901. function LB(obj) {
  902. obj.empty();
  903. obj.append('<option selected="selected" value="">请选择</option>');
  904. $.getJSON(huayi.config.callcenter_url + "Dictionary/GetDicValueListById", {
  905. "token": $.cookie("token"),
  906. id: 2
  907. }, function(data) {
  908. if(data.state.toLowerCase() == "success") {
  909. var content = data.data;
  910. $(content).each(function(i, n) {
  911. $("<option value='" + n.F_ValueId + "'>" + n.F_Value + "</option>").appendTo(obj);
  912. })
  913. }
  914. })
  915. }
  916. // 主题
  917. function ZT(obj) {
  918. obj.empty();
  919. obj.append('<option selected="selected" value="">请选择</option>');
  920. $.getJSON(huayi.config.callcenter_url + "Dictionary/GetDicValueListById", {
  921. "token": $.cookie("token"),
  922. id: 3
  923. }, function(data) {
  924. if(data.state.toLowerCase() == "success") {
  925. var content = data.data;
  926. $(content).each(function(i, n) {
  927. $("<option value='" + n.F_ValueId + "'>" + n.F_Value + "</option>").appendTo(obj);
  928. })
  929. }
  930. })
  931. }
  932. function tree() {
  933. $.get(huayi.config.callcenter_url + 'Department/GetDeptList', {
  934. "token": $.cookie("token"),
  935. // "pid": pid
  936. }, function(result) {
  937. result = $.parseJSON(result);
  938. $.fn.zTree.init($("#addTreeDemo"), setting1, result.data); //实例化树形图
  939. });
  940. }
  941. var setting1 = {
  942. data: {
  943. key: {
  944. name: "F_DeptName"
  945. },
  946. simpleData: {
  947. enable: true,
  948. idKey: "F_DeptId",
  949. pIdKey: "F_PartentId",
  950. rootPId: 0
  951. }
  952. },
  953. callback: {
  954. onClick: zTreeOnClick
  955. }
  956. };
  957. function zTreeOnClick(event, treeId, treeNode) {
  958. $('.inps').val(treeNode.F_DeptName);
  959. $("#PID").val(treeNode.F_DeptId);
  960. $("#Dpment").val(treeNode.F_DeptName);
  961. $(".Cleans").show();
  962. };
  963. </script>
  964. </body>
  965. </html>