123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml" ng-app="app">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
- <title>日常管理统计</title>
- <link href="../../AFrontEnd/css/animate.css" rel="stylesheet" />
- <link href="../../AFrontEnd/css/fontawesome/css/font-awesome.css" rel="stylesheet" />
- <link href="../../AFrontEnd/css/bootstrap.css" rel="stylesheet" />
- <link href="../../AFrontEnd/css/style.css" rel="stylesheet" />
- <script>document.write("<link href='../../AFrontEnd/css/special.css?time=" + new Date().getTime() + "' rel='stylesheet'>");</script>
- <style>
- </style>
- </head>
- <body>
- <div ng-controller="listCtrl as ctl" ng-cloak>
- <div class="wrapper wrapper-content">
- <div class="row">
- <div class="col-md-12">
- <div class="ibox float-e-margins">
- <div class="ibox-content">
- <div class="row">
- <div class="col-md-12">
- <div class="sp-page">
- <button class="sp-btn-blue sp-pull-right" style="margin:3px" ng-click="ctl.printOut()">导出</button>
- <button class="sp-btn-blue sp-pull-right" style="margin:3px" ng-click="ctl.getData()">查询</button>
- <div class="sp-page sp-span3 sp-pull-right sp-ml-20 sp-lh-30" ng-if="ctl.search.TYPE==4">
- 结束时间:
- <input type="text" class="sp-input laydate-logo" sp-laydate style="width:150px" ng-model="ctl.search.JSSJ" />
- </div>
- <div class="sp-page sp-span3 sp-pull-right sp-ml-20 sp-lh-30" ng-if="ctl.search.TYPE==4">
- 开始时间:
- <input type="text" class="sp-input laydate-logo" sp-laydate style="width:150px" ng-model="ctl.search.KSSJ" />
- </div>
- <div class="sp-page sp-span2 sp-pull-right sp-lh-30">
- <select class="sp-select" ng-model="ctl.search.TYPE" ng-change="ctl.changeType()">
- <option value="1">本月</option>
- <option value="2">本季度</option>
- <option value="3">本年</option>
- <option value="4">自定义</option>
- </select>
- </div>
- </div>
- <div class="sp-page sp-mb-10" style="max-height:500px;overflow-y:auto">
- <table class="sp-table sp-mt-10" id="printOut">
- <thead>
- <tr>
- <th rowspan="2">部门</th>
- <th colspan="2" style="border-bottom: 1px solid #E1E6EB">请假</th>
- <th colspan="2" style="border-bottom: 1px solid #E1E6EB">销假</th>
- <th colspan="2" style="border-bottom: 1px solid #E1E6EB">用车申请</th>
- <th colspan="2" style="border-bottom: 1px solid #E1E6EB">申请公开</th>
- <th colspan="2" style="border-bottom: 1px solid #E1E6EB">办公用品</th>
- <th colspan="2" style="border-bottom: 1px solid #E1E6EB">会议</th>
- <th colspan="2" style="border-bottom: 1px solid #E1E6EB">值班</th>
- <th colspan="2" style="border-bottom: 1px solid #E1E6EB">工作动态</th>
- <th colspan="2" style="border-bottom: 1px solid #E1E6EB">自定义工作</th>
- <th colspan="2" style="border-bottom: 1px solid #E1E6EB">文件发布</th>
- </tr>
- <tr>
- <th>办理中</th>
- <th>完结</th>
- <th>办理中</th>
- <th>完结</th>
- <th>办理中</th>
- <th>完结</th>
- <th>办理中</th>
- <th>完结</th>
- <th>办理中</th>
- <th>完结</th>
- <th>办理中</th>
- <th>完结</th>
- <th>办理中</th>
- <th>完结</th>
- <th>办理中</th>
- <th>完结</th>
- <th>办理中</th>
- <th>完结</th>
- <th>办理中</th>
- <th>完结</th>
- </tr>
- </thead>
- <tbody>
- <tr ng-repeat="item in ctl.list">
- <td ng-bind="item.NAME"></td>
- <td ng-bind="item.DATA.DEAL_COUNT0_0"></td>
- <td ng-bind="item.DATA.STOP_COUNT0_0"></td>
- <td ng-bind="item.DATA.DEAL_COUNT1_0"></td>
- <td ng-bind="item.DATA.STOP_COUNT1_0"></td>
- <td ng-bind="item.DATA.DEAL_COUNT1_0"></td>
- <td ng-bind="item.DATA.STOP_COUNT2_0"></td>
- <td ng-bind="item.DATA.DEAL_COUNT3_0"></td>
- <td ng-bind="item.DATA.STOP_COUNT3_0"></td>
- <td ng-bind="item.DATA.DEAL_COUNT4_0"></td>
- <td ng-bind="item.DATA.STOP_COUNT4_0"></td>
- <td ng-bind="item.DATA.DEAL_COUNT5_0"></td>
- <td ng-bind="item.DATA.STOP_COUNT5_0"></td>
- <td ng-bind="item.DATA.DEAL_COUNT6_0"></td>
- <td ng-bind="item.DATA.STOP_COUNT6_0"></td>
- <td ng-bind="item.DATA.DEAL_COUNT7_0"></td>
- <td ng-bind="item.DATA.STOP_COUNT7_0"></td>
- <td ng-bind="item.DATA.DEAL_COUNT8_0"></td>
- <td ng-bind="item.DATA.STOP_COUNT8_0"></td>
- <td ng-bind="item.DATA.DEAL_COUNT9_0"></td>
- <td ng-bind="item.DATA.STOP_COUNT9_0"></td>
- </tr>
- </tbody>
- </table>
- <div class="sp-table-tip ng-hide" ng-show="ctl.noDataTip == 0">
- <i class="fa fa-exclamation-circle sp-mr-10"></i>您好,暂未查询到相关信息!
- </div>
- </div>
- <div class="sp-page" id="column"></div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <script src="../../AFrontEnd/js/jquery/jquery-2.1.4.min.js"></script>
- <script src="../../AFrontEnd/js/laydate/laydate.js"></script>
- <script src="../../AFrontEnd/js/angularjs/angular.js"></script>
- <script src="../../AFrontEnd/js/angularjs/dirPagination.js"></script>
- <script src="../../apiurljs.js"></script>
- <script src="../../js/sm4.js"></script>
- <!-- 导出excel -->
- <script src="../gongzi/js/vendor/jquery.jqprint-0.3.js"></script>
- <script src="../gongzi/js/vendor/shim.min.js"></script>
- <script src="../gongzi/js/vendor/jszip.js"></script>
- <script src="../gongzi/js/vendor/xlsx.full.js"></script>
- <script src="../gongzi/js/vendor/Blob.js"></script>
- <script src="../gongzi/js/vendor/FileSaver.js"></script>
- <script>document.write('<scri' + 'pt src="../../AFrontEnd/js/special/special.js?time=' + new Date().getTime() + '" type="text/javascript"></s' + 'cript>')</script>
- <script>document.write('<scri' + 'pt src="js/list.js?time=' + new Date().getTime() + '" type="text/javascript"></s' + 'cript>')</script>
- <script src="../../AFrontEnd/js/special/spng.js"></script>
- <script src="../../AFrontEnd/js/special/spngvld.js"></script>
- </body>
- </html>
|