车辆接口更新
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
<div nz-col [nzXl]="_$expand ? 24 : 6" [nzLg]="24" [nzSm]="24" [nzXs]="24" [class.expend-options]="_$expand" class="text-right">
|
||||
<button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)">查询</button>
|
||||
<button nz-button (click)="resetSF()">重置</button>
|
||||
<button nz-button> 导出</button>
|
||||
<!-- <button nz-button> 导出</button> -->
|
||||
<button nz-button nzType="link" (click)="expandToggle()">
|
||||
{{ !_$expand ? '展开' : '收起' }}
|
||||
<i nz-icon [nzType]="!_$expand ? 'down' : 'up'"></i>
|
||||
@ -25,14 +25,14 @@
|
||||
|
||||
<nz-card nzBordered>
|
||||
<div class="d-flex align-items-center mb-md">
|
||||
<button nz-button (click)="this.deletedInvoice()">作废发票</button>
|
||||
<button nz-button (click)="this.invoiceHongChong()">发票红冲</button>
|
||||
<div class="ml-md">
|
||||
<!-- <button nz-button (click)="this.deletedInvoice()">作废发票</button>
|
||||
<button nz-button (click)="this.invoiceHongChong()">发票红冲</button> -->
|
||||
<!-- <div class="ml-md">
|
||||
已选择
|
||||
<strong class="text-red">{{ selectedRows.length }}</strong> 条数据 开票金额总计
|
||||
<strong class="text-red">{{ totalCallNo }}</strong>
|
||||
<a *ngIf="totalCallNo > 0" (click)="st.clearCheck()" class="ml-lg">清空</a>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
|
||||
<st
|
||||
|
||||
Reference in New Issue
Block a user