This commit is contained in:
Taric Xin
2022-04-02 13:45:44 +08:00
parent 3548558a64
commit 3e2e9ff834
4 changed files with 6 additions and 4 deletions

View File

@ -406,6 +406,7 @@ export class InvoiceRequestedComponent {
return [
{ title: '', index: 'key', type: 'checkbox' },
{ title: '申请编号', render: 'vatappcode', width: 190 },
{ title: '发票类型', index: 'vatapptypeLable', width: 140 },
{ title: '网络货运人', index: 'ltdName', width: 170 },
{ title: '货主名称', index: 'artoName', width: 170 },
{ title: '订单数', index: 'ordlines', width: 90 },
@ -444,6 +445,7 @@ export class InvoiceRequestedComponent {
params: ({ record }) => ({ value: record.invoicedMoney })
}
},
{ title: '已开票张数', index: 'invoicedNum', width: 160 },
{ title: '开户行', index: 'bankName', width: 160 },
{ title: '银行账户', index: 'bankAccount', width: 140 },
{ title: '注册地址', index: 'registerAddr', width: 140 },
@ -463,7 +465,7 @@ export class InvoiceRequestedComponent {
{
title: '快递是否下单成功',
index: 'expressHSts',
width: 150,
width: 170,
className: 'text-center',
type: 'enum',
enum: { true: '是', false: '否' }