Keine Beschreibung

LeaderYJBProvincialPlatform.html 35KB

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