edit
This commit is contained in:
@ -137,6 +137,13 @@ export class InvoicedListComponent implements OnInit {
|
||||
autocomplete: 'off'
|
||||
}
|
||||
},
|
||||
invoiceno2: {
|
||||
type: 'string',
|
||||
title: '发票代码',
|
||||
ui: {
|
||||
autocomplete: 'off'
|
||||
}
|
||||
},
|
||||
vatappHCode: {
|
||||
type: 'string',
|
||||
title: '申请编号',
|
||||
@ -151,7 +158,10 @@ export class InvoicedListComponent implements OnInit {
|
||||
widget: 'sl-from-to-search',
|
||||
format: 'yyyy-MM-dd',
|
||||
placeholder: '请选择',
|
||||
nzShowTime: true
|
||||
nzShowTime: true,
|
||||
visibleIf: {
|
||||
expand: (value: boolean) => value
|
||||
}
|
||||
} as SFDateWidgetSchema
|
||||
},
|
||||
artoname: {
|
||||
@ -196,6 +206,7 @@ export class InvoicedListComponent implements OnInit {
|
||||
return [
|
||||
{ title: '', index: 'key', type: 'checkbox' },
|
||||
{ title: '发票号码', index: 'invoiceno', width: 150 },
|
||||
{ title: '发票代码', index: 'invoiceno2', width: 150 },
|
||||
{
|
||||
title: '申请编号',
|
||||
index: 'vatappHCode',
|
||||
|
||||
Reference in New Issue
Block a user