edit
This commit is contained in:
		| @ -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 }, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user