Ei kuvausta

workDelayedAudit.html 24KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603
  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 tab
  192. var exportParams; // 导出参数
  193. $(document).ready(function () {
  194. if (level==="1"||level==="2") {
  195. tab = 9
  196. } else{
  197. tab = 8
  198. }
  199. load();
  200. laydate.skin("blue");
  201. laydate({
  202. elem: "#starttime",
  203. event: "focus",
  204. istime: true,
  205. format: 'YYYY-MM-DD hh:mm:ss'
  206. });
  207. laydate({
  208. elem: "#endtime",
  209. event: "focus",
  210. istime: true,
  211. format: 'YYYY-MM-DD hh:mm:ss'
  212. });
  213. });
  214. //关闭录音弹出
  215. $(".gbly").click(function () {
  216. $(".lyxz").removeClass("cx");
  217. $("audio")[0].pause();
  218. });
  219. $("#orderlist").on("click-row.bs.table", function (e, row, ele) {
  220. $(".success").removeClass("success"); //去除之前选中的行的,选中样式
  221. $(ele).addClass("success"); //添加当前选中的 success样式用于区别
  222. });
  223. //获取查询信息
  224. function load() {
  225. //坐席
  226. var usercodeID = "";
  227. var usercode_ = $("#ZX").val(); //坐席
  228. if (usercode_ != null) {
  229. $(usercode_).each(function (i, n) {
  230. var obj1 = "";
  231. obj1 = n + ",";
  232. usercodeID += obj1;
  233. });
  234. } else {
  235. usercodeID = "";
  236. }
  237. // 调度员
  238. var ddusercodeID = "";
  239. var ddusercode_ = $("#yardman").val(); //坐席
  240. if (ddusercode_ != null) {
  241. $(ddusercode_).each(function (i, n) {
  242. var obj2 = "";
  243. obj2 = n + ",";
  244. ddusercodeID += obj2;
  245. });
  246. } else {
  247. ddusercodeID = "";
  248. }
  249. //先销毁表格
  250. $("#orderlist").bootstrapTable("destroy");
  251. //初始化表格,动态从服务器加载数据
  252. $("#orderlist").bootstrapTable({
  253. method: "get", //使用get请求到服务器获取数据
  254. url: huayi.config.callcenter_url + "WorkOrder/GetEJDWDealList", //获取数据的Servlet地址
  255. contentType: "application/x-www-form-urlencoded",
  256. striped: true, //表格显示条纹
  257. pagination: true, //启动分页
  258. pageSize: 10, //每页显示的记录数
  259. pageNumber: 1, //当前第几页
  260. pageList: [10, 20, 50, 100], //记录数可选列表
  261. search: false, //是否启用查询
  262. showColumns: false, //显示下拉框勾选要显示的列
  263. showRefresh: false, //显示刷新按钮
  264. sidePagination: "server", //表示服务端请求
  265. //设置为undefined可以获取pageNumber,pageSize,searchText,sortName,sortOrder
  266. //设置为limit可以获取limit, offset, search, sort, order
  267. queryParamsType: "undefined",
  268. queryParams: function queryParams(params) {
  269. //设置查询参数
  270. var param = {
  271. page: params.pageNumber,
  272. pagesize: params.pageSize,
  273. workid: $("#wids").val(),
  274. state: $("#state").val(), //=工单状态
  275. type: $("#type").val(), //=工单类型
  276. bigtype: $("#bigtype").val(), //=大类别
  277. smalltype: $("#smalltype").val(), //=小类别
  278. key: $("#key").val(), //=关键字
  279. tel: $("#tel").val(), //=客户电话
  280. name: $("#name").val(), //=客户名称
  281. usercode: usercodeID, //=坐席工号
  282. ddusercode: ddusercodeID,
  283. keyid: $("#keyid").val(), //=关键词i d
  284. source: $("#source").val(), //=来源&
  285. starttime: $("#starttime").val(), //=开始时间
  286. endtime: $("#endtime").val(), //=结束时间
  287. deptid: $("#PID").val(),
  288. type: $("#type").val(),
  289. tab: tab, //待处理
  290. distribute: 0,
  291. sourcearea: $("#sourceAreas").val(), //区域
  292. strworkorderid:$("#strworkorderid").val().replace(/\s+/g, ""),
  293. // isys: 0, // 未延时待办理
  294. token: $.cookie("token"),
  295. };
  296. // 导出参数
  297. exportParams = param;
  298. return param;
  299. },
  300. onLoadSuccess: function (data) {
  301. //加载成功时执行
  302. // layer.msg("加载成功");
  303. //console.log(data);
  304. },
  305. onLoadError: function () {
  306. //加载失败时执行
  307. //layer.msg("加载数据失败", { time: 1500, icon: 2 });
  308. },
  309. });
  310. }
  311. //状态
  312. function States(val, row) {
  313. var html = "";
  314. switch (val + "") {
  315. case "0":
  316. html = "新工单";
  317. if (row.F_IsReturn == 1) {
  318. html = "新工单(回退)";
  319. }
  320. break;
  321. case "1":
  322. html = "待审核";
  323. break;
  324. case "2":
  325. html = '<span style="color:#FF0000;">待查收</span>';
  326. break;
  327. case "3":
  328. html = "退回审核中";
  329. break;
  330. case "4":
  331. html = "办理中";
  332. break;
  333. case "5":
  334. html = "延时审核";
  335. break;
  336. case "6":
  337. html = "待审核";
  338. break;
  339. case "7":
  340. html = "已回访";
  341. break;
  342. case "8":
  343. if (String(row.F_Identification) === "0") {
  344. html = "重置转发";
  345. } else if (String(row.F_Identification) === "1") {
  346. html = "退回重办";
  347. } else {
  348. html = "重办中";
  349. }
  350. break;
  351. case "9":
  352. html = "已结案";
  353. break;
  354. case "10":
  355. html = "待审核";
  356. break;
  357. case "11":
  358. html = "重办待交办";
  359. break;
  360. case "12":
  361. html = "待审核";
  362. break;
  363. case "13":
  364. html = "待督办";
  365. break;
  366. }
  367. return html;
  368. }
  369. //时限
  370. function OverTime(val, row) {
  371. if (val == 1) {
  372. return (
  373. '<div class="" style="cursor: pointer;">' +
  374. '<span class="Greens">' +
  375. row.GapTime +
  376. "</span>" +
  377. "</div>"
  378. );
  379. } else if (val == 2) {
  380. return (
  381. '<div class="" style="cursor: pointer;">' +
  382. '<span class="Yellows">' +
  383. row.GapTime +
  384. "</span>" +
  385. "</div>"
  386. );
  387. } else if (val == 3) {
  388. return (
  389. '<div class="" style="cursor: pointer;">' +
  390. '<span class="Reds">' +
  391. row.GapTime +
  392. "</span>" +
  393. "</div>"
  394. );
  395. }
  396. }
  397. //办理时限
  398. function BanTime(val) {
  399. if (val) {
  400. var time = val.substring(0, val.indexOf(" "));
  401. return (
  402. '<div class="" style="cursor: pointer;">' +
  403. "<span>" +
  404. time +
  405. "</span>" +
  406. "</div>"
  407. );
  408. }
  409. }
  410. //音频
  411. function setCode(val) {
  412. if (val) {
  413. return (
  414. '<div class="imgs" style="cursor: pointer;">' +
  415. '<img src="../img/vice.png" alt="" onclick= "helper.luyin.view(this)" item="' +
  416. val +
  417. '" />' +
  418. "</div>"
  419. );
  420. } else {
  421. return "";
  422. }
  423. }
  424. //编号
  425. function serialNumber(val, row, index) {
  426. return index + 1;
  427. }
  428. function GetCont(val) {
  429. if (val) {
  430. var str = "<div ";
  431. if (val.length > 10) {
  432. str = str + ' title="' + val + '" ';
  433. val = val.substr(0, 10) + "...";
  434. }
  435. return str + ">" + val + "</div>";
  436. } else {
  437. return "";
  438. }
  439. }
  440. //操作
  441. function Dispose(val, row) {
  442. var Rows = row.Buttons;
  443. var html = "";
  444. for (var i = 0; i < Rows.length; i++) {
  445. var html1 = huayi.config.arr[Rows[i].key * 1 - 1];
  446. if (html1) {
  447. html1 = html1.replace("data", val);
  448. html1 = html1.replace("isProtect", row.F_IsProtect);
  449. html1 = html1.replace("row", row.F_MainDeptId);
  450. html1 = html1.replace("isSPT", row.SourceName);
  451. }
  452. html += html1;
  453. }
  454. return html;
  455. }
  456. //来源
  457. function LY(obj) {
  458. obj.empty();
  459. obj.append(
  460. '<option selected="selected" value="">请选择</option>'
  461. );
  462. $.getJSON(
  463. huayi.config.callcenter_url +
  464. "Dictionary/GetDicValueListById", {
  465. token: $.cookie("token"),
  466. id: 1,
  467. },
  468. function (data) {
  469. if (data.state.toLowerCase() == "success") {
  470. var content = data.data;
  471. $(content).each(function (i, n) {
  472. $(
  473. "<option value='" +
  474. n.F_ValueId +
  475. "'>" +
  476. n.F_Value +
  477. "</option>"
  478. ).appendTo(obj);
  479. });
  480. }
  481. }
  482. );
  483. }
  484. //类别
  485. function LB(obj) {
  486. obj.empty();
  487. obj.append(
  488. '<option selected="selected" value="">请选择</option>'
  489. );
  490. $.getJSON(
  491. huayi.config.callcenter_url +
  492. "Dictionary/GetDicValueListById", {
  493. token: $.cookie("token"),
  494. id: 2,
  495. },
  496. function (data) {
  497. if (data.state.toLowerCase() == "success") {
  498. var content = data.data;
  499. $(content).each(function (i, n) {
  500. $(
  501. "<option value='" +
  502. n.F_ValueId +
  503. "'>" +
  504. n.F_Value +
  505. "</option>"
  506. ).appendTo(obj);
  507. });
  508. }
  509. }
  510. );
  511. }
  512. // 主题
  513. function ZT(obj) {
  514. obj.empty();
  515. obj.append(
  516. '<option selected="selected" value="">请选择</option>'
  517. );
  518. $.getJSON(
  519. huayi.config.callcenter_url +
  520. "Dictionary/GetDicValueListById", {
  521. token: $.cookie("token"),
  522. id: 3,
  523. },
  524. function (data) {
  525. if (data.state.toLowerCase() == "success") {
  526. var content = data.data;
  527. $(content).each(function (i, n) {
  528. $(
  529. "<option value='" +
  530. n.F_ValueId +
  531. "'>" +
  532. n.F_Value +
  533. "</option>"
  534. ).appendTo(obj);
  535. });
  536. }
  537. }
  538. );
  539. }
  540. function tree() {
  541. $.get(
  542. huayi.config.callcenter_url + "Department/GetDeptList", {
  543. token: $.cookie("token"),
  544. // "pid": pid
  545. },
  546. function (result) {
  547. result = $.parseJSON(result);
  548. $.fn.zTree.init(
  549. $("#addTreeDemo"),
  550. setting1,
  551. result.data
  552. ); //实例化树形图
  553. }
  554. );
  555. }
  556. var setting1 = {
  557. data: {
  558. key: {
  559. name: "F_DeptName",
  560. },
  561. simpleData: {
  562. enable: true,
  563. idKey: "F_DeptId",
  564. pIdKey: "F_PartentId",
  565. rootPId: 0,
  566. },
  567. },
  568. callback: {
  569. onClick: zTreeOnClick,
  570. },
  571. };
  572. function zTreeOnClick(event, treeId, treeNode) {
  573. $(".inps").val(treeNode.F_DeptName);
  574. $("#PID").val(treeNode.F_DeptId);
  575. $("#Dpment").val(treeNode.F_DeptName);
  576. $(".Cleans").show();
  577. }
  578. // 导出文件
  579. $(".exportFile").click(function() {
  580. exportParams.isdc = 1;
  581. console.log(exportParams)
  582. exportFileFun("WorkOrder/GetDWDealList", exportParams)
  583. })
  584. </script>
  585. </body>
  586. </html>