edit
This commit is contained in:
		@ -44,10 +44,7 @@
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    <st #st [scroll]="{ x: '2000px' }" [data]="service.$api_ficoVatinvHList" [columns]="columns"
 | 
			
		||||
        [req]="{ method: 'POST', allInBody: true, reName: { pi: 'pageIndex', ps: 'pageSize' },process: beforeReq }"
 | 
			
		||||
        [res]="{ reName: { list: 'data.records', total: 'data.total' },process:afterRes }"
 | 
			
		||||
        [page]="{ show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100, 200, 300, 500, 1000] }"
 | 
			
		||||
        [loading]="service.http.loading">
 | 
			
		||||
        [req]="{process: beforeReq }" [res]="{process:afterRes }" [loading]="service.http.loading">
 | 
			
		||||
 | 
			
		||||
        <ng-template st-row="vatinvcode" let-item let-index="index" let-column="column">
 | 
			
		||||
            {{ item.vatinvcode }} <br>
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user