车辆接口更新

This commit is contained in:
wangshiming
2022-01-19 13:28:56 +08:00
parent fa37d5c255
commit 3f83aa5cd6
2 changed files with 22 additions and 11 deletions

View File

@ -89,7 +89,14 @@
</nz-tab>
<nz-tab nzTitle="收款信息">
<st #st [data]="costInfo?.ficoAhxLList" [columns]="columns.collection" [page]="{ show: false}"
[loading]="service.http.loading" [scroll]="{ x:'1200px',y: '370px' }"></st>
[loading]="service.http.loading" [scroll]="{ x:'1200px',y: '370px' }">
<ng-template st-row="no" let-item let-index="index" let-column="column">
{{ index+1 }}
</ng-template>
<ng-template st-row="status" let-item let-index="index" let-column="column">
已核销
</ng-template>
</st>
</nz-tab>
<nz-tab nzTitle="收票信息">
<st #st [data]="data" [columns]="columns.ticket" [page]="{ show: false}" [loading]="service.http.loading"
@ -97,7 +104,11 @@
</nz-tab>
<nz-tab nzTitle="付款信息">
<st #st [data]="costInfo?.ficoPhxLList" [columns]="columns.payment" [page]="{ show: false}" [loading]="service.http.loading"
[scroll]="{ x:'1200px',y: '370px' }"></st>
[scroll]="{ x:'1200px',y: '370px' }">
<ng-template st-row="no" let-item let-index="index" let-column="column">
{{ index+1 }}
</ng-template>
</st>
</nz-tab>
</nz-tabset>

View File

@ -69,16 +69,16 @@ export class CostManagementDetailComponent implements OnInit {
{ title: '开票金额', index: 'vatmoney' }
],
collection: [
{ title: '序号', index: 'no' },
{ title: '费用明细号', index: 'waybillLId' },
{ title: '收款单号', index: 'callNo' },
{ title: '收款日期', index: 'callNo' },
{ title: '收款状态', index: 'callNo' },
{ title: '应收金额', index: 'callNo' },
{ title: '收款金额', index: 'callNo' }
{ title: '序号', render: 'no', width: 70 },
{ title: '费用明细号', index: 'feeLId' },
{ title: '收款单号', index: 'id' },
{ title: '收款日期', index: 'feedate' },
{ title: '收款状态', render: 'status' },
{ title: '应收金额', index: 'ahxmoney' },
{ title: '收款金额', index: 'ahxmoney' }
],
ticket: [
{ title: '序号', index: 'no' },
{ title: '序号', render: 'no', width: 70 },
{ title: '费用明细号', index: 'callNo' },
{ title: '进项发票号', index: 'callNo' },
{ title: '发票类型', index: 'callNo' },
@ -89,7 +89,7 @@ export class CostManagementDetailComponent implements OnInit {
{ title: '收票金额', index: 'callNo' }
],
payment: [
{ title: '序号', index: 'no' },
{ title: '序号', render: 'no', width: 70 },
{ title: '费用明细号', index: 'callNo' },
{ title: '付款单号', index: 'callNo' },
{ title: '要求日期', index: 'callNo' },