Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop
This commit is contained in:
		| @ -4,7 +4,7 @@ | ||||
|  * @Author       : Shiming | ||||
|  * @Date         : 2022-04-06 10:57:56 | ||||
|  * @LastEditors  : Shiming | ||||
|  * @LastEditTime : 2022-04-21 09:45:41 | ||||
|  * @LastEditTime : 2022-04-21 16:41:13 | ||||
|  * @FilePath     : \\tms-obc-web\\src\\app\\routes\\financial-management\\components\\freight-account\\freight-account-detail\\freight-account-detail.component.html | ||||
|  * Copyright (C) 2022 huzhenhong. All rights reserved. | ||||
| --> | ||||
| @ -50,7 +50,7 @@ | ||||
|         </div> | ||||
|         <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);loadInfo();">查询</button> | ||||
|                 (click)="st?.load(1);">查询</button> | ||||
|             <button nz-button (click)="resetSF()">重置</button> | ||||
|             <button nz-button (click)="exportList()"> 导出</button> | ||||
|             <button nz-button nzType="link" (click)="expandToggle()"> | ||||
|  | ||||
| @ -46,7 +46,7 @@ export class FreightAccountDetailComponent implements OnInit { | ||||
|         } | ||||
|       }); | ||||
|     } | ||||
|     this.loadStatistics(requestOptions.body); | ||||
|     // this.loadStatistics(requestOptions.body); | ||||
|     return requestOptions; | ||||
|   }; | ||||
|  | ||||
|  | ||||
| @ -150,9 +150,9 @@ export class PaymentRecordComponent implements OnInit { | ||||
|           type: 'string', | ||||
|           title: '车队长收款', | ||||
|           enum: [ | ||||
|             { label: '全部', value: '' }, | ||||
|             { label: '否', value: '0' }, | ||||
|             { label: '是', value: '1' } | ||||
|             {label: '全部', value: ''}, | ||||
|             {label: '是', value: '1'}, | ||||
|             {label: '否', value: '2'} | ||||
|           ], | ||||
|           ui: { | ||||
|             widget: 'select', | ||||
|  | ||||
		Reference in New Issue
	
	Block a user