123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243 |
- <!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>
- <link href="css/list2.css" rel="stylesheet" />
- <style>
- .tabItem {
- float: left;
- width: auto;
- height: auto;
- padding: 5px 10px;
- margin: 5px 5px 0 5px;
- border: 1px solid #ccc;
- border-radius: 5px;
- cursor: pointer;
- font-size: 18px;
- }
- .tabItem:hover {
- color: #000;
- text-decoration: none !important;
- }
- .Active {
- color: #fff;
- background: #1582DF;
- }
- .Active:hover {
- color: #fff;
- text-decoration: none !important;
- }
- .sp-table tr td {
- border-right: 1px solid #E1E6EB;
- }
- .sp-table tr td:last-child {
- border-right: 0;
- }
- .blgc tr:first-child td {
- border-top: 0;
- }
- .active {
- background: rgb(77,244,141) !important;
- }
- .active > div {
- color: #108F98 !important;
- }
- </style>
- </head>
- <body>
- <div 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="sp-box">
- <a class="tabItem" href="list2.html">在办件</a>
- <a class="tabItem Active">办结件</a>
- <div class="sp-col-100" style="position:relative">
- <div class="sp-box sp-fs-20">委机关处室 [督办范围:2024-01-01至今]</div>
- <center class="sp-page-col moveLeft" style="padding-right: 15px; left: 0;" onmouseover="$('.moveLeft').show(); $('.moveRight').show()" onmouseout="$('.moveLeft').hide(); $('.moveRight').hide()" ng-if="ctl.list1.length>5">
- <img src="../index/img/left.png" style="margin-top: 60px; cursor: pointer; " ng-click="ctl.ywblMove(1)" />
- </center>
- <div class="sp-page" style="height: 180px; overflow: hidden" onmouseover="$('.moveLeft').show(); $('.moveRight').show()" onmouseout="$('.moveLeft').hide(); $('.moveRight').hide()">
- <div class="sp-page List" style="margin-left: 0px; transition: margin-left 1s ease 0s; ">
- <div class="Item" ng-class="{'active':ctl.activeObj.SECTCODE==item.SECTCODE}" style="background: #EBF8FE; padding: 10px;" ng-repeat="item in ctl.list1" repeat-finish>
- <div style="color: #1582DF;padding-bottom:5px;border-bottom:1px solid #ccc">{{item.SECTION}}({{item.DUTYMAN}})</div>
- <center class="sp-page pointer" style="width: 45%; height: 30px; background: white; padding: 5px 0; margin: 10px 2.5%; color: #108F98" ng-click="ctl.searchIds(item.GWCOUNT.swblCountSumIds,item)">
- <strong>主办 :<span ng-bind="item.GWCOUNT.swblCountSum"></span></strong>
- </center>
- <center class="sp-page pointer" style="width: 45%; height: 30px; background: white; padding: 5px 0; margin: 10px 2.5%; color: #108F98" ng-click="ctl.searchIds(item.GWCOUNT.swcpCountSumIds,item)">
- <strong>协办 :<span ng-bind="item.GWCOUNT.swcpCountSum"></span></strong>
- </center>
- <!--<center class="sp-page pointer" style="width: 30%; height: 30px; background: white; padding: 5px 0; margin: 10px 1.6%; color: #108F98" ng-click="ctl.searchIds(item.GWCOUNT.swbjCountSumIds,item)">
- <strong>办结 :<span ng-bind="item.GWCOUNT.swbjCountSum"></span></strong>
- </center>-->
- <div class="sp-page" style="width: 50%; height: 80px;">
- <center class="sp-page pointer" style="width: 90%; height: 30px; background: white; padding: 5px 0; margin: 0 5% 5px 5%; color: #333" ng-click="ctl.searchIds(item.GWCOUNT.sw18blCountIds,item)">
- 一般收文 :<span ng-bind="item.GWCOUNT.sw18blCount"></span>
- </center>
- <center class="sp-page pointer" style="width: 90%; height: 30px; background: white; padding: 5px 0; margin: 5px 5% 0 5%; color: #333" ng-click="ctl.searchIds(item.GWCOUNT.sw16blCountIds,item)">
- 领导批示 :<span ng-bind="item.GWCOUNT.sw16blCount"></span>
- </center>
- </div>
- <center class="sp-page" style="width: 45%; height: 70px; background: white; padding: 5px 0; margin: 0 2.5%;">
- <div class="sp-page pointer" style="width: 50%; height: 30px;line-height: 30px; position: relative; " ng-click="ctl.searchIds(item.SW_MONTH_BLACKCOUNTIDS,item)">
- <span style="width: 20px; height: 20px; display: inline-block; background: #8C045B; border-radius: 10px; position: absolute; left: 10px; top: 5px; "></span>
- <span style="position: absolute; left: 35px;" ng-bind="item.SW_MONTH_BLACKCOUNT"></span>
- </div>
- <div class="sp-page pointer" style="width: 50%; height: 30px;line-height: 30px; position: relative; " ng-click="ctl.searchIds(item.SW_MONTH_REDCOUNTIDS,item)">
- <span style="width: 20px; height: 20px; display: inline-block; background: #F53B3B; border-radius: 10px; position: absolute; left: 10px; top: 5px; "></span>
- <span style="position: absolute; left: 35px; " ng-bind="item.SW_MONTH_REDCOUNT"></span>
- </div>
- <div class="sp-page pointer" style="width: 50%; height: 30px;line-height: 30px; position: relative; " ng-click="ctl.searchIds(item.SW_MONTH_YELLOWCOUNTIDS,item)">
- <span style="width: 20px; height: 20px; display: inline-block; background: #FFC602; border-radius: 10px; position: absolute; left: 10px; top: 5px; "></span>
- <span style="position: absolute; left: 35px; " ng-bind="item.SW_MONTH_YELLOWCOUNT"></span>
- </div>
- <div class="sp-page pointer" style="width: 50%; height: 30px;line-height: 30px; position: relative; " ng-click="ctl.searchIds(item.SW_MONTH_GREENCOUNTIDS,item)">
- <span style="width: 20px; height: 20px; display: inline-block; background: #0BB745; border-radius: 10px; position: absolute; left: 10px; top: 5px; "></span>
- <span style="position: absolute; left: 35px; " ng-bind="item.SW_MONTH_GREENCOUNT"></span>
- </div>
- </center>
- </div>
- </div>
- </div>
- <center class="sp-page-col moveRight" style="padding-left: 15px; right: 0; " onmouseover="$('.moveLeft').show(); $('.moveRight').show()" onmouseout="$('.moveLeft').hide(); $('.moveRight').hide()" ng-if="ctl.list1.length>5">
- <img src="../index/img/right.png" style="margin-top: 60px; cursor: pointer; " ng-click="ctl.ywblMove(-1)" />
- </center>
- </div>
- <div class="sp-page" style="padding:10px;background:white">
- <div class="sp-page" style="width:55%">
- <center class="sp-page-col" style="width: 100px; padding: 10px; background: #EBF8FE; color: #108F98;line-height:34px ">来文单位:</center>
- <div class="sp-checkbox-blue sp-ml-10 sp-page" style="width: calc(100% - 110px)">
- <label style="width: 100px; display: inline-block; margin-left: 0; margin-right: 10px; " sp-checkbox-blue-item><input type="checkbox" ng-click="ctl.selectType('P0101')" />中共中央</label>
- <label style="width: 100px; display: inline-block; margin-left: 0; margin-right: 10px; " sp-checkbox-blue-item><input type="checkbox" ng-click="ctl.selectType('P0102')" />住建部</label>
- <label style="width: 120px; display: inline-block; margin-left: 0; margin-right: 10px; " sp-checkbox-blue-item><input type="checkbox" ng-click="ctl.selectType('P0103')" />中共天津市委</label>
- <label style="width: 140px; display: inline-block; margin-left: 0; margin-right: 10px; " sp-checkbox-blue-item><input type="checkbox" ng-click="ctl.selectType('P0104')" />人大系统</label>
- <label style="width: 100px; display: inline-block; margin-left: 0; margin-right: 10px; " sp-checkbox-blue-item><input type="checkbox" ng-click="ctl.selectType('P0107')" />政府系统</label>
- <label style="width: 100px; display: inline-block; margin-left: 0; margin-right: 10px; " sp-checkbox-blue-item><input type="checkbox" ng-click="ctl.selectType('P0106')" />市政协</label>
- <label style="width: 100px; display: inline-block; margin-left: 0; margin-right: 10px; " sp-checkbox-blue-item><input type="checkbox" ng-click="ctl.selectType('P0108')" />法院</label>
- <br />
- <label style="width: 100px; display: inline-block; margin-left: 0; margin-right: 10px; " sp-checkbox-blue-item><input type="checkbox" ng-click="ctl.selectType('P0109')" />检察院</label>
- <label style="width: 100px; display: inline-block; margin-left: 0; margin-right: 10px; " sp-checkbox-blue-item><input type="checkbox" ng-click="ctl.selectType('P0110')" />社会团体</label>
- <label style="width: 120px; display: inline-block; margin-left: 0; margin-right: 10px; " sp-checkbox-blue-item><input type="checkbox" ng-click="ctl.selectType('P0111')" />企业集团</label>
- <label style="width: 140px; display: inline-block; margin-left: 0; margin-right: 10px; " sp-checkbox-blue-item><input type="checkbox" ng-click="ctl.selectType('P0113')" />天津市建材业协会</label>
- <label style="width: 100px; display: inline-block; margin-left: 0; margin-right: 10px; " sp-checkbox-blue-item><input type="checkbox" ng-click="ctl.selectType('P0112')" />其他</label>
- </div>
- </div>
- <div class="sp-page" style="width: 45%">
- <div class="sp-page sp-ml-10" style="width: calc(100% - 110px); line-height: 54px">
- <input type="text" class="sp-input" style="width:calc(100% - 150px)" ng-model="ctl.search.title" placeholder="关键字" />
- <button class="sp-btn-blue sp-btn-sm" style="background: #008A94; padding: 0 20px; line-height: 30px; border-radius: 6px" ng-click="ctl.getData2()"><i class="fa fa-search"></i> 查询</button>
- </div>
- </div>
- </div>
- <div class="sp-box">
- <div class="sp-page" style="max-height:380px;overflow:auto">
- <table class="sp-table">
- <thead>
- <tr>
- <th style="width: 50px;">
- <img src="../flowchart_app_imgcss/img/deng.png" title="控制灯" />
- </th>
- <th>流程</th>
- <th width="400">标题</th>
- <th>主办处室</th>
- <th>督办</th>
- <th>开始办理日期</th>
- <th>办理过程</th>
- <th>处室办结日期</th>
- <th>状态</th>
- </tr>
- </thead>
- <tbody>
- <tr dir-paginate="item in ctl.qlcList|itemsPerPage:ctl.itemsPerPage" total-items="ctl.total_count">
- <td>
- <img src="../flowchart_app_imgcss/img/purple.png" ng-if="item.DENG=='BLACK'" />
- <img src="../flowchart_app_imgcss/img/red.png" ng-if="item.DENG=='RED'" />
- <img src="../flowchart_app_imgcss/img/yellow.png" ng-if="item.DENG=='YELLOW'" />
- <img src="../flowchart_app_imgcss/img/green.png" ng-if="item.DENG=='GREEN'" />
- <!--<span ng-if="item.MARKDELAY!=''" style="width: 22px; height: 22px; border: 1px solid #FF0000; border-radius: 15px; color: #FF0000; cursor: pointer; display: inline-block; font-size: 12px; line-height: 18px">延</span>-->
- <!--<span ng-if="item.MARKSTOP!=''" style="width: 22px; height: 22px; border: 1px solid #FF0000; border-radius: 15px; color: #FF0000; cursor: pointer; display: inline-block; font-size: 12px; line-height: 18px">停</span>-->
- </td>
- <td ng-bind="item.FLOWNAME"></td>
- <td>
- <div class="sp-page" style="max-width:400px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis">
- <a ng-bind="item.TITLE" ng-click="ctl.goUrl(item)"></a>
- </div>
- </td>
- <td ng-bind="item[item.CODETABLE+'.ZBCS']"></td>
- <td ng-bind="item[item.CODETABLE+'.DBLXCAPTION']"></td>
- <td ng-bind="item.APPDATE"></td>
- <td style="padding:0">
- <table class="sp-table blgc" style="border:0">
- <tr ng-repeat="item1 in item.RELATELIST">
- <td width="200">
- <a ng-bind="item1.FLOWNAME" ng-click="ctl.goUrl(item1)"></a>
- </td>
- <td width="100" ng-bind="item1.APPDATE"></td>
- <td width="60" ng-bind="item1.STATUSINFO_CN"></td>
- </tr>
- </table>
- </td>
- <td ng-bind="item.ARCHIVESDATE"></td>
- <td ng-bind="item.STATUSINFO_CN"></td>
- </tr>
- </tbody>
- </table>
- </div>
- <div class="sp-table-tip ng-hide" ng-show="ctl.noDataTip == 0">
- <i class="fa fa-exclamation-circle sp-mr-10"></i>您好,暂未查询到相关信息!
- </div>
- <div class="sp-page" ng-show="ctl.noDataTip != 0">
- <!--<div class="sp-page-col sp-pull-right">
- <div class="sp-lh-34">
- 每页 <select ng-model="ctl.itemsPerPage" ng-options="x for x in ctl.pageOptions"
- ng-init="ctl.itemsPerPage=ctl.pageOptions[0]"></select> 条
- </div>
- </div>-->
- <div class="sp-page-col sp-pull-right">
- <dir-pagination-controls max-size="8" direction-links="true" boundary-links="true"
- on-page-change="ctl.getList(newPageNumber)">
- </dir-pagination-controls>
- </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="../../AFrontEnd/plugins/hightcharts/highcharts.js"></script>
- <script src="../../AFrontEnd/plugins/hightcharts/no-data-to-display.js"></script>
- <script src="../index/js/circle-progress.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/list3.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>
|