From f4aa043eed2f0a926b2297c71429a17c07a9fd53 Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Tue, 29 Mar 2022 10:47:46 +0800 Subject: [PATCH] edit --- .../invoice-requested/invoice-requested.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 },