This commit is contained in:
Taric Xin
2022-04-08 17:00:11 +08:00
parent 1a397b28f3
commit 7d899c8d9d
4 changed files with 34 additions and 5 deletions

View File

@ -420,7 +420,7 @@ export class InvoiceRequestedComponent {
return [
{ title: '', index: 'key', type: 'checkbox' },
{ title: '申请编号', render: 'vatappcode', width: 190 },
{ title: '发票类型', index: 'vatapptypeLable', width: 140 },
{ title: '发票类型', index: 'vatapptypeLabel', width: 140 },
{ title: '网络货运人', index: 'ltdName', width: 170 },
{ title: '货主名称', index: 'artoName', width: 170 },
{ title: '订单数', index: 'ordlines', width: 90 },
@ -459,7 +459,7 @@ export class InvoiceRequestedComponent {
params: ({ record }) => ({ value: record.invoicedMoney })
}
},
{ title: '已开票张数', index: 'invoicedNum', width: 160 },
{ title: '已开票张数', className: 'text-right', index: 'invoicedNum', width: 160 },
{ title: '开户行', index: 'bankName', width: 160 },
{ title: '银行账户', index: 'bankAccount', width: 140 },
{ title: '注册地址', index: 'registerAddr', width: 140 },