浏览代码

Merge remote-tracking branch 'origin/feature-hejq-201844' into feature-hejq-201844

hejq 7 年之前
父节点
当前提交
e72a9d7fdf
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/main/webapp/resources/tpl/index/fa/apCheck.html

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

@@ -321,13 +321,13 @@
 					<td style="color: #3f84f6">{{::check.myEnterprise.enName}}</td>
 					<td ng-if="check.thisMonthCount && check.thisMonthCount.length > 0">
 						<div ng-repeat="count in check.thisMonthCount">
-							<span>{{count.currency === 'RMB' ? '¥': (count.currency === 'USD' ? '$' : 'HK$')}}:{{count.amount | number:2}}</span>
+							<span>{{count.currency}}:{{count.amount | number:2}}</span>
 						</div>
 					</td>
 					<td ng-if="!check.thisMonthCount">-</td>
 					<td ng-if="check.totalCount && check.totalCount.length > 0">
 						<div ng-repeat="count in check.totalCount">
-							<span>{{count.currency === 'RMB' ? '¥': (count.currency === 'USD' ? '$' : 'HK$')}}:{{count.amount | number:2}}</span>
+							<span>{{count.currency}}:{{count.amount | number:2}}</span>
 						</div>
 					</td>
 					<td ng-if="!check.totalCount">-</td>
@@ -451,7 +451,7 @@
 						<label>本期间应收:</label>
 						<label style="text-align:left;vertical-align: top;">
 							<div ng-if="dataInfo.thisMonthCount.length > 0" ng-repeat="count in dataInfo.thisMonthCount">
-								<span>{{count.currency === 'RMB' ? '¥': (count.currency === 'USD' ? '$' : 'HK$')}}:{{count.amount | number:2}}</span>
+								<span>{{count.currency}}:{{count.amount | number:2}}</span>
 							</div>
 							<div ng-if="dataInfo.thisMonthCount.length === 0">
 								0
@@ -462,7 +462,7 @@
 						<label>应收总额:</label>
 						<label style="text-align:left;vertical-align: top;">
 							<div ng-if="dataInfo.totalCount.length > 0" ng-repeat="count in dataInfo.totalCount">
-								<span>{{count.currency === 'RMB' ? '¥': (count.currency === 'USD' ? '$' : 'HK$')}}:{{count.amount | number:2}}</span>
+								<span>{{count.currency }}:{{count.amount | number:2}}</span>
 							</div>
 							<div ng-if="dataInfo.totalCount.length === 0">
 								0