edit
This commit is contained in:
@ -60,8 +60,8 @@
|
||||
</ng-template>
|
||||
</st>
|
||||
</nz-tab>
|
||||
<!-- <nz-tab nzTitle="核销信息">
|
||||
<div nz-row nzGutter="8">
|
||||
<nz-tab nzTitle="核销信息">
|
||||
<!-- <div nz-row nzGutter="8">
|
||||
<div nz-col [nzXl]="16" [nzLg]="18" [nzSm]="24" [nzXs]="24">
|
||||
<sf #sf [schema]="infoSearchSchema"
|
||||
[ui]="{ '*': { spanLabelFixed: 90,grid: { lg: 12, md: 12, sm: 12, xs: 24 } }}" [compact]="true"
|
||||
@ -72,13 +72,15 @@
|
||||
(click)="infoST?.load(1)">查询</button>
|
||||
<button nz-button (click)="resetInfoSF()">重置</button>
|
||||
</div>
|
||||
</div>
|
||||
<st #infoST [scroll]="{ x: '2000px' }" [data]="[]" [columns]="columns.info" [req]="{ process: beforeReq }"
|
||||
[loading]="service.http.loading" [scroll]="{ x: '1200px', y: '370px' }" class="mt-md">
|
||||
</div> -->
|
||||
<st #infoST [scroll]="{ x: '2000px' }" [data]="service.$api_get_advance_collection_hrxiao"
|
||||
[columns]="columns.info" [page]="{ show: false }" [req]="{ process: beforeReq }"
|
||||
[res]="{ reName: { list: 'data' } }" [loading]="service.http.loading"
|
||||
[scroll]="{ x: '1200px', y: '370px' }" class="mt-md">
|
||||
<ng-template st-row="no" let-item let-index="index" let-column="column">
|
||||
{{index+1}}
|
||||
</ng-template>
|
||||
</st>
|
||||
</nz-tab> -->
|
||||
</nz-tab>
|
||||
</nz-tabset>
|
||||
</nz-card>
|
||||
@ -133,17 +133,17 @@ export class AdvanceCollectionDetailComponent implements OnInit {
|
||||
],
|
||||
info: [
|
||||
{ title: '序号', render: 'no', width: 70, className: 'text-left' },
|
||||
{ title: '核销单号', index: 'cnoName', className: 'text-left', width: 200 },
|
||||
{ title: '核销日期', index: 'billHId', className: 'text-center', width: 150 },
|
||||
{ title: '核销单号', index: 'ahxcode', className: 'text-left', width: 200 },
|
||||
{ title: '核销日期', index: 'ahxdate', className: 'text-center', width: 150 },
|
||||
{
|
||||
title: '核销金额',
|
||||
index: 'yskmoney',
|
||||
index: 'ahxmoney',
|
||||
type: 'widget',
|
||||
className: 'text-right',
|
||||
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.yskmoney }) },
|
||||
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.ahxmoney }) },
|
||||
width: 200
|
||||
},
|
||||
{ title: '核销备注', index: 'vatapptype', className: 'text-left', width: 200 }
|
||||
{ title: '核销备注', index: 'remarks', className: 'text-left', width: 200 }
|
||||
]
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user