浏览代码

rel: 处理BUG

wangcz 7 年之前
父节点
当前提交
6cb7308538

+ 1 - 1
src/main/webapp/resources/view/sso/forstore/ssoCenter.html

@@ -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>

+ 1 - 1
src/main/webapp/resources/view/usercenter/b2b/fa/arCheck.html

@@ -1109,7 +1109,7 @@
           </tr>
         </table>
       </div>
-      <div style="padding: 10px 20px">本期应付:{{totalMoney | number:2 || 0}}</div>
+      <!--<div style="padding: 10px 20px">本期应付:{{totalMoney | number:2 || 0}}</div>-->
     </div>
   </div>
   <div ng-if="infoCommon.totalElement > 0 && !showNotCheck" class="text-mns text-right" ng-class="infoCommon.totalElement > 20 ? '': 'Boom18'">

+ 1 - 1
src/main/webapp/resources/view/vendor/b2b/apCheck.html

@@ -1240,7 +1240,7 @@
               </tr>
           </table>
       </div>
-      <div style="padding: 10px 20px">本期应收:{{totalMoney | number:2 || 0}}</div>
+      <!--<div style="padding: 10px 20px">本期应收:{{totalMoney | number:2 || 0}}</div>-->
     </div>
   </div>
   <div ng-if="infoCommon.totalElement > 0 && !showNotCheck" class="text-mns text-right" ng-class="infoCommon.totalElement > 20 ? '': 'Boom18'">