This commit is contained in:
Taric Xin
2022-03-29 10:23:40 +08:00
parent 8452e4b2af
commit 696ad9847b

View File

@ -438,7 +438,10 @@ export class InvoiceRequestedComponent {
width: 150,
type: 'widget',
className: 'text-right',
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.invoicedMoney }) }
widget: {
type: 'currency-chy',
params: ({ record }) => ({ value: record.sts === '3' ? record.applyAmount : record.invoicedMoney })
}
},
{ title: '开户行', index: 'bankName', width: 160 },
{ title: '银行账户', index: 'bankAccount', width: 140 },