edit
This commit is contained in:
		| @ -103,8 +103,8 @@ | |||||||
|     <nz-tab nzTitle="开票信息"> |     <nz-tab nzTitle="开票信息"> | ||||||
|       <st #st [scroll]="{ x: '2000px' }" [data]="costInfo?.ficoVatappDatailList" [columns]="columns.requested" |       <st #st [scroll]="{ x: '2000px' }" [data]="costInfo?.ficoVatappDatailList" [columns]="columns.requested" | ||||||
|         [page]="{ show: false }" [loading]="service.http.loading" [scroll]="{ x: '1200px', y: '370px' }"> |         [page]="{ show: false }" [loading]="service.http.loading" [scroll]="{ x: '1200px', y: '370px' }"> | ||||||
|         <ng-template st-row="vatnotax" let-item let-index="index"> |         <ng-template st-row="armoney" let-item let-index="index"> | ||||||
|           {{ item.vatnotax | currency}} |           {{ item.armoney | currency}} | ||||||
|         </ng-template> |         </ng-template> | ||||||
|         <ng-template st-row="vatmoney" let-item let-index="index"> |         <ng-template st-row="vatmoney" let-item let-index="index"> | ||||||
|           {{ item.vatmoney | currency}} |           {{ item.vatmoney | currency}} | ||||||
|  | |||||||
| @ -67,9 +67,9 @@ export class CostManagementDetailComponent implements OnInit { | |||||||
|         { title: '序号', render: 'no', width: 70, className: 'text-left' }, |         { title: '序号', render: 'no', width: 70, className: 'text-left' }, | ||||||
|         { title: '费用明细号', index: 'feeLId', className: 'text-left', width: 200 }, |         { title: '费用明细号', index: 'feeLId', className: 'text-left', width: 200 }, | ||||||
|         { title: '发票申请', index: 'vatinvcode', className: 'text-left', width: 200 }, |         { title: '发票申请', index: 'vatinvcode', className: 'text-left', width: 200 }, | ||||||
|         { title: '发票类型', index: 'vatapptype', className: 'text-left', width: 200 }, |         { title: '发票类型', index: 'invoicetypeLabel', className: 'text-left', width: 200 }, | ||||||
|         { title: '发票号', index: 'vatappcode', className: 'text-left', width: 200 }, |         { title: '发票号', index: 'invoiceno', className: 'text-left', width: 200 }, | ||||||
|         { title: '发票日期', index: 'vatappdate', className: 'text-left', width: 200 }, |         { title: '发票日期', index: 'invoicedate', className: 'text-left', width: 200 }, | ||||||
|         { title: '发票状态', index: 'stsLabel', className: 'text-left', width: 200 }, |         { title: '发票状态', index: 'stsLabel', className: 'text-left', width: 200 }, | ||||||
|         { title: '应收金额', render: 'armoney', className: 'text-left', width: 200 }, |         { title: '应收金额', render: 'armoney', className: 'text-left', width: 200 }, | ||||||
|         { title: '开票金额', render: 'vatmoney', className: 'text-left', width: 200 } |         { title: '开票金额', render: 'vatmoney', className: 'text-left', width: 200 } | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user