This commit is contained in:
Taric Xin
2022-03-23 09:51:22 +08:00
parent 549fb8a5c4
commit cd84e321e2
3 changed files with 33 additions and 8 deletions

View File

@ -16,8 +16,7 @@
<sf #sf [schema]="searchSchema" [ui]="{ '*': { spanLabelFixed: 120, grid: { lg: 8, md: 12, sm: 12, xs: 24 } } }"
[compact]="true" [button]="'none'"></sf>
</div>
<div nz-col [nzXl]="_$expand ? 24 : 6" [nzLg]="24" [nzSm]="24" [nzXs]="24" [class.expend-options]="_$expand"
class="text-right">
<div nz-col [nzXl]="_$expand ? 24 : 6" [nzLg]="24" [nzSm]="24" [nzXs]="24" class="text-right">
<button nz-button nzType="primary" [nzLoading]="false" (click)="st?.load(1)">查询</button>
<button nz-button (click)="resetSF()">重置</button>
<!-- <button nz-button> 导出</button> -->

View File

@ -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 =>