30 lines
1.3 KiB
HTML
30 lines
1.3 KiB
HTML
<!-- <page-header-wrapper title="快递信息">
|
|
</page-header-wrapper>
|
|
|
|
<nz-card class="search-box">
|
|
<div nz-row nzGutter="8">
|
|
<div nz-col [nzSpan]="18">
|
|
<sf #sf [schema]="searchSchema" [ui]="{ '*': { spanLabelFixed: 90,grid: { span: 12 } }}" [compact]="true"
|
|
[button]="'none'"></sf>
|
|
</div>
|
|
<div nz-col [nzSpan]="6" class="text-right">
|
|
<button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)">查询</button>
|
|
<button nz-button (click)="resetSF()">重置</button>
|
|
</div>
|
|
</div>
|
|
</nz-card> -->
|
|
|
|
<nz-card class="table-box">
|
|
<div class="header_box">
|
|
<label class="page_title"> <label class="driver">|</label> 快递信息</label>
|
|
<div class="mr-sm">
|
|
<button nz-button nzDanger [nzLoading]="service.http.loading" (click)="openDrawer()" acl
|
|
[acl-ability]="['FINANCIAL-VOUCHER-list']">筛选</button>
|
|
<button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="openDrawer()" acl
|
|
[acl-ability]="['TICKET-EXPRESS-INFO-print']">筛选</button>
|
|
</div>
|
|
</div>
|
|
|
|
<st #st [data]="url" [columns]="columns" [req]="{ process:beforeReq }" [loading]="false" [page]="{}"
|
|
[scroll]="{x:'1200px',y:scrollY}" (change)="stChange($event)"></st>
|
|
</nz-card> |