This commit is contained in:
wangshiming
2022-05-11 19:52:56 +08:00
parent 9dbafb2a30
commit 081d185d4c
4 changed files with 81 additions and 37 deletions

View File

@ -95,6 +95,9 @@
<ng-template st-row="orderAmount" let-item let-index="index">
<div class="text-right">{{ item?.orderAmount | currency }}</div>
</ng-template>
<ng-template st-row="wayAmount" let-item let-index="index">
<div class="text-right">{{ item?.wayAmount | currency }}</div>
</ng-template>
</st>
</nz-card>
<ng-template #extraTemplate>

View File

@ -239,7 +239,7 @@ export class TaxManagementOrderReportingComponent extends BasicTableComponent im
{ title: '司机身份证号', index: 'driverCertificateNumber', className: 'text-center', width: '180px' },
{ title: '车牌号', index: 'carNo', className: 'text-center', width: '100px' },
{ title: '货物信息', render: 'goodsName', className: 'text-center', width: '200px' },
{ title: '运费金额', render: 'orderAmount', className: 'text-center', width: '100px' },
{ title: '运费金额', render: 'wayAmount', className: 'text-center', width: '100px' },
{ title: '装卸方式', index: 'loadingUnloadWay', className: 'text-center', width: '180px' },
{ title: '支付方式', index: 'payMent', className: 'text-center', width: '150px' },
{ title: '支付账号', index: 'paymentAccount', className: 'text-center', width: '200px' },