Browse Source

修改应收对账

shenjunjie 7 years ago
parent
commit
3d7557469a
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/main/webapp/resources/tpl/index/fa/apCheck.html

+ 3 - 3
src/main/webapp/resources/tpl/index/fa/apCheck.html

@@ -139,8 +139,8 @@
 	<div class="pub-com_head">
 		<span>应收对账单</span>
 		<div class="p-right">
-			<a class="text-simple append" ui-sref="fa.apCheckList" title="新增对账单" ng-hide="showNotCheck"><i class="fa fa-plus-square fa-fw"></i>新增对账单</a>&nbsp;&nbsp;&nbsp;
-			<a href="#" ng-click="exportXls()" ng-hide="showNotCheck"
+			<!--<a class="text-simple append" ui-sref="fa.apCheckList" title="新增对账单" ng-hide="showNotCheck"><i class="fa fa-plus-square fa-fw"></i>新增对账单</a>&nbsp;&nbsp;&nbsp;-->
+			<a href="#" ng-click="exportXls()" ng-hide="active === 'all'"
 			   target="_self" title="导出Excel表格" class="blue f14"><i class="fa fa-file-text fa-fw"></i>导出</a>
 		</div>
 	</div>
@@ -148,7 +148,7 @@
 		<div class="row">
 			<div class="col-xs-7">
 				<div class="btn-group btn-group-sm btn-group-justified">
-					<div class="btn-group btn-group-sm">
+					<div class="btn-group btn-group-sm/fa/arCheck">
 						<button type="button" class="btn btn-default btn-line"
 							ng-class="{'btn-info':active=='all'}" ng-click="setActive('all')">未对账</button>
 					</div>