edit
This commit is contained in:
		| @ -17,16 +17,8 @@ | |||||||
|       <sf #sf [schema]="schema" [ui]="ui" [compact]="true" [button]="'none'"></sf> |       <sf #sf [schema]="schema" [ui]="ui" [compact]="true" [button]="'none'"></sf> | ||||||
|     </div> |     </div> | ||||||
|     <div nz-col [nzSpan]="_$expand ? 24 : 6" [class.text-right]="_$expand"> |     <div nz-col [nzSpan]="_$expand ? 24 : 6" [class.text-right]="_$expand"> | ||||||
|       <button |       <button nz-button nzType="primary" [disabled]="!sf.valid" [nzLoading]="service.http.loading" | ||||||
|         nz-button |         (click)="search()">查询</button> | ||||||
|         nzType="primary" |  | ||||||
|         [disabled]="!sf.valid" |  | ||||||
|         [nzLoading]="service.http.loading" |  | ||||||
|         (click)="search()" |  | ||||||
|         acl |  | ||||||
|         [acl-ability]="['RiskOrder-Search']" |  | ||||||
|         >查询</button |  | ||||||
|       > |  | ||||||
|       <button nz-button (click)="resetSF()">重置</button> |       <button nz-button (click)="resetSF()">重置</button> | ||||||
|       <button nz-button (click)="resetSF()">导出</button> |       <button nz-button (click)="resetSF()">导出</button> | ||||||
|       <button nz-button nzType="link" (click)="expandToggle()"> |       <button nz-button nzType="link" (click)="expandToggle()"> | ||||||
| @ -41,16 +33,10 @@ | |||||||
|     <nz-tab *ngFor="let tab of tabs" [nzTitle]="tab.name" (nzSelect)="selectChange(tab)"> </nz-tab> |     <nz-tab *ngFor="let tab of tabs" [nzTitle]="tab.name" (nzSelect)="selectChange(tab)"> </nz-tab> | ||||||
|   </nz-tabset> |   </nz-tabset> | ||||||
|   <!-- 数据列表 --> |   <!-- 数据列表 --> | ||||||
|   <st |   <st #st [scroll]="{ x: '1200px' }" [data]="service.$api_get_taxDeclaration" [columns]="columns" | ||||||
|     #st |  | ||||||
|     [scroll]="{ x: '1200px' }" |  | ||||||
|     [data]="service.$api_get_taxDeclaration" |  | ||||||
|     [columns]="columns" |  | ||||||
|     [req]="{ method: 'POST', allInBody: true, reName: { pi: 'pageIndex', ps: 'pageSize' }, params: reqParams }" |     [req]="{ method: 'POST', allInBody: true, reName: { pi: 'pageIndex', ps: 'pageSize' }, params: reqParams }" | ||||||
|     [res]="{ reName: { list: 'data.records', total: 'data.total' } }" |     [res]="{ reName: { list: 'data.records', total: 'data.total' } }" | ||||||
|     [page]="{ show: true, showSize: true, pageSizes: [10, 20, 50, 100] }" |     [page]="{ show: true, showSize: true, pageSizes: [10, 20, 50, 100] }" [loading]="false"> | ||||||
|     [loading]="false" |  | ||||||
|   > |  | ||||||
|     <ng-template st-row="orderStatus" let-item let-index="index"> |     <ng-template st-row="orderStatus" let-item let-index="index"> | ||||||
|       <a (click)="viewAuditResult(item)" *ngIf="item?.billStatus === '2'">{{ item?.billStatusLabel }}</a> |       <a (click)="viewAuditResult(item)" *ngIf="item?.billStatus === '2'">{{ item?.billStatusLabel }}</a> | ||||||
|       <span *ngIf="item?.billStatus !== '2'">{{ item?.billStatusLabel }}</span> |       <span *ngIf="item?.billStatus !== '2'">{{ item?.billStatusLabel }}</span> | ||||||
| @ -79,7 +65,8 @@ | |||||||
|   </div> |   </div> | ||||||
| </ng-template> | </ng-template> | ||||||
|  |  | ||||||
| <nz-modal [(nzVisible)]="isVisible" [nzWidth]="600" [nzFooter]="nzModalFooterEvaluate" (nzOnOk)="handleOK()" (nzOnCancel)="handleCancel()"> | <nz-modal [(nzVisible)]="isVisible" [nzWidth]="600" [nzFooter]="nzModalFooterEvaluate" (nzOnOk)="handleOK()" | ||||||
|  |   (nzOnCancel)="handleCancel()"> | ||||||
|   <ng-container *nzModalContent> |   <ng-container *nzModalContent> | ||||||
|     <div> 司机姓名:张三/13812345678 </div> |     <div> 司机姓名:张三/13812345678 </div> | ||||||
|     <div> 是否确认要将该司机的起征点同步调整为超过15万? </div> |     <div> 是否确认要将该司机的起征点同步调整为超过15万? </div> | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user