Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop

This commit is contained in:
wangshiming
2022-03-03 15:13:02 +08:00

View File

@ -61,7 +61,7 @@
{{ (costInfo?.hrvatmoney || 0) | currency }}
</se>
<se label="付款金额" required>
{{ costInfo?.hrpaymoney | currency }}
{{ costInfo?.hrmoney | currency}}
</se>
</se-container>
</div>
@ -84,7 +84,9 @@
<span *ngIf="textStatus">{{ item.hrmoney | currency}}</span>
</ng-template>
<ng-template st-row="armoney" let-item let-index="index">
{{ item.armoney | currency}}
<!-- {{ item.armoney | currency}} -->
<span *ngIf="!textStatus">{{ item.armoney | currency}}</span>
<span *ngIf="textStatus">{{ item.hrmoney | currency}}</span>
</ng-template>
<ng-template st-row="arkpmoney" let-item let-index="index">
{{ item.arkpmoney | currency}}