Browse Source

调整应收对账,应付对账,分页显示问题
调整 对账详情 改成 对账明细

shenjunjie 7 years ago
parent
commit
71d15a3f5d

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

@@ -306,7 +306,7 @@
 				</div>
 			</div>
 		</div>
-		<div ng-show="active === 'all'">
+		<div ng-if="active === 'all'">
 			<table class="order-table block order-table2" ng-table="tableParams" width="100%" style="table-layout:fixed">
 				<thead>
 					<tr class="header">
@@ -331,7 +331,7 @@
 						</div>
 					</td>
 					<td ng-if="check.totalCount.length === 0">-</td>
-					<td style="color: #3f84f6;cursor: pointer" ng-click="goToMNs(check)">对账详情</td>
+					<td style="color: #3f84f6;cursor: pointer" ng-click="goToMNs(check)">对账明细</td>
 				</tr>
 				</tbody>
 				<tbody ng-if="!ALLList || ALLList.length == 0">
@@ -352,7 +352,7 @@
 				</tbody>
 			</table>
 		</div>
-		<div ng-show="active !== 'all'">
+		<div ng-if="active !== 'all'">
 			<table class="order-table block" ng-table="tableParams">
 				<thead>
 					<tr class="header">

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

@@ -283,7 +283,7 @@
 				</div>
 			</div>
 		</div>
-		<div ng-show="active === 'all'">
+		<div ng-if="active === 'all'">
 			<table class="order-table block order-table2" ng-table="tableParams" width="100%" style="table-layout:fixed">
 				<thead>
 				<tr class="header">
@@ -308,7 +308,7 @@
 						</div>
 					</td>
 					<td ng-if="check.totalCount.length === 0">-</td>
-					<td style="color: #3f84f6;cursor: pointer" ng-click="goToMNs(check)">对账详情</td>
+					<td style="color: #3f84f6;cursor: pointer" ng-click="goToMNs(check)">对账明细</td>
 				</tr>
 				</tbody>
 				<tbody ng-if="!ALLList || ALLList.length == 0">
@@ -325,7 +325,7 @@
 				</tbody>
 			</table>
 		</div>
-		<div ng-show="active !== 'all'">
+		<div ng-if="active !== 'all'">
 			<table class="order-table block" ng-table="tableParams">
 				<thead>
 				<tr class="header">