Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop
This commit is contained in:
		| @ -3,19 +3,19 @@ | ||||
| <nz-card> | ||||
|   <!-- 搜索表单 --> | ||||
|   <div nz-row nzGutter="8"> | ||||
|     <div nz-col [nzSpan]="_$expand ? 24 : 18"> | ||||
|     <div nz-col [nzSpan]=" 24 "> | ||||
|       <sf #sf [schema]="schema" [ui]="ui" [compact]="true" [button]="'none'"></sf> | ||||
|     </div> | ||||
|     <div nz-col [nzSpan]="_$expand ? 24 : 6" [class.text-right]="_$expand"> | ||||
|       <button nz-button nzType="primary" [disabled]="!sf.valid" [nzLoading]="isLoading && st.loading" (click)="search()" | ||||
|         acl [acl-ability]="['RiskOrder-Search']">查询</button> | ||||
|       <button nz-button (click)="resetSF()">重置</button> | ||||
|       <button nz-button (click)="export()">导出</button> | ||||
|       <button nz-button nzType="link" (click)="expandToggle()"> | ||||
|         {{ !_$expand ? '展开' : '收起' }} | ||||
|         <i nz-icon [nzType]="!_$expand ? 'down' : 'up'"></i> | ||||
|       </button> | ||||
|     </div> | ||||
|   </div> | ||||
|   <div [class.text-right]="true"> | ||||
|     <button nz-button nzType="primary" [disabled]="!sf.valid" [nzLoading]="isLoading && st.loading" (click)="search()" | ||||
|       acl [acl-ability]="['RiskOrder-Search']">查询</button> | ||||
|     <button nz-button (click)="resetSF()">重置</button> | ||||
|     <button nz-button (click)="export()">导出</button> | ||||
|     <button nz-button nzType="link" (click)="expandToggle()"> | ||||
|       {{ !_$expand ? '展开' : '收起' }} | ||||
|       <i nz-icon [nzType]="!_$expand ? 'down' : 'up'"></i> | ||||
|     </button> | ||||
|   </div> | ||||
| </nz-card> | ||||
| <nz-card> | ||||
|  | ||||
| @ -112,7 +112,6 @@ export class DatatableOrderReportingComponent implements OnInit { | ||||
|             placeholder: '请选择', | ||||
|             widget: 'select', | ||||
|             asyncData: () => this.shipperSrv.getNetworkFreightForwarder({}, false), | ||||
|  | ||||
|             allowClear: true | ||||
|           } | ||||
|         }, | ||||
| @ -266,8 +265,13 @@ export class DatatableOrderReportingComponent implements OnInit { | ||||
|       }, | ||||
|     }; | ||||
|     this.ui = { | ||||
|       '*': { spanLabelFixed: 120, grid: { span: 8, gutter: 4 }, enter: () => this.search() }, | ||||
|       $time: { grid: { span: 24 } }, | ||||
|       '*': { | ||||
|         spanLabelFixed: 120, | ||||
|         grid: { | ||||
|           lg: 12, | ||||
|           xl: 8 | ||||
|         }, enter: () => this.search() | ||||
|       }, | ||||
|     }; | ||||
|   } | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user