@@ -184,7 +184,7 @@
<div class="data_analyze bind-enter" ng-if="isAdmin">
<div class="com_menu01">
<span>企业绑定申请</span>
- <a class="pull-right" ng-show="totalElements > 5" ng-href="sso#/management">查看更多</a>
+ <a class="pull-right" ng-show="totalElements > 5" ng-click="findMore()">查看更多</a>
</div>
<table class="bind-enter-tab">
<thead>
@@ -1109,7 +1109,7 @@
</tr>
</table>
- <div style="padding: 10px 20px">本期应付:{{totalMoney | number:2 || 0}}</div>
+ <!--<div style="padding: 10px 20px">本期应付:{{totalMoney | number:2 || 0}}</div>-->
<div ng-if="infoCommon.totalElement > 0 && !showNotCheck" class="text-mns text-right" ng-class="infoCommon.totalElement > 20 ? '': 'Boom18'">
@@ -1240,7 +1240,7 @@
- <div style="padding: 10px 20px">本期应收:{{totalMoney | number:2 || 0}}</div>
+ <!--<div style="padding: 10px 20px">本期应收:{{totalMoney | number:2 || 0}}</div>-->