Sin descripción

workDelayedAudit.html 24KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605
  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="javaScript:;">办理单位</a>&gt;
  22. <a href="" class="nowPosition">待办事项</a>
  23. </sapn>
  24. </div>
  25. <div class="dhRight">
  26. <a href="" title="刷新"><i class="fa fa-refresh"></i></a>
  27. </div>
  28. </div>
  29. <div style="padding: 10px" class="tj_content clearFix">
  30. <div style="padding: 10px" class="tj_content clearFix">
  31. <div>
  32. <span>【搜索信息】</span>
  33. <div class="box_content">
  34. <table id="sqzx" style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
  35. <tr>
  36. <th>工单来源:</th>
  37. <td>
  38. <select class="form-control" id="source">
  39. </select>
  40. </td>
  41. <th>来电号码:</th>
  42. <td>
  43. <input type="text" id="tel" class="form-control" />
  44. </td>
  45. <th>录入时间:</th>
  46. <td colspan="3">
  47. <input type="text" id="starttime" class="photo x-color laydate-icon"
  48. autocomplete="off" style="height: 35px;" />&nbsp;——&nbsp;<input type="text"
  49. id="endtime" class="photo x-color laydate-icon" autocomplete="off"
  50. style="height: 35px;" />
  51. </td>
  52. </tr>
  53. <tr>
  54. <th>事项编号:</th>
  55. <td>
  56. <input type="text" placeholder="输入工单号" id="wids" class="form-control" />
  57. </td>
  58. <th><span class="nameJustified">来电人:</span></th>
  59. <td>
  60. <input type="text" id="name" class="form-control" />
  61. </td>
  62. <th><span class="nameJustified">关键字:</span></th>
  63. <td>
  64. <input type="text" placeholder="输入关键字" id="key" class="form-control Min-width" />
  65. <botton class="btns Seach">搜索</botton>
  66. </td>
  67. </tr>
  68. <tr>
  69. <!-- <th>受话坐席:</th>
  70. <td>
  71. <select id="ZX" name="select" class="selectpicker show-tick form-control" multiple
  72. data-live-search="true">
  73. <option value="">请选择坐席</option>
  74. </select>
  75. </td>
  76. <th><span class="nameJustified">审核员:</span></th>
  77. <td>
  78. <select id="yardman" name="select" class="selectpicker show-tick form-control"
  79. multiple data-live-search="true">
  80. <option value="">请选择调度员</option>
  81. </select>
  82. </td> -->
  83. </tr>
  84. <tr>
  85. <th>承办单位:</th>
  86. <td style="position: relative;">
  87. <div class="inpBox">
  88. <input type="text" class="inps" />
  89. <i class="Cleans fa fa-close"></i>
  90. <i class="xl xl_one"></i>
  91. <div class="addTree xlAdd">
  92. <ul id="addTreeDemo" class="ztree"></ul>
  93. </div>
  94. </div>
  95. <div class="selDpart1">
  96. <ul id="sponsor">
  97. </ul>
  98. </div>
  99. </td>
  100. <th>来电类型:</th>
  101. <td>
  102. <select class="form-control" id="type">
  103. </select>
  104. </td>
  105. <th>反映区域:</th>
  106. <td>
  107. <select name="" id="sourceAreas" class="form-control Min-width">
  108. </select>
  109. <botton class="btns exportFile">导出</botton>
  110. </td>
  111. </tr>
  112. <tr>
  113. <th>省平台编号:</th>
  114. <td>
  115. <input type="text" placeholder="输入工单号" id="strworkorderid" class="form-control" />
  116. </td>
  117. </tr>
  118. </table>
  119. </div>
  120. </div>
  121. <div>
  122. <div style="width: 100%; padding: 10px">
  123. <table id="orderlist" data-row-style="rowStyle" data-query-params="queryParams"
  124. data-pagination="true">
  125. <thead>
  126. <tr>
  127. <th data-formatter="serialNumber" data-align="center">
  128. 序号
  129. </th>
  130. <th data-field="F_WorkOrderId" data-formatter="View" data-align="center">
  131. 工单单号
  132. </th>
  133. <th data-field="F_ComTitle" data-formatter="GetCont" data-align="center">
  134. 诉求标题
  135. </th>
  136. <th data-field="DeptName" data-align="center">
  137. 承办单位
  138. </th>
  139. <!-- <th data-field="OtherDeptName" data-align="center">
  140. 协办单位
  141. </th> -->
  142. <!-- <th data-field="UserName" data-align="center">
  143. 受理人
  144. </th> -->
  145. <th data-field="F_WorkState" data-align="center" data-formatter="States">
  146. 办理状态
  147. </th>
  148. <!--<th data-field="FilePath" data-formatter="setCode" data-align="center">录音</th>-->
  149. <th data-field="OverState" data-formatter="OverTime" data-align="center">
  150. 时限
  151. </th>
  152. <th data-field="LimitTime" data-formatter="BanTime" data-align="center">
  153. 办理时限
  154. </th>
  155. <th data-field="F_WorkOrderId" data-formatter="Dispose" data-align="center">
  156. 操作
  157. </th>
  158. </tr>
  159. </thead>
  160. <tbody class="list"></tbody>
  161. </table>
  162. </div>
  163. </div>
  164. </div>
  165. </div>
  166. <!--下载框-->
  167. <div class="t-shade lyxz">
  168. <div class="shade_k">
  169. <div class="shade_title">
  170. <span>录音播放与下载<srong class="cknum"></srong></span>
  171. <span class="setwin gbly"><a>x</a></span>
  172. </div>
  173. <div class="shade_content">
  174. <div class="Ly_box audiojs"></div>
  175. </div>
  176. </div>
  177. </div>
  178. <input type="hidden" id="PID" />
  179. <input type="hidden" id="Dpment" />
  180. </div>
  181. <script src="../js/layui/layui.js"></script>
  182. <script src="../js/bootstrap-select.js"></script>
  183. <script src="../css/laydate/laydate.js"></script>
  184. <script src="../My97DatePicker/WdatePicker.js"></script>
  185. <script src="../js/zTree/jquery.ztree.core.js"></script>
  186. <script src="../js/search/screen.js"></script>
  187. <script src="../js/WorkOrder/WorkOrderList.js"></script>
  188. <script src="./js/secondaryUnit.js"></script>
  189. <script>
  190. var level = helper.request.queryString("level");
  191. var jianhang = helper.request.queryString("jianhang");
  192. var tab
  193. var exportParams; // 导出参数
  194. $(document).ready(function () {
  195. if (level==="1"||level==="2") {
  196. tab = 9
  197. } else{
  198. tab = 8
  199. }
  200. load();
  201. laydate.skin("blue");
  202. laydate({
  203. elem: "#starttime",
  204. event: "focus",
  205. istime: true,
  206. format: 'YYYY-MM-DD hh:mm:ss'
  207. });
  208. laydate({
  209. elem: "#endtime",
  210. event: "focus",
  211. istime: true,
  212. format: 'YYYY-MM-DD hh:mm:ss'
  213. });
  214. });
  215. //关闭录音弹出
  216. $(".gbly").click(function () {
  217. $(".lyxz").removeClass("cx");
  218. $("audio")[0].pause();
  219. });
  220. $("#orderlist").on("click-row.bs.table", function (e, row, ele) {
  221. $(".success").removeClass("success"); //去除之前选中的行的,选中样式
  222. $(ele).addClass("success"); //添加当前选中的 success样式用于区别
  223. });
  224. //获取查询信息
  225. function load() {
  226. //坐席
  227. var usercodeID = "";
  228. var usercode_ = $("#ZX").val(); //坐席
  229. if (usercode_ != null) {
  230. $(usercode_).each(function (i, n) {
  231. var obj1 = "";
  232. obj1 = n + ",";
  233. usercodeID += obj1;
  234. });
  235. } else {
  236. usercodeID = "";
  237. }
  238. // 调度员
  239. var ddusercodeID = "";
  240. var ddusercode_ = $("#yardman").val(); //坐席
  241. if (ddusercode_ != null) {
  242. $(ddusercode_).each(function (i, n) {
  243. var obj2 = "";
  244. obj2 = n + ",";
  245. ddusercodeID += obj2;
  246. });
  247. } else {
  248. ddusercodeID = "";
  249. }
  250. //先销毁表格
  251. $("#orderlist").bootstrapTable("destroy");
  252. //初始化表格,动态从服务器加载数据
  253. $("#orderlist").bootstrapTable({
  254. method: "get", //使用get请求到服务器获取数据
  255. url: huayi.config.callcenter_url + "WorkOrder/GetEJDWDealList", //获取数据的Servlet地址
  256. contentType: "application/x-www-form-urlencoded",
  257. striped: true, //表格显示条纹
  258. pagination: true, //启动分页
  259. pageSize: 10, //每页显示的记录数
  260. pageNumber: 1, //当前第几页
  261. pageList: [10, 20, 50, 100], //记录数可选列表
  262. search: false, //是否启用查询
  263. showColumns: false, //显示下拉框勾选要显示的列
  264. showRefresh: false, //显示刷新按钮
  265. sidePagination: "server", //表示服务端请求
  266. //设置为undefined可以获取pageNumber,pageSize,searchText,sortName,sortOrder
  267. //设置为limit可以获取limit, offset, search, sort, order
  268. queryParamsType: "undefined",
  269. queryParams: function queryParams(params) {
  270. //设置查询参数
  271. var param = {
  272. page: params.pageNumber,
  273. pagesize: params.pageSize,
  274. workid: $("#wids").val(),
  275. state: $("#state").val(), //=工单状态
  276. type: $("#type").val(), //=工单类型
  277. bigtype: $("#bigtype").val(), //=大类别
  278. smalltype: $("#smalltype").val(), //=小类别
  279. key: $("#key").val(), //=关键字
  280. tel: $("#tel").val(), //=客户电话
  281. name: $("#name").val(), //=客户名称
  282. usercode: usercodeID, //=坐席工号
  283. ddusercode: ddusercodeID,
  284. keyid: $("#keyid").val(), //=关键词i d
  285. source: $("#source").val(), //=来源&
  286. starttime: $("#starttime").val(), //=开始时间
  287. endtime: $("#endtime").val(), //=结束时间
  288. deptid: $("#PID").val(),
  289. type: $("#type").val(),
  290. tab: tab, //待处理
  291. distribute: 0,
  292. sourcearea: $("#sourceAreas").val(), //区域
  293. strworkorderid:$("#strworkorderid").val().replace(/\s+/g, ""),
  294. jianhang: jianhang,
  295. // isys: 0, // 未延时待办理
  296. token: $.cookie("token"),
  297. };
  298. // 导出参数
  299. exportParams = param;
  300. return param;
  301. },
  302. onLoadSuccess: function (data) {
  303. //加载成功时执行
  304. // layer.msg("加载成功");
  305. //console.log(data);
  306. },
  307. onLoadError: function () {
  308. //加载失败时执行
  309. //layer.msg("加载数据失败", { time: 1500, icon: 2 });
  310. },
  311. });
  312. }
  313. //状态
  314. function States(val, row) {
  315. var html = "";
  316. switch (val + "") {
  317. case "0":
  318. html = "新工单";
  319. if (row.F_IsReturn == 1) {
  320. html = "新工单(回退)";
  321. }
  322. break;
  323. case "1":
  324. html = "待审核";
  325. break;
  326. case "2":
  327. html = '<span style="color:#FF0000;">待查收</span>';
  328. break;
  329. case "3":
  330. html = "退回审核中";
  331. break;
  332. case "4":
  333. html = "办理中";
  334. break;
  335. case "5":
  336. html = "延时审核";
  337. break;
  338. case "6":
  339. html = "待审核";
  340. break;
  341. case "7":
  342. html = "已回访";
  343. break;
  344. case "8":
  345. if (String(row.F_Identification) === "0") {
  346. html = "重置转发";
  347. } else if (String(row.F_Identification) === "1") {
  348. html = "退回重办";
  349. } else {
  350. html = "重办中";
  351. }
  352. break;
  353. case "9":
  354. html = "已结案";
  355. break;
  356. case "10":
  357. html = "待审核";
  358. break;
  359. case "11":
  360. html = "重办待交办";
  361. break;
  362. case "12":
  363. html = "待审核";
  364. break;
  365. case "13":
  366. html = "待督办";
  367. break;
  368. }
  369. return html;
  370. }
  371. //时限
  372. function OverTime(val, row) {
  373. if (val == 1) {
  374. return (
  375. '<div class="" style="cursor: pointer;">' +
  376. '<span class="Greens">' +
  377. row.GapTime +
  378. "</span>" +
  379. "</div>"
  380. );
  381. } else if (val == 2) {
  382. return (
  383. '<div class="" style="cursor: pointer;">' +
  384. '<span class="Yellows">' +
  385. row.GapTime +
  386. "</span>" +
  387. "</div>"
  388. );
  389. } else if (val == 3) {
  390. return (
  391. '<div class="" style="cursor: pointer;">' +
  392. '<span class="Reds">' +
  393. row.GapTime +
  394. "</span>" +
  395. "</div>"
  396. );
  397. }
  398. }
  399. //办理时限
  400. function BanTime(val) {
  401. if (val) {
  402. var time = val.substring(0, val.indexOf(" "));
  403. return (
  404. '<div class="" style="cursor: pointer;">' +
  405. "<span>" +
  406. time +
  407. "</span>" +
  408. "</div>"
  409. );
  410. }
  411. }
  412. //音频
  413. function setCode(val) {
  414. if (val) {
  415. return (
  416. '<div class="imgs" style="cursor: pointer;">' +
  417. '<img src="../img/vice.png" alt="" onclick= "helper.luyin.view(this)" item="' +
  418. val +
  419. '" />' +
  420. "</div>"
  421. );
  422. } else {
  423. return "";
  424. }
  425. }
  426. //编号
  427. function serialNumber(val, row, index) {
  428. return index + 1;
  429. }
  430. function GetCont(val) {
  431. if (val) {
  432. var str = "<div ";
  433. if (val.length > 10) {
  434. str = str + ' title="' + val + '" ';
  435. val = val.substr(0, 10) + "...";
  436. }
  437. return str + ">" + val + "</div>";
  438. } else {
  439. return "";
  440. }
  441. }
  442. //操作
  443. function Dispose(val, row) {
  444. var Rows = row.Buttons;
  445. var html = "";
  446. for (var i = 0; i < Rows.length; i++) {
  447. var html1 = huayi.config.arr[Rows[i].key * 1 - 1];
  448. if (html1) {
  449. html1 = html1.replace("data", val);
  450. html1 = html1.replace("isProtect", row.F_IsProtect);
  451. html1 = html1.replace("row", row.F_MainDeptId);
  452. html1 = html1.replace("isSPT", row.SourceName);
  453. }
  454. html += html1;
  455. }
  456. return html;
  457. }
  458. //来源
  459. function LY(obj) {
  460. obj.empty();
  461. obj.append(
  462. '<option selected="selected" value="">请选择</option>'
  463. );
  464. $.getJSON(
  465. huayi.config.callcenter_url +
  466. "Dictionary/GetDicValueListById", {
  467. token: $.cookie("token"),
  468. id: 1,
  469. },
  470. function (data) {
  471. if (data.state.toLowerCase() == "success") {
  472. var content = data.data;
  473. $(content).each(function (i, n) {
  474. $(
  475. "<option value='" +
  476. n.F_ValueId +
  477. "'>" +
  478. n.F_Value +
  479. "</option>"
  480. ).appendTo(obj);
  481. });
  482. }
  483. }
  484. );
  485. }
  486. //类别
  487. function LB(obj) {
  488. obj.empty();
  489. obj.append(
  490. '<option selected="selected" value="">请选择</option>'
  491. );
  492. $.getJSON(
  493. huayi.config.callcenter_url +
  494. "Dictionary/GetDicValueListById", {
  495. token: $.cookie("token"),
  496. id: 2,
  497. },
  498. function (data) {
  499. if (data.state.toLowerCase() == "success") {
  500. var content = data.data;
  501. $(content).each(function (i, n) {
  502. $(
  503. "<option value='" +
  504. n.F_ValueId +
  505. "'>" +
  506. n.F_Value +
  507. "</option>"
  508. ).appendTo(obj);
  509. });
  510. }
  511. }
  512. );
  513. }
  514. // 主题
  515. function ZT(obj) {
  516. obj.empty();
  517. obj.append(
  518. '<option selected="selected" value="">请选择</option>'
  519. );
  520. $.getJSON(
  521. huayi.config.callcenter_url +
  522. "Dictionary/GetDicValueListById", {
  523. token: $.cookie("token"),
  524. id: 3,
  525. },
  526. function (data) {
  527. if (data.state.toLowerCase() == "success") {
  528. var content = data.data;
  529. $(content).each(function (i, n) {
  530. $(
  531. "<option value='" +
  532. n.F_ValueId +
  533. "'>" +
  534. n.F_Value +
  535. "</option>"
  536. ).appendTo(obj);
  537. });
  538. }
  539. }
  540. );
  541. }
  542. function tree() {
  543. $.get(
  544. huayi.config.callcenter_url + "Department/GetDeptList", {
  545. token: $.cookie("token"),
  546. // "pid": pid
  547. },
  548. function (result) {
  549. result = $.parseJSON(result);
  550. $.fn.zTree.init(
  551. $("#addTreeDemo"),
  552. setting1,
  553. result.data
  554. ); //实例化树形图
  555. }
  556. );
  557. }
  558. var setting1 = {
  559. data: {
  560. key: {
  561. name: "F_DeptName",
  562. },
  563. simpleData: {
  564. enable: true,
  565. idKey: "F_DeptId",
  566. pIdKey: "F_PartentId",
  567. rootPId: 0,
  568. },
  569. },
  570. callback: {
  571. onClick: zTreeOnClick,
  572. },
  573. };
  574. function zTreeOnClick(event, treeId, treeNode) {
  575. $(".inps").val(treeNode.F_DeptName);
  576. $("#PID").val(treeNode.F_DeptId);
  577. $("#Dpment").val(treeNode.F_DeptName);
  578. $(".Cleans").show();
  579. }
  580. // 导出文件
  581. $(".exportFile").click(function() {
  582. exportParams.isdc = 1;
  583. console.log(exportParams)
  584. exportFileFun("WorkOrder/GetDWDealList", exportParams)
  585. })
  586. </script>
  587. </body>
  588. </html>