emp_ranking.html 8.7 KB

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