diff --git a/src/app/routes/ticket-management/components/invoice-requested/invoice-requested.component.ts b/src/app/routes/ticket-management/components/invoice-requested/invoice-requested.component.ts index 04de18fb..5ca09fc3 100644 --- a/src/app/routes/ticket-management/components/invoice-requested/invoice-requested.component.ts +++ b/src/app/routes/ticket-management/components/invoice-requested/invoice-requested.component.ts @@ -434,13 +434,13 @@ export class InvoiceRequestedComponent { }, { title: '已开票金额', - index: 'invoicedMoney', + index: 'vatmoney', width: 150, type: 'widget', className: 'text-right', widget: { type: 'currency-chy', - params: ({ record }) => ({ value: record.sts === '3' ? record.applyAmount : record.invoicedMoney }) + params: ({ record }) => ({ value: record.vatmoney }) } }, { title: '开户行', index: 'bankName', width: 160 },