diff --git a/src/app/routes/financial-management/components/cost-management/cost-management-detail/cost-management-detail.component.html b/src/app/routes/financial-management/components/cost-management/cost-management-detail/cost-management-detail.component.html index 2775413f..54ad912d 100644 --- a/src/app/routes/financial-management/components/cost-management/cost-management-detail/cost-management-detail.component.html +++ b/src/app/routes/financial-management/components/cost-management/cost-management-detail/cost-management-detail.component.html @@ -103,8 +103,8 @@ - - {{ item.vatnotax | currency}} + + {{ item.armoney | currency}} {{ item.vatmoney | currency}} diff --git a/src/app/routes/financial-management/components/cost-management/cost-management-detail/cost-management-detail.component.ts b/src/app/routes/financial-management/components/cost-management/cost-management-detail/cost-management-detail.component.ts index eca4cedf..981f1776 100644 --- a/src/app/routes/financial-management/components/cost-management/cost-management-detail/cost-management-detail.component.ts +++ b/src/app/routes/financial-management/components/cost-management/cost-management-detail/cost-management-detail.component.ts @@ -67,9 +67,9 @@ export class CostManagementDetailComponent implements OnInit { { title: '序号', render: 'no', width: 70, className: 'text-left' }, { title: '费用明细号', index: 'feeLId', className: 'text-left', width: 200 }, { title: '发票申请', index: 'vatinvcode', className: 'text-left', width: 200 }, - { title: '发票类型', index: 'vatapptype', className: 'text-left', width: 200 }, - { title: '发票号', index: 'vatappcode', className: 'text-left', width: 200 }, - { title: '发票日期', index: 'vatappdate', className: 'text-left', width: 200 }, + { title: '发票类型', index: 'invoicetypeLabel', className: 'text-left', width: 200 }, + { title: '发票号', index: 'invoiceno', className: 'text-left', width: 200 }, + { title: '发票日期', index: 'invoicedate', className: 'text-left', width: 200 }, { title: '发票状态', index: 'stsLabel', className: 'text-left', width: 200 }, { title: '应收金额', render: 'armoney', className: 'text-left', width: 200 }, { title: '开票金额', render: 'vatmoney', className: 'text-left', width: 200 }