emp_ranking.html 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. <script src="/js/statistics/assess_ranking.js?__inline"></script>
  2. <link rel="stylesheet" type="text/css" href="/css/statistics/assess_situation.css">
  3. <div class="container-fluid ">
  4. <div class="form-div">
  5. <form class="form-horizontal">
  6. <div class="form-group">
  7. <label for="exampleInputAccount1" class="col-sm-1">部门</label>
  8. <div class="col-sm-2">
  9. <select class="form-control" id="fsList">
  10. </select>
  11. </div>
  12. <label for="exampleInputAccount1" class="col-sm-1">查询日期</label>
  13. <div class="col-sm-3">
  14. <input type="text" id="start-time" class="form-control form-date" placeholder="开始日期">
  15. </div>
  16. <div class="col-sm-3">
  17. <input type="text" id="end-time" class="form-control form-date" placeholder="结束日期">
  18. </div>
  19. <div class="div-score">
  20. <label for="exampleInputAccount1" class="lable-score">得分区间</label>
  21. </div>
  22. <div class="col-sm-3" style="width:60px;">
  23. <input type="text" id="start-score" class="form-control form-date" style="width:60px;" value="0">
  24. </div>
  25. <div class="to-score" style="float:left;margin-left:20px;padding-top: 6px;"><label> - </label></div>
  26. <div class="col-sm-4" style="width:60px;margin-left:10px;">
  27. <input type="text" id="end-score" class="form-control form-date" style="width:60px;" value="1000">
  28. </div>
  29. <div class="col-sm-5">
  30. <button class="btn btn-primary " type="button" onclick="queryEmpClick()">查询</button>
  31. </div>
  32. <div class="col-sm-6">
  33. <button class="btn btn-primary " type="button" onclick="exportExcel()">导出Excel</button>
  34. </div>
  35. </div>
  36. <div class="form-group">
  37. <label for="exampleInputAccount1" class="col-sm-1">考核次数</label>
  38. <div class="col-sm-2">
  39. <input type="text" id="check_count" class="form-control" value="">
  40. </div>
  41. <label for="exampleInputAccount1" class="col-sm-1">职位</label>
  42. <div class="col-sm-2" style="width:200px;">
  43. <select class="form-control" id="jobSelect">
  44. </select>
  45. </div>
  46. </div>
  47. </form>
  48. </div>
  49. <div class="table-title"><span>温馨服务考核情况反馈表(所有员工排名)</span></div>
  50. <div class="row">
  51. <!-- 使用一个div来显示数据表格 -->
  52. <div class="datatable" data-checkable="false" style="margin-bottom: 0px;margin-right:10px;" data-sortable="false">
  53. <div class="table-head" >
  54. <table border="1" width="100%" align="center">
  55. <thead class="table-thead" align="center">
  56. <tr>
  57. <th rowspan="2" width="4%;">序号</th><th rowspan="2" width="6%">站名</th>
  58. <th rowspan="2" width="6%">姓名</th><th rowspan="2" width="6%">岗位</th>
  59. <th rowspan="2" width="7%">工号</th><th rowspan="2" width="4%">公司排名</th>
  60. <th rowspan="2" width="4%">道管排名</th><th rowspan="2" width="4%">收费站排名</th>
  61. <th colspan="9" height="40px">考核扣分</th><th rowspan="2" width="4%">受检次数</th>
  62. <th rowspan="2" width="4%">平均扣分(千分制)</th><th rowspan="2" width="4%">得分</th>
  63. <th rowspan="2" width="4%">服务评价</th><th rowspan="2" width="4%">备注</th>
  64. </tr>
  65. <tr>
  66. <th width="4%">环境卫生</th><th width="4%">仪容仪表</th><th width="4%">表情</th>
  67. <th width="4%">收费动作</th><th width="4%">文明用语</th><th width="4%">工作纪律</th>
  68. <th width="4%">便民服务</th><th width="4%">安全管理</th>
  69. <th width="4%">扣分合计</th>
  70. </tr>
  71. </thead>
  72. </table>
  73. </div>
  74. </div>
  75. <div id="scrollTable" style="height:300px;overflow:scroll;">
  76. <table style="border-top:0;" border="1" width="100%" align="center">
  77. <thead class="table-thead" style="height:0;" align="center">
  78. <tr style="display:none;">
  79. <th rowspan="2" width="4%;">序号</th><th rowspan="2" width="6%">站名</th>
  80. <th rowspan="2" width="6%">姓名</th><th rowspan="2" width="6%">岗位</th>
  81. <th rowspan="2" width="7%">工号</th><th rowspan="2" width="4%">公司排名</th>
  82. <th rowspan="2" width="4%">道管排名</th><th rowspan="2" width="4%">收费站排名</th>
  83. <th colspan="9" height="40px">考核扣分</th><th rowspan="2" width="4%">受检次数</th>
  84. <th rowspan="2" width="4%">平均扣分(千分制)</th><th rowspan="2" width="4%">得分</th>
  85. <th rowspan="2" width="4%">服务评价</th><th rowspan="2" width="4%">备注</th>
  86. </tr>
  87. <tr style="display:none;">
  88. <th width="4%">环境卫生</th><th width="4%">仪容仪表</th><th width="4%">表情</th>
  89. <th width="4%">收费动作</th><th width="4%">文明用语</th><th width="4%">工作纪律</th>
  90. <th width="4%">便民服务</th><th width="4%">安全管理</th>
  91. <th width="4%">扣分合计</th>
  92. </tr>
  93. </thead>
  94. <tbody class="table-tbody" style="background:white; " align="center">
  95. </tbody>
  96. </table>
  97. </div>
  98. </div>
  99. </div>
  100. <script>
  101. $(document).ready(function() {
  102. // 设置滚动表格的高度
  103. $("#scrollTable").height( $(window).height() - 360 );
  104. // 仅选择日期
  105. $("#start-time").datetimepicker(
  106. {
  107. language: "zh-CN",
  108. weekStart: 1,
  109. todayBtn: 1,
  110. autoclose: 1,
  111. todayHighlight: 1,
  112. startView: 2,
  113. minView: 2,
  114. forceParse: 0,
  115. format: "yyyy-mm-dd"
  116. });
  117. // 仅选择日期
  118. $("#end-time").datetimepicker(
  119. {
  120. language: "zh-CN",
  121. weekStart: 1,
  122. todayBtn: 1,
  123. autoclose: 1,
  124. todayHighlight: 1,
  125. startView: 2,
  126. minView: 2,
  127. forceParse: 0,
  128. format: "yyyy-mm-dd"
  129. });
  130. setFeSelect("#fsList");
  131. initQueryEmp();
  132. });
  133. </script>