永城市12345 (县级市)- 来源于虞城县12345 - 所有县级统一API

WorkYCS.html 26KB

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