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