This commit is contained in:
Taric Xin
2022-01-19 16:30:12 +08:00
parent ce64b48674
commit 48ce6a1d10
22 changed files with 623 additions and 144 deletions

View File

@ -190,8 +190,8 @@ export class InvoicedListComponent implements OnInit {
})
},
{ title: '申请时间', index: 'createTime', type: 'date', width: 150 },
{ title: '发票类型', index: 'invoicetype', width: 100 },
{ title: '网络货运人', index: 'ltdId', width: 120 },
{ title: '发票类型', index: 'invoicetypeLabel', className: 'text-center', width: 140 },
{ title: '网络货运人', index: 'ltdName', width: 120 },
{ title: '购买人', index: 'artoname', width: 90 },
{ title: '订单数', index: 'ordlines', className: 'text-right', width: 90 },
{
@ -225,7 +225,7 @@ export class InvoicedListComponent implements OnInit {
render: 'expresscompany',
width: 180
},
{ title: '状态', index: 'sts', width: 90 },
{ title: '状态', index: 'stsLabel', width: 90 },
{
title: '操作',
fixed: 'right',