edit
This commit is contained in:
@ -438,7 +438,10 @@ export class InvoiceRequestedComponent {
|
|||||||
width: 150,
|
width: 150,
|
||||||
type: 'widget',
|
type: 'widget',
|
||||||
className: 'text-right',
|
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: 'bankName', width: 160 },
|
||||||
{ title: '银行账户', index: 'bankAccount', width: 140 },
|
{ title: '银行账户', index: 'bankAccount', width: 140 },
|
||||||
|
|||||||
Reference in New Issue
Block a user