This commit is contained in:
Taric Xin
2022-03-24 10:04:03 +08:00
parent 29fee8e3aa
commit fcce660bea
3 changed files with 27 additions and 12 deletions

View File

@ -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',