|
@@ -49,39 +49,39 @@
|
|
|
<div class="sp-page List" style="margin-left: 0px; transition: margin-left 1s ease 0s; ">
|
|
|
<div class="Item" 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" style="width: 30%; height: 30px; background: white; padding: 5px 0; margin: 10px 1.6%; color: #108F98">
|
|
|
- <strong>主办 :<span class="pointer" ng-click="ctl.searchIds(item.GWCOUNT.swblCountSumIds)" ng-bind="item.GWCOUNT.swblCountSum"></span></strong>
|
|
|
+ <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.swblCountSumIds)">
|
|
|
+ <strong>主办 :<span ng-bind="item.GWCOUNT.swblCountSum"></span></strong>
|
|
|
</center>
|
|
|
- <center class="sp-page" style="width: 30%; height: 30px; background: white; padding: 5px 0; margin: 10px 1.6%; color: #108F98">
|
|
|
- <strong>协办 :<span class="pointer" ng-click="ctl.searchIds(item.GWCOUNT.swcpCountSumIds)" ng-bind="item.GWCOUNT.swcpCountSum"></span></strong>
|
|
|
+ <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.swcpCountSumIds)">
|
|
|
+ <strong>协办 :<span ng-bind="item.GWCOUNT.swcpCountSum"></span></strong>
|
|
|
</center>
|
|
|
- <center class="sp-page" style="width: 30%; height: 30px; background: white; padding: 5px 0; margin: 10px 1.6%; color: #108F98">
|
|
|
- <strong>办结 :<span class="pointer" ng-click="ctl.searchIds(item.GWCOUNT.swbjCountSumIds)" ng-bind="item.GWCOUNT.swbjCountSum"></span></strong>
|
|
|
+ <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)">
|
|
|
+ <strong>办结 :<span ng-bind="item.GWCOUNT.swbjCountSum"></span></strong>
|
|
|
</center>
|
|
|
<div class="sp-page" style="width: 50%; height: 80px;">
|
|
|
- <center class="sp-page" style="width: 90%; height: 30px; background: white; padding: 5px 0; margin: 0 5% 5px 5%; color: #333">
|
|
|
- 一般收文 :<span class="pointer" ng-click="ctl.searchIds(item.GWCOUNT.sw18blCountIds)" ng-bind="item.GWCOUNT.sw18blCount"></span>
|
|
|
+ <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)">
|
|
|
+ 一般收文 :<span ng-bind="item.GWCOUNT.sw18blCount"></span>
|
|
|
</center>
|
|
|
- <center class="sp-page" style="width: 90%; height: 30px; background: white; padding: 5px 0; margin: 5px 5% 0 5%; color: #333">
|
|
|
- 领导批示 :<span class="pointer" ng-click="ctl.searchIds(item.GWCOUNT.sw16blCountIds)" ng-bind="item.GWCOUNT.sw16blCount"></span>
|
|
|
+ <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)">
|
|
|
+ 领导批示 :<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; ">
|
|
|
+ <div class="sp-page pointer" style="width: 50%; height: 30px;line-height: 30px; position: relative; " ng-click="ctl.searchIds(item.SW_MONTH_BLACKCOUNTIDS)">
|
|
|
<span style="width: 20px; height: 20px; display: inline-block; background: #B93EFF; border-radius: 10px; position: absolute; left: 10px; top: 5px; "></span>
|
|
|
- <span style="position: absolute; left: 35px;" ng-click="ctl.searchIds(item.SW_MONTH_BLACKCOUNTIDS)" ng-bind="item.SW_MONTH_BLACKCOUNT"></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; ">
|
|
|
+ <div class="sp-page pointer" style="width: 50%; height: 30px;line-height: 30px; position: relative; " ng-click="ctl.searchIds(item.SW_MONTH_REDCOUNTIDS)">
|
|
|
<span style="width: 20px; height: 20px; display: inline-block; background: #FF0000; border-radius: 10px; position: absolute; left: 10px; top: 5px; "></span>
|
|
|
- <span style="position: absolute; left: 35px; " ng-click="ctl.searchIds(item.SW_MONTH_REDCOUNTIDS)" ng-bind="item.SW_MONTH_REDCOUNT"></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; ">
|
|
|
+ <div class="sp-page pointer" style="width: 50%; height: 30px;line-height: 30px; position: relative; " ng-click="ctl.searchIds(item.SW_MONTH_YELLOWCOUNTIDS)">
|
|
|
<span style="width: 20px; height: 20px; display: inline-block; background: #FFFF00; border-radius: 10px; position: absolute; left: 10px; top: 5px; "></span>
|
|
|
- <span style="position: absolute; left: 35px; " ng-click="ctl.searchIds(item.SW_MONTH_YELLOWCOUNTIDS)" ng-bind="item.SW_MONTH_YELLOWCOUNT"></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; ">
|
|
|
+ <div class="sp-page pointer" style="width: 50%; height: 30px;line-height: 30px; position: relative; " ng-click="ctl.searchIds(item.SW_MONTH_GREENCOUNTIDS)">
|
|
|
<span style="width: 20px; height: 20px; display: inline-block; background: #008000; border-radius: 10px; position: absolute; left: 10px; top: 5px; "></span>
|
|
|
- <span style="position: absolute; left: 35px; " ng-click="ctl.searchIds(item.SW_MONTH_GREENCOUNTIDS)" ng-bind="item.SW_MONTH_GREENCOUNT"></span>
|
|
|
+ <span style="position: absolute; left: 35px; " ng-bind="item.SW_MONTH_GREENCOUNT"></span>
|
|
|
</div>
|
|
|
</center>
|
|
|
</div>
|