Ei kuvausta

WorkDCMarketing.html 46KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8" />
  5. <title>待办事项</title>
  6. <script src="../Script/Common/huayi.load.js"></script>
  7. <link rel="stylesheet" href="../css/bootstrap-select.css" />
  8. <script src="../Script/Common/huayi.config.js"></script>
  9. <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
  10. <link rel="stylesheet" href="../css/init.css" />
  11. <style>
  12. #sqzx th {
  13. padding: 5px 8px 5px 0;
  14. text-align: right;
  15. }
  16. .select {
  17. width: 150px;
  18. background-color: #fff;
  19. background-image: none;
  20. border: 1px solid #ccc;
  21. border-radius: 1px;
  22. color: inherit;
  23. padding: 6px 12px;
  24. }
  25. #sex {
  26. background-color: #fff;
  27. background-image: none;
  28. border: 1px solid #ccc;
  29. border-radius: 1px;
  30. color: inherit;
  31. padding: 6px 12px;
  32. }
  33. input {
  34. background-color: #fff;
  35. background-image: none;
  36. border: 1px solid #ccc;
  37. border-radius: 1px;
  38. color: inherit;
  39. padding: 6px 12px;
  40. }
  41. #sqzx td {
  42. padding: 6px 0 5px 10px;
  43. }
  44. .lxr ul li {
  45. float: left;
  46. list-style: none;
  47. width: 30%;
  48. margin-bottom: 5px;
  49. padding-top: 10px;
  50. }
  51. .clearFix:after {
  52. content: "";
  53. display: block;
  54. clear: both;
  55. }
  56. .form-group {
  57. padding-left: 40px;
  58. margin-bottom: 0;
  59. }
  60. textarea {
  61. height: 70px;
  62. border: 1px solid #ccc;
  63. border-radius: 1px;
  64. width: 50%;
  65. resize: none;
  66. }
  67. .textarea_box {
  68. margin-top: 10px;
  69. }
  70. .box_content {
  71. border-bottom: 1px solid #ccc;
  72. }
  73. .tj_content {
  74. border: 1px solid #e6e6e6;
  75. border-radius: 5px;
  76. }
  77. .t-shade {
  78. position: fixed;
  79. top: 0;
  80. left: 0;
  81. width: 100%;
  82. background: rgba(0, 0, 0, 0.48);
  83. z-index: 10004;
  84. display: none;
  85. }
  86. .lyxz .shade_k {
  87. z-index: 10005;
  88. width: 40%;
  89. left: 30%;
  90. margin: 20% auto;
  91. position: absolute;
  92. background-color: #fff;
  93. box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
  94. border-radius: 5px;
  95. }
  96. .shade_title {
  97. padding: 0 80px 0 20px;
  98. height: 42px;
  99. line-height: 42px;
  100. border-bottom: 1px solid #eee;
  101. font-size: 16px;
  102. color: #ffffff;
  103. overflow: hidden;
  104. background-color: #00a1cb;
  105. border-radius: 2px 2px 0 0;
  106. position: relative;
  107. border-top-left-radius: 5px;
  108. border-top-right-radius: 5px;
  109. }
  110. .cx {
  111. display: block;
  112. }
  113. .setwin {
  114. position: absolute;
  115. right: 15px;
  116. top: 5px;
  117. font-size: 0;
  118. line-height: initial;
  119. }
  120. .setwin a {
  121. position: relative;
  122. width: 16px;
  123. height: 16px;
  124. font-size: 20px;
  125. color: #fff;
  126. }
  127. .xg i {
  128. font-size: 16px;
  129. }
  130. .hidens {
  131. display: none;
  132. }
  133. .Min-width {
  134. width: 150px;
  135. }
  136. .hidens {
  137. display: none;
  138. }
  139. .inpBox {
  140. border: 1px solid #cccccc;
  141. height: 31px;
  142. width: 220px;
  143. display: inline-block;
  144. position: relative;
  145. vertical-align: middle;
  146. position: absolute;
  147. left: 0px;
  148. top: 0px;
  149. z-index: 111;
  150. }
  151. .selDpart1 {
  152. position: absolute;
  153. left: 0px;
  154. top: 30px;
  155. z-index: 11111;
  156. width: 220px;
  157. line-height: 30px;
  158. background: #ffffff;
  159. display: none;
  160. }
  161. #sponsor {
  162. width: 218px;
  163. border: 1px solid #00a1cb;
  164. margin: 0;
  165. padding: 0;
  166. list-style: none;
  167. max-height: 212px;
  168. overflow-x: hidden;
  169. overflow-y: scroll;
  170. }
  171. #sponsor li {
  172. margin: 0;
  173. padding-left: 10px;
  174. width: 220px;
  175. height: 30px;
  176. line-height: 30px;
  177. list-style: none;
  178. }
  179. #sponsor li:hover {
  180. background: #00a1cb;
  181. }
  182. .addTree {
  183. background: #fff;
  184. position: absolute;
  185. width: 100%;
  186. border: 1px solid darkgrey;
  187. right: 0;
  188. top: 29px;
  189. display: none;
  190. z-index: 222;
  191. }
  192. .xl {
  193. display: inline-block;
  194. background: url(../../img/dropDown.png) no-repeat;
  195. height: 100%;
  196. background-position: center center;
  197. width: 20px;
  198. position: absolute;
  199. right: 0;
  200. top: 0px;
  201. /* background-color: #f7bc8b; */
  202. cursor: pointer;
  203. }
  204. .ztree li span {
  205. border: none;
  206. padding: 0;
  207. }
  208. .inps {
  209. width: 217px;
  210. height: 24px;
  211. outline: none;
  212. border: 0;
  213. border-image-width: 0;
  214. padding: 0;
  215. padding-left: 3px;
  216. }
  217. .xl {
  218. display: inline-block;
  219. background: url(../img/dropDown.png) no-repeat;
  220. height: 100%;
  221. background-position: center center;
  222. width: 20px;
  223. position: absolute;
  224. right: 0;
  225. top: 0px;
  226. /* background-color: #f7bc8b; */
  227. cursor: pointer;
  228. }
  229. .Cleans {
  230. display: inline-block;
  231. width: 20px;
  232. position: absolute;
  233. right: 21px;
  234. top: 5px;
  235. display: none;
  236. }
  237. </style>
  238. </head>
  239. <body class="gray-bg">
  240. <div class="wrapper wrapper-content animated fadeInRight">
  241. <div class="daoHang clearfix">
  242. <div class="dhLeft">
  243. <sapn>
  244. <i class="syIcon"></i>位置:
  245. <a href="javaScript:;" id="ReIndex">首页</a>&gt;
  246. <a href="javaScript:;">办理单位</a>&gt;
  247. <a href="" class="nowPosition">待办事项</a>
  248. </sapn>
  249. </div>
  250. <div class="dhRight">
  251. <a href="" title="刷新"><i class="fa fa-refresh"></i></a>
  252. </div>
  253. </div>
  254. <div style="padding: 10px" class="tj_content clearFix">
  255. <div style="padding: 10px" class="tj_content clearFix">
  256. <div>
  257. <span>【搜索信息】</span>
  258. <div class="box_content">
  259. <table id="sqzx" style="width: 100%" border="0" cellspacing="0" cellpadding="0">
  260. <tr>
  261. <th>事项编号:</th>
  262. <td>
  263. <input type="text" placeholder="输入工单号" id="wids" class="Min-width" />
  264. </td>
  265. <th>来电号码:</th>
  266. <td>
  267. <input type="text" id="tel" class="Min-width" />
  268. </td>
  269. <th>时间:</th>
  270. <td>
  271. <input type="text" id="starttime" class="laydate-icon Min-width"
  272. style="height: 32px" />&nbsp;——&nbsp;<input type="text" id="endtime"
  273. class="laydate-icon Min-width" style="height: 32px" />
  274. </td>
  275. </tr>
  276. <tr>
  277. <th>关键字:</th>
  278. <td>
  279. <input type="text" placeholder="输入关键字" id="key" class="Min-width" />
  280. </td>
  281. <th>区域:</th>
  282. <td>
  283. <select name="" id="sourceAreas" class="select"></select>
  284. </td>
  285. <!-- <th>工单状态:</th>
  286. <td>
  287. <select name="" id="state" class="select">
  288. <option value="">请选择</option>
  289. <option value="2">待查收</option>
  290. <option value="4">办理中</option>
  291. <option value="8">重办中</option>
  292. </select>
  293. </td> -->
  294. <th>工单来源:</th>
  295. <td>
  296. <select class="select_" id="source"></select>
  297. </td>
  298. </tr>
  299. <tr>
  300. <!-- <th>主题词:</th>
  301. <td>
  302. <select id="keyid" name="" class="select"></select>
  303. </td> -->
  304. <th>类型:</th>
  305. <td>
  306. <select class="select_" id="type"></select>
  307. </td>
  308. <!-- <th>来电人:</th>
  309. <td>
  310. <input
  311. type="text"
  312. id="name"
  313. class="Min-width"
  314. />
  315. </td> -->
  316. </tr>
  317. <tr>
  318. <th>坐席:</th>
  319. <td>
  320. <select id="ZX" name="select" class="selectpicker show-tick form-control" multiple
  321. data-live-search="true">
  322. <option value="">请选择坐席</option>
  323. </select>
  324. </td>
  325. <th>审核员:</th>
  326. <td>
  327. <select id="yardman" name="select" class="selectpicker show-tick form-control"
  328. multiple data-live-search="true">
  329. <option value="">
  330. 请选择审核员
  331. </option>
  332. </select>
  333. </td>
  334. <!-- <th>承办单位:</th>
  335. <td style="position: relative">
  336. <div class="inpBox">
  337. <input
  338. type="text"
  339. class="inps"
  340. onkeyup="darptSearch()"
  341. />
  342. <i class="Cleans fa fa-close"></i>
  343. <i class="xl xl_one"></i>
  344. <div class="addTree xlAdd">
  345. <ul
  346. id="addTreeDemo"
  347. class="ztree"
  348. ></ul>
  349. </div>
  350. </div>
  351. <div class="selDpart1">
  352. <ul id="sponsor"></ul>
  353. </div>
  354. </td> -->
  355. <th></th>
  356. <td style="text-align: center">
  357. <botton class="btns Seach">搜索</botton>
  358. <botton class="btns exportFile">导出</botton>
  359. </td>
  360. </tr>
  361. </table>
  362. </div>
  363. </div>
  364. <div>
  365. <div style="width: 100%; padding: 10px">
  366. <table id="orderlist" data-row-style="rowStyle" data-query-params="queryParams"
  367. data-pagination="true">
  368. <thead>
  369. <tr>
  370. <th data-formatter="serialNumber" data-align="center">
  371. 序号
  372. </th>
  373. <th data-field="F_WorkOrderId" data-formatter="View" data-align="center">
  374. 工单单号
  375. </th>
  376. <th data-field="F_ComTitle" data-formatter="GetCont" data-align="center">
  377. 诉求标题
  378. </th>
  379. <th data-field="DeptName" data-align="center">
  380. 承办单位
  381. </th>
  382. <!-- <th data-field="OtherDeptName" data-align="center">
  383. 协办单位
  384. </th> -->
  385. <!-- <th data-field="UserName" data-align="center">
  386. 受理人
  387. </th> -->
  388. <th data-field="F_WorkState" data-align="center" data-formatter="States">
  389. 办理状态
  390. </th>
  391. <!--<th data-field="FilePath" data-formatter="setCode" data-align="center">录音</th>-->
  392. <th data-field="OverState" data-formatter="OverTime" data-align="center">
  393. 时限
  394. </th>
  395. <th data-field="LimitTime" data-formatter="BanTime" data-align="center">
  396. 办理时限
  397. </th>
  398. <th data-field="F_WorkOrderId" data-formatter="Dispose" data-align="center">
  399. 操作
  400. </th>
  401. </tr>
  402. </thead>
  403. <tbody class="list"></tbody>
  404. </table>
  405. </div>
  406. </div>
  407. </div>
  408. </div>
  409. <!--下载框-->
  410. <div class="t-shade lyxz">
  411. <div class="shade_k">
  412. <div class="shade_title">
  413. <span>录音播放与下载<srong class="cknum"></srong></span>
  414. <span class="setwin gbly"><a>x</a></span>
  415. </div>
  416. <div class="shade_content">
  417. <div class="Ly_box audiojs"></div>
  418. </div>
  419. </div>
  420. </div>
  421. <input type="hidden" id="PID" />
  422. <input type="hidden" id="Dpment" />
  423. </div>
  424. <script src="../js/bootstrap-select.js"></script>
  425. <script src="../css/laydate/laydate.js"></script>
  426. <script src="../My97DatePicker/WdatePicker.js"></script>
  427. <script src="../js/zTree/jquery.ztree.core.js"></script>
  428. <script src="../js/search/screen.js"></script>
  429. <script src="../js/WorkOrder/WorkOrderList.js"></script>
  430. <script>
  431. var wid = helper.request.queryString("states");
  432. if (wid) {
  433. $("#state").val(wid);
  434. }
  435. $(document).ready(function () {
  436. load();
  437. laydate.skin("blue");
  438. laydate({
  439. elem: "#starttime",
  440. event: "focus",
  441. });
  442. laydate({
  443. elem: "#endtime",
  444. event: "focus",
  445. });
  446. });
  447. //关闭录音弹出
  448. $(".gbly").click(function () {
  449. $(".lyxz").removeClass("cx");
  450. $("audio")[0].pause();
  451. });
  452. $("#orderlist").on("click-row.bs.table", function (e, row, ele) {
  453. $(".success").removeClass("success"); //去除之前选中的行的,选中样式
  454. $(ele).addClass("success"); //添加当前选中的 success样式用于区别
  455. });
  456. //获取查询信息
  457. function load() {
  458. //坐席
  459. var usercodeID = "";
  460. var usercode_ = $("#ZX").val(); //坐席
  461. if (usercode_ != null) {
  462. $(usercode_).each(function (i, n) {
  463. var obj1 = "";
  464. obj1 = n + ",";
  465. usercodeID += obj1;
  466. });
  467. } else {
  468. usercodeID = "";
  469. }
  470. // 调度员
  471. var ddusercodeID = "";
  472. var ddusercode_ = $("#yardman").val(); //坐席
  473. if (ddusercode_ != null) {
  474. $(ddusercode_).each(function (i, n) {
  475. var obj2 = "";
  476. obj2 = n + ",";
  477. ddusercodeID += obj2;
  478. });
  479. } else {
  480. ddusercodeID = "";
  481. }
  482. //先销毁表格
  483. $("#orderlist").bootstrapTable("destroy");
  484. //初始化表格,动态从服务器加载数据
  485. $("#orderlist").bootstrapTable({
  486. method: "get", //使用get请求到服务器获取数据
  487. url: huayi.config.callcenter_url + "WorkOrder/GetDWDealList", //获取数据的Servlet地址
  488. contentType: "application/x-www-form-urlencoded",
  489. striped: true, //表格显示条纹
  490. pagination: true, //启动分页
  491. pageSize: 10, //每页显示的记录数
  492. pageNumber: 1, //当前第几页
  493. pageList: [10, 20, 50, 100], //记录数可选列表
  494. search: false, //是否启用查询
  495. showColumns: false, //显示下拉框勾选要显示的列
  496. showRefresh: false, //显示刷新按钮
  497. sidePagination: "server", //表示服务端请求
  498. //设置为undefined可以获取pageNumber,pageSize,searchText,sortName,sortOrder
  499. //设置为limit可以获取limit, offset, search, sort, order
  500. queryParamsType: "undefined",
  501. queryParams: function queryParams(params) {
  502. //设置查询参数
  503. var param = {
  504. page: params.pageNumber,
  505. pagesize: params.pageSize,
  506. workid: $("#wids").val(),
  507. state: $("#state").val(), //=工单状态
  508. type: $("#type").val(), //=工单类型
  509. bigtype: $("#bigtype").val(), //=大类别
  510. smalltype: $("#smalltype").val(), //=小类别
  511. key: $("#key").val(), //=关键字
  512. tel: $("#tel").val(), //=客户电话
  513. name: $("#name").val(), //=客户名称
  514. usercode: usercodeID, //=坐席工号
  515. ddusercode: ddusercodeID,
  516. keyid: $("#keyid").val(), //=关键词id
  517. source: $("#source").val(), //=来源&
  518. starttime: $("#starttime").val(), //=开始时间
  519. endtime: $("#endtime").val(), //=结束时间
  520. deptid: $("#PID").val(),
  521. type: $("#type").val(),
  522. tab: 0, //待处理
  523. distribute: 0,
  524. sourcearea: $("#sourceAreas").val(), //区域
  525. jianhang: 3, // 营商环境
  526. token: $.cookie("token"),
  527. };
  528. return param;
  529. },
  530. onLoadSuccess: function (data) {
  531. //加载成功时执行
  532. // layer.msg("加载成功");
  533. //console.log(data);
  534. },
  535. onLoadError: function () {
  536. //加载失败时执行
  537. //layer.msg("加载数据失败", { time: 1500, icon: 2 });
  538. },
  539. });
  540. }
  541. //状态
  542. function States(val, row) {
  543. var html = "";
  544. switch (val + "") {
  545. case "0":
  546. html = "新工单";
  547. if (row.F_IsReturn == 1) {
  548. html = "新工单(回退)";
  549. }
  550. break;
  551. case "1":
  552. html = "待审核";
  553. break;
  554. case "2":
  555. html = '<span style="color:#FF0000;">待查收</span>';
  556. break;
  557. case "3":
  558. html = "退回审核中";
  559. break;
  560. case "4":
  561. html = "办理中";
  562. break;
  563. case "5":
  564. html = "延时审核";
  565. break;
  566. case "6":
  567. html = "待审核";
  568. break;
  569. case "7":
  570. html = "已回访";
  571. break;
  572. case "8":
  573. html = "重办中";
  574. break;
  575. case "9":
  576. html = "已结案";
  577. break;
  578. case "10":
  579. html = "待审核";
  580. break;
  581. case "11":
  582. html = "重办待交办";
  583. break;
  584. case "12":
  585. html = "待审核";
  586. break;
  587. case "13":
  588. html = "待督办";
  589. break;
  590. }
  591. return html;
  592. }
  593. //时限
  594. function OverTime(val, row) {
  595. if (val == 1) {
  596. return (
  597. '<div class="" style="cursor: pointer;">' +
  598. '<span class="Greens">' +
  599. row.GapTime +
  600. "</span>" +
  601. "</div>"
  602. );
  603. } else if (val == 2) {
  604. return (
  605. '<div class="" style="cursor: pointer;">' +
  606. '<span class="Yellows">' +
  607. row.GapTime +
  608. "</span>" +
  609. "</div>"
  610. );
  611. } else if (val == 3) {
  612. return (
  613. '<div class="" style="cursor: pointer;">' +
  614. '<span class="Reds">' +
  615. row.GapTime +
  616. "</span>" +
  617. "</div>"
  618. );
  619. }
  620. }
  621. //办理时限
  622. function BanTime(val) {
  623. if (val) {
  624. var time = val.substring(0, val.indexOf(" "));
  625. return (
  626. '<div class="" style="cursor: pointer;">' +
  627. "<span>" +
  628. time +
  629. "</span>" +
  630. "</div>"
  631. );
  632. }
  633. }
  634. //音频
  635. function setCode(val) {
  636. if (val) {
  637. return (
  638. '<div class="imgs" style="cursor: pointer;">' +
  639. '<img src="../img/vice.png" alt="" onclick= "helper.luyin.view(this)" item="' +
  640. val +
  641. '" />' +
  642. "</div>"
  643. );
  644. } else {
  645. return "";
  646. }
  647. }
  648. //编号
  649. function serialNumber(val, row, index) {
  650. return index + 1;
  651. }
  652. function GetCont(val) {
  653. if (val) {
  654. var str = "<div ";
  655. if (val.length > 10) {
  656. str = str + ' title="' + val + '" ';
  657. val = val.substr(0, 10) + "...";
  658. }
  659. return str + ">" + val + "</div>";
  660. } else {
  661. return "";
  662. }
  663. }
  664. //操作
  665. function Dispose(val, row) {
  666. var Rows = row.Buttons;
  667. var html = "";
  668. for (var i = 0; i < Rows.length; i++) {
  669. var html1 = huayi.config.arr[Rows[i].key * 1 - 1];
  670. if (html1) {
  671. html1 = html1.replace("data", val);
  672. html1 = html1.replace("isProtect", row.F_IsProtect);
  673. html1 = html1.replace("row", row.F_MainDeptId);
  674. }
  675. html += html1;
  676. }
  677. return html;
  678. }
  679. //查看详情
  680. function ckxq(str) {
  681. layer.open({
  682. type: 2,
  683. // content: "../CommonHtml/WorkDatil.html?wid=" + str +
  684. // "&workOrderType=todo", //iframe的url,no代表不显示滚动条
  685. content: "../CommonHtml/WorkDatil.html?wid=" + str, //iframe的url,no代表不显示滚动条
  686. title: "工单详情",
  687. area: ["100%", "100%"], //宽高
  688. });
  689. }
  690. //编辑
  691. function bj(str) {
  692. layer.open({
  693. type: 2,
  694. content: "../CommonHtml/AddAppeal.html?wid=" + str, //iframe的url,no代表不显示滚动条
  695. title: "审核工单",
  696. area: ["96%", "80%"], //宽高
  697. });
  698. }
  699. //删除
  700. function move(str) {
  701. layer.confirm(
  702. "确定删除工单?", {
  703. btn: ["是", "否"], //按钮
  704. },
  705. function () {
  706. $.post(
  707. huayi.config.callcenter_url +
  708. "WorkOrder/DelWorkOrder", {
  709. ids: str,
  710. token: $.cookie("token"),
  711. },
  712. function (result) {
  713. result = JSON.parse(result);
  714. if (result.state.toLowerCase() == "success") {
  715. layer.msg("删除成功");
  716. load();
  717. }
  718. }
  719. );
  720. }
  721. );
  722. }
  723. //提交
  724. function tj(str) {
  725. layer.confirm(
  726. "确定要提交工单么?", {
  727. btn: ["确定", "取消"], //按钮
  728. },
  729. function () {
  730. //请求后台数据
  731. /*发送请求*/
  732. $.post(
  733. huayi.config.callcenter_url +
  734. "WorkOrder/SubmitWorkOrder", {
  735. ids: str,
  736. token: $.cookie("token"),
  737. },
  738. function (result) {
  739. result = JSON.parse(result);
  740. if (result.state.toLowerCase() == "success") {
  741. layer.msg("提交成功");
  742. load();
  743. }
  744. }
  745. );
  746. }
  747. );
  748. }
  749. //交办
  750. function jb(str) {
  751. layer.open({
  752. type: 2,
  753. content: "../CommonHtml/JiaoBan.html?wid=" + str, //iframe的url,no代表不显示滚动条
  754. title: "工单交办",
  755. area: ["87%", "80%"], //宽高
  756. });
  757. }
  758. //领导批示
  759. function lader(str) {
  760. layer.open({
  761. type: 2,
  762. content: "../CommonHtml/Leader.html?wid=" + str, //iframe的url,no代表不显示滚动条
  763. title: "领导批示",
  764. area: ["60%", "80%"], //宽高
  765. });
  766. }
  767. //市长批示
  768. function city(str) {
  769. layer.open({
  770. type: 2,
  771. content: "../CommonHtml/shizhang.html?wid=" + str, //iframe的url,no代表不显示滚动条
  772. title: "领导批示",
  773. area: ["60%", "80%"], //宽高
  774. });
  775. }
  776. //办理
  777. function bl(str, isProtect) {
  778. layer.open({
  779. type: 2,
  780. content: "../CommonHtml/banli.html?wid=" +
  781. str +
  782. "&isProtect=" +
  783. isProtect, //iframe的url,no代表不显示滚动条
  784. title: "办理工单",
  785. area: ["60%", "80%"], //宽高
  786. });
  787. }
  788. //派单
  789. function pd(str) {
  790. layer.open({
  791. type: 2,
  792. content: "../CommonHtml/handle.html?wid=" + str, //iframe的url,no代表不显示滚动条
  793. title: "派单",
  794. area: ["87%", "80%"], //宽高
  795. });
  796. }
  797. //督办
  798. function Supervision(str) {
  799. layer.open({
  800. type: 2,
  801. content: "../CommonHtml/Supervision_.html?wid=" +
  802. str +
  803. "&type=1", //iframe的url,no代表不显示滚动条
  804. title: "督办",
  805. area: ["60%", "80%"], //宽高
  806. });
  807. }
  808. //督查
  809. function Supervision_(str) {
  810. layer.open({
  811. type: 2,
  812. content: "../CommonHtml/Supervision_.html?wid=" +
  813. str +
  814. "&type=2", //iframe的url,no代表不显示滚动条
  815. title: "监察",
  816. area: ["60%", "80%"], //宽高
  817. });
  818. }
  819. //强制结案
  820. function StrongLawsuit(str) {
  821. layer.open({
  822. type: 2,
  823. content: "../CommonHtml/StrongLawsuit.html?wid=" + str, //iframe的url,no代表不显示滚动条
  824. title: "强制结案",
  825. area: ["60%", "80%"], //宽高
  826. });
  827. }
  828. //回退BackDtail
  829. function BackDtail(str) {
  830. layer.open({
  831. type: 2,
  832. content: "../CommonHtml/BackDatil.html?wid=" + str, //iframe的url,no代表不显示滚动条
  833. title: "工单回退",
  834. area: ["60%", "80%"], //宽高
  835. });
  836. }
  837. //查收
  838. function cs(str) {
  839. $.post(
  840. huayi.config.callcenter_url + "WorkOrder/ReceiveWorkOrder", {
  841. workorderid: str,
  842. token: $.cookie("token"),
  843. },
  844. function (result) {
  845. result = JSON.parse(result);
  846. if (result.state.toLowerCase() == "success") {
  847. layer.msg("查收成功");
  848. load();
  849. }
  850. }
  851. );
  852. }
  853. //收回
  854. function sh(str) {
  855. layer.confirm(
  856. "确定要回收?", {
  857. btn: ["是", "否"], //按钮
  858. },
  859. function () {
  860. $.post(
  861. huayi.config.callcenter_url +
  862. "WorkOrder/TakeBackWorkOrder", {
  863. workorderid: str,
  864. token: $.cookie("token"),
  865. },
  866. function (result) {
  867. result = JSON.parse(result);
  868. if (result.state.toLowerCase() == "success") {
  869. layer.msg("回收");
  870. load();
  871. }
  872. }
  873. );
  874. }
  875. );
  876. }
  877. //撤回
  878. function withdraw(str) {
  879. layer.confirm(
  880. "确定要撤回吗?", {
  881. btn: ["是", "否"], //按钮
  882. },
  883. function () {
  884. $.post(
  885. huayi.config.callcenter_url +
  886. "WorkOrder/WithdrawWorkOrder", {
  887. workorderid: str,
  888. token: $.cookie("token"),
  889. },
  890. function (result) {
  891. result = JSON.parse(result);
  892. if (result.state.toLowerCase() == "success") {
  893. layer.msg("撤回成功");
  894. load();
  895. }
  896. }
  897. );
  898. }
  899. );
  900. }
  901. //退回申请
  902. function th(str) {
  903. layer.open({
  904. type: 2,
  905. content: "../CommonHtml/tuihuisq.html?wid=" + str, //iframe的url,no代表不显示滚动条
  906. title: "申请退回工单",
  907. area: ["60%", "80%"], //宽高
  908. });
  909. }
  910. //审核退回申请
  911. function shth(str) {
  912. layer.open({
  913. type: 2,
  914. content: "../CommonHtml/shth.html?wid=" + str, //iframe的url,no代表不显示滚动条
  915. title: "审核退回申请",
  916. area: ["60%", "80%"], //宽高
  917. });
  918. }
  919. //办理
  920. // function th(str) {
  921. // layer.open({
  922. // type: 2,
  923. // content: "../CommonHtml/tuihuisq.html?wid=" + str, //iframe的url,no代表不显示滚动条
  924. // title: '办理工单',
  925. // area: ['35%', '30%'], //宽高
  926. // });
  927. // }
  928. //处理审核
  929. function auditdeal(str) {
  930. layer.open({
  931. type: 2,
  932. content: "../CommonHtml/processing_audit.html?wid=" + str, //iframe的url,no代表不显示滚动条
  933. title: "处理审核",
  934. area: ["80%", "80%"], //宽高
  935. });
  936. }
  937. //转督办
  938. function zdb(str) {
  939. layer.confirm(
  940. "确定督办吗?", {
  941. btn: ["是", "否"], //按钮
  942. },
  943. function () {
  944. $.post(
  945. huayi.config.callcenter_url +
  946. "WorkOrder/RemindWorkOrder", {
  947. workorderid: str,
  948. type: 1,
  949. state: 0,
  950. token: $.cookie("token"),
  951. },
  952. function (result) {
  953. result = JSON.parse(result);
  954. if (result.state.toLowerCase() == "success") {
  955. layer.msg("操作成功");
  956. load();
  957. }
  958. }
  959. );
  960. }
  961. );
  962. }
  963. //申请延时
  964. function ys(str) {
  965. layer.open({
  966. type: 2,
  967. content: "../CommonHtml/Timesq.html?wid=" + str, //iframe的url,no代表不显示滚动条
  968. title: "申请延时",
  969. area: ["60%", "80%"], //宽高
  970. });
  971. }
  972. //审核申请延时
  973. function shys(str) {
  974. layer.open({
  975. type: 2,
  976. content: "../CommonHtml/shtime.html?wid=" + str, //iframe的url,no代表不显示滚动条
  977. title: "审核延时申请",
  978. area: ["60%", "80%"], //宽高
  979. });
  980. }
  981. //诉求回访
  982. function hf(str) {
  983. layer.open({
  984. type: 2,
  985. content: "../CommonHtml/Back.html?wid=" + str, //iframe的url,no代表不显示滚动条
  986. title: "工单回访",
  987. area: ["60%", "80%"], //宽高
  988. });
  989. }
  990. //重办工单
  991. function cb(str) {
  992. layer.open({
  993. type: 2,
  994. content: "../CommonHtml/Cb.html?wid=" + str, //iframe的url,no代表不显示滚动条
  995. title: "重办工单",
  996. area: ["60%", "80%"], //宽高
  997. });
  998. }
  999. //结案
  1000. function Lawsuit(str) {
  1001. layer.open({
  1002. type: 2,
  1003. content: "../CommonHtml/lawsuits.html?wid=" + str, //iframe的url,no代表不显示滚动条
  1004. title: "诉求单结案",
  1005. area: ["60%", "80%"], //宽高
  1006. });
  1007. }
  1008. //退回
  1009. function returnRedo(str) {
  1010. layer.open({
  1011. type: 2,
  1012. content: "../CommonHtml/returnRedo.html?wid=" + str, //iframe的url,no代表不显示滚动条
  1013. title: "退回",
  1014. area: ["60%", "80%"], //宽高
  1015. });
  1016. }
  1017. $(".Appeal").click(function () {
  1018. layer.open({
  1019. type: 2,
  1020. content: "../CommonHtml/AddAppeal.html?wid=", //iframe的url,no代表不显示滚动条
  1021. title: "新增诉求",
  1022. area: ["85%", "80%"], //宽高
  1023. });
  1024. });
  1025. //上传文件
  1026. function upload() {
  1027. if (document.getElementById("upFile").files.length > 0) {
  1028. var formData = new FormData();
  1029. formData.append(
  1030. "upFile",
  1031. document.getElementById("upFile").files[0]
  1032. );
  1033. formData.append("token", $.cookie("token"));
  1034. $.ajax({
  1035. url: huayi.config.callcenter_url +
  1036. "/WorkOrder/UploadFile",
  1037. type: "POST",
  1038. data: formData,
  1039. /**
  1040. *必须false才会自动加上正确的Content-Type
  1041. */
  1042. contentType: false,
  1043. /**
  1044. * 必须false才会避开jQuery对 formdata 的默认处理
  1045. * XMLHttpRequest会对 formdata 进行正确的处理
  1046. */
  1047. processData: false,
  1048. success: function (result) {
  1049. document.getElementById(
  1050. "upFile"
  1051. ).outerHTML = document.getElementById(
  1052. "upFile"
  1053. ).outerHTML;
  1054. $("#upFile").change(function () {
  1055. upload();
  1056. });
  1057. var r = $.parseJSON(result);
  1058. if (r.state.toLowerCase() == "success") {
  1059. $(".fjnr").text(r.data);
  1060. $("#scfj").show();
  1061. }
  1062. },
  1063. });
  1064. } else {
  1065. layer.confirm("请上传文件!", {
  1066. btn: ["确定"],
  1067. });
  1068. }
  1069. }
  1070. //来源
  1071. function LY(obj) {
  1072. obj.empty();
  1073. obj.append(
  1074. '<option selected="selected" value="">请选择</option>'
  1075. );
  1076. $.getJSON(
  1077. huayi.config.callcenter_url +
  1078. "Dictionary/GetDicValueListById", {
  1079. token: $.cookie("token"),
  1080. id: 1,
  1081. },
  1082. function (data) {
  1083. if (data.state.toLowerCase() == "success") {
  1084. var content = data.data;
  1085. $(content).each(function (i, n) {
  1086. $(
  1087. "<option value='" +
  1088. n.F_ValueId +
  1089. "'>" +
  1090. n.F_Value +
  1091. "</option>"
  1092. ).appendTo(obj);
  1093. });
  1094. }
  1095. }
  1096. );
  1097. }
  1098. //类别
  1099. function LB(obj) {
  1100. obj.empty();
  1101. obj.append(
  1102. '<option selected="selected" value="">请选择</option>'
  1103. );
  1104. $.getJSON(
  1105. huayi.config.callcenter_url +
  1106. "Dictionary/GetDicValueListById", {
  1107. token: $.cookie("token"),
  1108. id: 2,
  1109. },
  1110. function (data) {
  1111. if (data.state.toLowerCase() == "success") {
  1112. var content = data.data;
  1113. $(content).each(function (i, n) {
  1114. $(
  1115. "<option value='" +
  1116. n.F_ValueId +
  1117. "'>" +
  1118. n.F_Value +
  1119. "</option>"
  1120. ).appendTo(obj);
  1121. });
  1122. }
  1123. }
  1124. );
  1125. }
  1126. // 主题
  1127. function ZT(obj) {
  1128. obj.empty();
  1129. obj.append(
  1130. '<option selected="selected" value="">请选择</option>'
  1131. );
  1132. $.getJSON(
  1133. huayi.config.callcenter_url +
  1134. "Dictionary/GetDicValueListById", {
  1135. token: $.cookie("token"),
  1136. id: 3,
  1137. },
  1138. function (data) {
  1139. if (data.state.toLowerCase() == "success") {
  1140. var content = data.data;
  1141. $(content).each(function (i, n) {
  1142. $(
  1143. "<option value='" +
  1144. n.F_ValueId +
  1145. "'>" +
  1146. n.F_Value +
  1147. "</option>"
  1148. ).appendTo(obj);
  1149. });
  1150. }
  1151. }
  1152. );
  1153. }
  1154. function tree() {
  1155. $.get(
  1156. huayi.config.callcenter_url + "Department/GetDeptList", {
  1157. token: $.cookie("token"),
  1158. // "pid": pid
  1159. },
  1160. function (result) {
  1161. result = $.parseJSON(result);
  1162. $.fn.zTree.init(
  1163. $("#addTreeDemo"),
  1164. setting1,
  1165. result.data
  1166. ); //实例化树形图
  1167. }
  1168. );
  1169. }
  1170. var setting1 = {
  1171. data: {
  1172. key: {
  1173. name: "F_DeptName",
  1174. },
  1175. simpleData: {
  1176. enable: true,
  1177. idKey: "F_DeptId",
  1178. pIdKey: "F_PartentId",
  1179. rootPId: 0,
  1180. },
  1181. },
  1182. callback: {
  1183. onClick: zTreeOnClick,
  1184. },
  1185. };
  1186. function zTreeOnClick(event, treeId, treeNode) {
  1187. if (treeNode.level >= 1) {
  1188. $(".inps").val(treeNode.F_DeptName);
  1189. $("#PID").val(treeNode.F_DeptId);
  1190. $("#Dpment").val(treeNode.F_DeptName);
  1191. $(".Cleans").show();
  1192. }
  1193. }
  1194. $(".exportFile").click(function () {
  1195. var usercode_ = $("#ZX").val(); //坐席
  1196. if (usercode_ != null) {
  1197. $(usercode_).each(function (i, n) {
  1198. var obj1 = "";
  1199. obj1 = n + ",";
  1200. usercodeID += obj1;
  1201. });
  1202. } else {
  1203. usercodeID = "";
  1204. }
  1205. // 调度员
  1206. var ddusercodeID = "";
  1207. var ddusercode_ = $("#yardman").val(); //坐席
  1208. if (ddusercode_ != null) {
  1209. $(ddusercode_).each(function (i, n) {
  1210. var obj2 = "";
  1211. obj2 = n + ",";
  1212. ddusercodeID += obj2;
  1213. });
  1214. } else {
  1215. ddusercodeID = "";
  1216. }
  1217. // var isproresult = 2 // 已办未果
  1218. var key = $("#key").val() //=关键字
  1219. var tel = $("#tel").val() //=客户电话
  1220. var name = $("#name").val() //=客户名称
  1221. var usercode = usercodeID //=坐席工号
  1222. var ddusercode = ddusercodeID
  1223. var source = $("#source").val() //=来源&
  1224. var starttime = $("#starttime").val() && $("#starttime").val().split(" ~ ")[0] //=开始时间
  1225. var endtime = $("#starttime").val() && $("#starttime").val().split(" ~ ")[1] //=结束时间
  1226. var deptid = $("#PID").val()
  1227. var type = $("#type").val() //=工单类型
  1228. var dealtype = $("#dealtype").val()
  1229. var sourcearea = $("#sourceAreas").val() //区域
  1230. var workid = $("#wids").val()
  1231. var state = "" //=工单状态
  1232. var tab = 0
  1233. var keyid = $("#keyid").val() //=关键词id
  1234. var url = huayi.config.callcenter_url + "WorkOrder/GetDWDealList?token=" + $.cookie("token");
  1235. url += "&workid=" + workid + "&state=" + state + "&tab=" + tab + "&type=" + type + "&key=" + key +
  1236. "&tel=" + tel + "&name=" + name + "&usercode=" + usercode + "&ddusercode=" + ddusercode +
  1237. "&keyid=" + keyid + "&source=" + source + "&starttime=" + starttime + "&endtime=" + endtime +
  1238. "&deptid=" + deptid + "&sourcearea=" + sourcearea + "&dealtype=" + dealtype + "&isdc=1";
  1239. window.location.href = url;
  1240. })
  1241. </script>
  1242. </body>
  1243. </html>