Sin descripción

LeaderDB.html 15KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556
  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, .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: #048aad;
  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 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="key" class="Min-width" />
  264. </td>
  265. <th>工单号:</th>
  266. <td>
  267. <input type="text" placeholder="输入工单号" id="wids" class="Min-width" />
  268. </td>
  269. <th>时间:</th>
  270. <td>
  271. <input type="text" id="starttime" class="laydate-icon Min-width" style="height: 32px;" />&nbsp;——&nbsp;<input type="text" id="endtime" class="laydate-icon Min-width" style="height: 32px;" />
  272. </td>
  273. <th>区域:</th>
  274. <td >
  275. <select name="" id="sourceAreas" class="select">
  276. </select>
  277. </td>
  278. </tr>
  279. <tr>
  280. <th>工单状态:</th>
  281. <td>
  282. <select name="" id="state" class="select">
  283. <option selected="selected" value="">请选择</option>
  284. <option value="1">待交办</option>
  285. <option value="2">待查收</option>
  286. <option value="3">退回审核中</option>
  287. <option value="4">办理中</option>
  288. <option value="5">延时审核中</option>
  289. <option value="6">已办理</option>
  290. <option value="7">已回访</option>
  291. <option value="8">重办中</option>
  292. <option value="9">已结案</option>
  293. </select>
  294. </td>
  295. <th>工单来源:</th>
  296. <td>
  297. <select class="select_" id="source">
  298. </select>
  299. </td>
  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">
  307. </select>
  308. </td>
  309. </tr>
  310. <tr>
  311. <th>投诉电话:</th>
  312. <td>
  313. <input type="text" id="tel" class="Min-width" />
  314. </td>
  315. <th>姓名:</th>
  316. <td>
  317. <input type="text" id="name" class="Min-width"/>
  318. </td>
  319. </tr>
  320. <tr>
  321. <th>调度员:</th>
  322. <td>
  323. <select id="yardman" name="select" class="selectpicker show-tick form-control" multiple data-live-search="true">
  324. <option value="">请选择调度员</option>
  325. </select>
  326. </td>
  327. <th>承办单位:</th>
  328. <td style="position: relative;">
  329. <div class="inpBox">
  330. <input type="text" class="inps" onkeyup="darptSearch()"/>
  331. <i class="Cleans fa fa-close"></i>
  332. <i class="xl xl_one"></i>
  333. <div class="addTree xlAdd">
  334. <ul id="addTreeDemo" class="ztree"></ul>
  335. </div>
  336. </div>
  337. <div class="selDpart1">
  338. <ul id="sponsor">
  339. </ul>
  340. </div>
  341. </td>
  342. <th></th>
  343. <td style="text-align: center;">
  344. <botton class="btns Seach">搜索</botton>
  345. <!--<botton class="btns ">导出</botton>-->
  346. </td>
  347. </tr>
  348. </table>
  349. </div>
  350. <div class="" style="line-height: 50px;">
  351. </div>
  352. </div>
  353. <div>
  354. <div style="width: 100%;padding: 10px;">
  355. <table id="orderlist" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
  356. <thead>
  357. <tr>
  358. <th data-checkbox="true"></th>
  359. <th data-field="F_WorkOrderId" data-align="center">工单单号</th>
  360. <th data-field="F_ComTitle" data-align="center">诉求标题</th>
  361. <th data-field="DeptName" data-align="center">承办单位</th>
  362. <th data-field="UserName" data-align="center">受理人</th>
  363. <th data-field="F_WorkState" data-align="center" data-formatter="States">办理状态</th>
  364. <th data-field="OverState" data-formatter="OverTime" data-align="center">办理时限</th>
  365. <th data-field="F_WorkOrderId" data-formatter="Dispose" data-align="center">操作</th>
  366. </tr>
  367. </thead>
  368. <tbody class="list"></tbody>
  369. </table>
  370. </div>
  371. </div>
  372. </div>
  373. </div>
  374. <input type="hidden" id="PID" />
  375. <input type="hidden" id="Dpment" />
  376. </div>
  377. <script src="../js/bootstrap-select.js"></script>
  378. <script src="../css/laydate/laydate.js"></script>
  379. <script src="../My97DatePicker/WdatePicker.js"></script>
  380. <script src="../js/zTree/jquery.ztree.core.js"></script>
  381. <script src="../js/search/screen.js"></script>
  382. <script src="../js/WorkOrder/orderCommon.js"></script>
  383. <script>
  384. $(document).ready(function() {
  385. load();
  386. laydate({
  387. elem: '#starttime',
  388. event: 'focus'
  389. });
  390. laydate({
  391. elem: '#endtime',
  392. event: 'focus'
  393. });
  394. });
  395. $("#orderlist").on("click-row.bs.table", function(e, row, ele) {
  396. $('.success').removeClass('success'); //去除之前选中的行的,选中样式
  397. $(ele).addClass('success'); //添加当前选中的 success样式用于区别
  398. });
  399. //获取查询信息
  400. function load() {
  401. //先销毁表格
  402. $('#orderlist').bootstrapTable('destroy');
  403. //初始化表格,动态从服务器加载数据
  404. $("#orderlist").bootstrapTable({
  405. method: "get", //使用get请求到服务器获取数据
  406. url: huayi.config.callcenter_url + "WorkOrder/GetLDDealList", //获取数据的Servlet地址
  407. contentType: "application/x-www-form-urlencoded",
  408. striped: true, //表格显示条纹
  409. pagination: true, //启动分页
  410. pageSize: 10, //每页显示的记录数
  411. pageNumber: 1, //当前第几页
  412. pageList: [10, 20, 50, 100], //记录数可选列表
  413. search: false, //是否启用查询
  414. showColumns: false, //显示下拉框勾选要显示的列
  415. showRefresh: false, //显示刷新按钮
  416. sidePagination: "server", //表示服务端请求
  417. //设置为undefined可以获取pageNumber,pageSize,searchText,sortName,sortOrder
  418. //设置为limit可以获取limit, offset, search, sort, order
  419. queryParamsType: "undefined",
  420. queryParams: function queryParams(params) { //设置查询参数
  421. var param = {
  422. page: params.pageNumber,
  423. pagesize: params.pageSize,
  424. workid: $("#wids").val(),
  425. state: $("#state").val(), //=工单状态
  426. type: $("#type").val(), //=工单类型
  427. bigtype: $("#bigtype").val(), //=大类别
  428. smalltype: $("#smalltype").val(), //=小类别
  429. key: $("#key").val(), //=关键字
  430. tel: $("#tel").val(), //=客户电话
  431. name: $("#name").val(), //=客户名称
  432. // usercode: usercodeID, //=坐席工号
  433. // ddusercode: ddusercodeID,
  434. ddusercode: selectMultiple($("#yardman")),
  435. keyid: $("#keyid").val(), //=关键词id
  436. source: $("#source").val(), //=来源&
  437. starttime: $("#starttime").val(), //=开始时间
  438. endtime: $("#endtime").val(), //=结束时间
  439. deptid:$("#PID").val(),
  440. type:$("#type").val(),
  441. tab: 6,//已督办
  442. sourcearea:$('#sourceAreas').val(),//区域
  443. token: $.cookie("token")
  444. };
  445. return param;
  446. },
  447. onLoadSuccess: function(data) { //加载成功时执行
  448. // layer.msg("加载成功");
  449. //console.log(data);
  450. },
  451. onLoadError: function() { //加载失败时执行
  452. //layer.msg("加载数据失败", { time: 1500, icon: 2 });
  453. }
  454. });
  455. }
  456. //状态
  457. function States(val, row) {
  458. var html = '';
  459. switch (val + '') {
  460. case '0':
  461. html = '新工单';
  462. if (row.F_IsReturn == 1) {
  463. html = '新工单(回退)';
  464. }
  465. break;
  466. case '1':
  467. html = '待交办';
  468. break;
  469. case '2':
  470. html = '待查收';
  471. break;
  472. case '3':
  473. html = '退回审核中';
  474. break;
  475. case '4':
  476. html = '办理中';
  477. break;
  478. case '5':
  479. html = '延时审核';
  480. break;
  481. case '6':
  482. html = '已办理';
  483. break;
  484. case '7':
  485. html = '已回访';
  486. break;
  487. case '8':
  488. html = '重办中';
  489. break;
  490. case '9':
  491. html = '已结案';
  492. break;
  493. case '10':
  494. html = '待审核';
  495. break;
  496. case '11':
  497. html = '重办待交办';
  498. break;
  499. case '12':
  500. html = '待审核';
  501. break;
  502. case '13':
  503. html = '待督办';
  504. break;
  505. }
  506. return html;
  507. }
  508. //操作
  509. function Dispose(val, row) {
  510. var Rows = row.Buttons;
  511. var html = '';
  512. for(var i = 0; i < Rows.length; i++) {
  513. var html1 = huayi.config.arr[Rows[i].key * 1 - 1];
  514. if(html1) {
  515. html1 = html1.replace("data", val);
  516. }
  517. html += html1;
  518. }
  519. return html;
  520. }
  521. </script>
  522. </body>
  523. </html>