This commit is contained in:
Taric Xin
2022-03-29 10:47:46 +08:00
parent 696ad9847b
commit f4aa043eed

View File

@ -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 },