123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- <!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>
- .table-body-left::-webkit-scrollbar {
- width:0;
- height:0;
- }
- </style>
- </head>
- <body ng-controller="listCtrl as ctl" ng-cloak>
- <div class="loading" ng-if="ctl.loading">
- <div class="loading-msg">
- <h3>数据加载中,请等待</h3>
- <div class="spinner">
- <div class="bounce1"></div>
- <div class="bounce2"></div>
- <div class="bounce3"></div>
- </div>
- </div>
- </div>
- <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 sp-mb-5 sp-text-right">
- <button class="sp-btn-blue sp-radius" onclick="sp.layer('#DpList')">筛选</button>
- </div>
- <div class="sp-page" style="position:relative">
- <div class="sp-page table-head-left" style="width: 450px; height: 58px; overflow: hidden; position: absolute; left: 0; top: 0; z-index: 1; ">
- <table class="sp-table">
- <thead>
- <tr>
- <th width="50">序号</th>
- <th width="80">人员</th>
- <th width="100">处室</th>
- <th width="100">职务<br />(职级)</th>
- <th width="120">工作岗位<br />(职责)</th>
- </tr>
- </thead>
- </table>
- </div>
- <div class="sp-page table-head-right" style="width: calc(100% - 466px); height: 58px; overflow: hidden; position: absolute; left: 450px; top: 0; z-index: 1; ">
- <table class="sp-table">
- <thead>
- <tr>
- <th ng-repeat="item in ctl.thead" style="line-height:40px"><div ng-bind="item.CNAME"></div></th>
- </tr>
- </thead>
- <tbody>
- <tr ng-repeat="item in ctl.list">
- <td ng-repeat="item1 in ctl.thead">
- <div>
- <div style="overflow:hidden;white-space:nowrap;text-overflow:ellipsis" ng-repeat="item2 in item[item1.PKID]" title="{{item2}}" ng-bind="item2"></div>
- </div>
- </td>
- </tr>
- </tbody>
- </table>
- </div>
- <div class="sp-page table-body-left" style="width: 450px; overflow: auto; position: absolute; left: 0; top: 0; " onscroll="scrollTableL()">
- <table class="sp-table">
- <thead>
- <tr>
- <th width="50">序号</th>
- <th width="80">人员</th>
- <th width="100">处室</th>
- <th width="100">职务<br />(职级)</th>
- <th width="120">工作岗位<br />(职责)</th>
- <th ng-repeat="item in ctl.thead" ng-bind="item.CNAME" style="line-height:40px"></th>
- </tr>
- </thead>
- <tbody>
- <tr ng-repeat="item in ctl.list">
- <td><div style="width:34px" ng-bind="$index+1"></div></td>
- <td><div style="width:64px" title="{{item.USHOWNAME}}" ng-bind="item.USHOWNAME"></div></td>
- <td><div style="width:84px" title="{{item.SECTION}}" ng-bind="item.SECTION"></div></td>
- <td><div style="width:84px" title="{{item.DUTYNAME}}" ng-bind="item.DUTYNAME"></div></td>
- <td><div style="width:104px" title="{{item.STATION}}" ng-bind="item.STATION"></div></td>
- <td ng-repeat="item1 in ctl.thead">
- <div>
- <div style="overflow:hidden;white-space:nowrap;text-overflow:ellipsis" ng-repeat="item2 in item[item1.PKID]" title="{{item2}}" ng-bind="item2"></div>
- </div>
- </td>
- </tr>
- </tbody>
- </table>
- </div>
- <div class="sp-page table-body-right" style="width: calc(100% - 450px); overflow: auto; position: absolute; left: 450px; top: 0; " onscroll="scrollTableR()">
- <table class="sp-table">
- <thead>
- <tr>
- <th ng-repeat="item in ctl.thead" ng-bind="item.CNAME" style="line-height:40px"></th>
- </tr>
- </thead>
- <tbody>
- <tr ng-repeat="item in ctl.list">
- <td ng-repeat="item1 in ctl.thead" ng-style="item.style">
- <div>
- <div style="overflow:hidden;white-space:nowrap;text-overflow:ellipsis" ng-repeat="item2 in item[item1.PKID]" title="{{item2}}" ng-bind="item2"></div>
- </div>
- </td>
- </tr>
- </tbody>
- </table>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="sp-layer" id="DpList" style="width: 900px;">
- <div class="sp-layer-head" style="background:#2176d6">
- <div class="sp-page sp-text-center sp-font16">
- 部门列表
- <div class="sp-layer-close" title="关闭" onclick="sp.closeCenter('.sp-layer')">
- ×
- </div>
- </div>
- </div>
- <div class="sp-layer-body" ng-class="{'sp-height-400': '{{ctl.deviceType}}' =='pad'}">
- <div class="sp-page" style="height:290px;overflow:auto">
- <div class="sp-page">
- <div class="sp-col-25 sp-mb-10" ng-repeat="item in ctl.dpList">
- <button class="sp-btn-blue sp-btn-sm sp-radius" style="width:75%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis" ng-bind="item.SECTION" title="{{item.SECTION}}" ng-click="ctl.checkDpItem(item)"></button>
- </div>
- </div>
- </div>
- <div class="sp-page sp-text-center sp-pt-10">
- <a class="sp-btn-blue sp-radius" onclick="sp.layerhide()"><i class="fa fa-close sp-mr-5"></i>关 闭</a>
- </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>
- <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>
|