edit
This commit is contained in:
@ -137,7 +137,7 @@ export class InvoicedListComponent implements OnInit {
|
||||
autocomplete: 'off'
|
||||
}
|
||||
},
|
||||
vatinvcode: {
|
||||
vatappHCode: {
|
||||
type: 'string',
|
||||
title: '申请编号',
|
||||
ui: {
|
||||
@ -177,6 +177,16 @@ export class InvoicedListComponent implements OnInit {
|
||||
asyncData: () => this.service.getNetworkFreightForwarder({}, true)
|
||||
},
|
||||
default: ''
|
||||
},
|
||||
vatinvcode: {
|
||||
type: 'string',
|
||||
title: '分票编号',
|
||||
ui: {
|
||||
placeholder: '请输入',
|
||||
visibleIf: {
|
||||
expand: (value: boolean) => value
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
@ -188,7 +198,7 @@ export class InvoicedListComponent implements OnInit {
|
||||
{ title: '发票号码', index: 'invoiceno', width: 150 },
|
||||
{
|
||||
title: '申请编号',
|
||||
index: 'vatinvcode',
|
||||
index: 'vatappHCode',
|
||||
width: 190,
|
||||
type: 'link',
|
||||
click: item =>
|
||||
|
||||
Reference in New Issue
Block a user