edit
This commit is contained in:
		| @ -237,7 +237,7 @@ export class ETCBlacklistComponent implements OnInit { | ||||
|           } | ||||
|         }, | ||||
|         params5: { | ||||
|           title: '司机姓名', | ||||
|           title: '车辆所有人', | ||||
|           type: 'string', | ||||
|           ui: { | ||||
|             placeholder: '请输入', | ||||
|  | ||||
| @ -20,7 +20,7 @@ | ||||
|     <div nz-col [nzXl]="_$expand ? 24 : 6" [nzLg]="24" [nzSm]="24" [nzXs]="24" 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 (click)="exprot()"> 导出</button> | ||||
|       <button nz-button nzType="link" (click)="expandToggle()"> | ||||
|         {{ !_$expand ? '展开' : '收起' }} | ||||
|         <i nz-icon [nzType]="!_$expand ? 'down' : 'up'"></i> | ||||
| @ -74,4 +74,4 @@ | ||||
|       </se> | ||||
|     </div> | ||||
|   </div> | ||||
| </ng-template> | ||||
| </ng-template> | ||||
| @ -302,6 +302,11 @@ export class InvoiceRequestedComponent { | ||||
|     this.sf?.setValue('/expand', this._$expand); | ||||
|   } | ||||
|  | ||||
|   // 导出 | ||||
|   exprot() { | ||||
|     this.service.exportStart({ ...this.sf.value, pageSize: -1 }, this.service.$api_export_invoice_requested_page); | ||||
|   } | ||||
|  | ||||
|   private initSF(): SFSchema { | ||||
|     return { | ||||
|       properties: { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user