edit
This commit is contained in:
@ -267,8 +267,14 @@ export class CancellationInvoiceComponent implements OnInit {
|
||||
private initST(): STColumn[] {
|
||||
return [
|
||||
{ title: '', index: 'key', type: 'checkbox', fixed: 'left', width: 50, className: 'text-center' },
|
||||
{ title: '分票编号', render: 'vatinvcode', width: 150 },
|
||||
{ title: '申请编号', index: 'vatappHId', width: 120 },
|
||||
{ title: '分票编号', render: 'vatinvcode', width: 160 },
|
||||
{
|
||||
title: '申请编号',
|
||||
index: 'vatappHCode',
|
||||
width: 120,
|
||||
type: 'link',
|
||||
click: item => this.router.navigate(['/ticket/invoice-requested/detail/' + item?.vatappHId])
|
||||
},
|
||||
{ title: '申请时间', index: 'createTime', type: 'date', width: 150 },
|
||||
{ title: '网络货运人', index: 'ltdName', width: 120 },
|
||||
{ title: '购买人', index: 'artoName', width: 90 },
|
||||
@ -304,7 +310,7 @@ export class CancellationInvoiceComponent implements OnInit {
|
||||
{ title: '其他要求', index: 'otherremarks', width: 100 },
|
||||
{
|
||||
title: '操作',
|
||||
width: '90px',
|
||||
width: '100px',
|
||||
fixed: 'right',
|
||||
buttons: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user