|
|
@ -15,6 +15,8 @@ |
|
|
|
<input (click)="stopclose($event)" readonly matInput placeholder="请选择消防救援站" autocomplete="off" [(ngModel)]="js" name="js" (focus)="openorganizationbox()"> |
|
|
|
<input (click)="stopclose($event)" readonly matInput placeholder="请选择消防救援站" autocomplete="off" [(ngModel)]="js" name="js" (focus)="openorganizationbox()"> |
|
|
|
</mat-form-field> |
|
|
|
</mat-form-field> |
|
|
|
<mat-checkbox color="primary" style="margin-left: 6px;" [(ngModel)]="jscheck" name="jscheck">包含下级</mat-checkbox> |
|
|
|
<mat-checkbox color="primary" style="margin-left: 6px;" [(ngModel)]="jscheck" name="jscheck">包含下级</mat-checkbox> |
|
|
|
|
|
|
|
<span *ngIf="padMore" style="margin-left: 10px; color: #0080FF;" (click)='padInfo()'>更多筛选条件<img [src]='imgsrcopen'> </span> |
|
|
|
|
|
|
|
<span *ngIf="padput" style="margin-left: 10px; color: #0080FF;" (click)='padInfo()'>收起<img [src]='imgsrcdown'> </span> |
|
|
|
<div class="organizationbox" *ngIf="isorganizationbox"> |
|
|
|
<div class="organizationbox" *ngIf="isorganizationbox"> |
|
|
|
<div (click)="closediv()" class="closediv"><mat-icon>clear</mat-icon></div> |
|
|
|
<div (click)="closediv()" class="closediv"><mat-icon>clear</mat-icon></div> |
|
|
|
<mat-tree [dataSource]="dataSource" [treeControl]="treeControl"> |
|
|
|
<mat-tree [dataSource]="dataSource" [treeControl]="treeControl"> |
|
|
@ -36,15 +38,16 @@ |
|
|
|
</mat-tree-node> |
|
|
|
</mat-tree-node> |
|
|
|
</mat-tree> |
|
|
|
</mat-tree> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div class="queryField"> |
|
|
|
<div class="queryField" *ngIf="!padMore"> |
|
|
|
<label style="margin-right: 10px;">统一社会信用代码:</label> |
|
|
|
<label style="margin-right: 10px;">统一社会信用代码:</label> |
|
|
|
<mat-form-field class="example-full-width"> |
|
|
|
<mat-form-field class="example-full-width"> |
|
|
|
<input matInput placeholder="请输入统一社会信用代码" name="shehui" [(ngModel)]="shehui" autocomplete="off"> |
|
|
|
<input matInput placeholder="请输入统一社会信用代码" name="shehui" [(ngModel)]="shehui" autocomplete="off"> |
|
|
|
</mat-form-field> |
|
|
|
</mat-form-field> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="queryField"> |
|
|
|
<div class="queryField" *ngIf="!padMore"> |
|
|
|
<label style="margin-right: 10px;">单位类型:</label> |
|
|
|
<label style="margin-right: 10px;">单位类型:</label> |
|
|
|
<mat-form-field> |
|
|
|
<mat-form-field> |
|
|
|
<mat-select placeholder='请选择单位类型' [(ngModel)]="unittype" name="unittype"> |
|
|
|
<mat-select placeholder='请选择单位类型' [(ngModel)]="unittype" name="unittype"> |
|
|
@ -53,8 +56,9 @@ |
|
|
|
</mat-option> |
|
|
|
</mat-option> |
|
|
|
</mat-select> |
|
|
|
</mat-select> |
|
|
|
</mat-form-field> |
|
|
|
</mat-form-field> |
|
|
|
|
|
|
|
<!-- <span style="margin-left: 2%;">更多筛选条件</span> --> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="queryField"> |
|
|
|
<div class="queryField" *ngIf="!padMore"> |
|
|
|
<label style="margin-right: 10px;">关注单位:</label> |
|
|
|
<label style="margin-right: 10px;">关注单位:</label> |
|
|
|
<mat-form-field> |
|
|
|
<mat-form-field> |
|
|
|
<mat-select placeholder='请选择单位是否关注' [(ngModel)]="follow" name="follow"> |
|
|
|
<mat-select placeholder='请选择单位是否关注' [(ngModel)]="follow" name="follow"> |
|
|
@ -63,7 +67,7 @@ |
|
|
|
</mat-select> |
|
|
|
</mat-select> |
|
|
|
</mat-form-field> |
|
|
|
</mat-form-field> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="queryField"> |
|
|
|
<div class="queryField" *ngIf="!padMore"> |
|
|
|
<label style="margin-right: 10px;">信息完整度排序:</label> |
|
|
|
<label style="margin-right: 10px;">信息完整度排序:</label> |
|
|
|
<mat-form-field> |
|
|
|
<mat-form-field> |
|
|
|
<mat-select placeholder='请选择排序方式' [(ngModel)]="integritySort" name="integritySort"> |
|
|
|
<mat-select placeholder='请选择排序方式' [(ngModel)]="integritySort" name="integritySort"> |
|
|
@ -72,12 +76,12 @@ |
|
|
|
</mat-select> |
|
|
|
</mat-select> |
|
|
|
</mat-form-field> |
|
|
|
</mat-form-field> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="queryField" style="margin-left: 100px;"> |
|
|
|
<div class="queryField" *ngIf="!padMore"> |
|
|
|
<label style="margin-right: 10px;">完整度查询:</label> |
|
|
|
<label style="margin-right: 10px;">完整度查询:</label> |
|
|
|
<mat-form-field class="example-full-width"> |
|
|
|
<mat-form-field class="example-full-width"> |
|
|
|
<input type="number" oninput="if(value>100)value=100;if(value<0)value=0" matInput placeholder="请输入完整度最小值" name="integrityScoreMin" [(ngModel)]="integrityScoreMin" autocomplete="off"> |
|
|
|
<input type="number" oninput="if(value>100)value=100;if(value<0)value=0" matInput placeholder="请输入完整度最小值" name="integrityScoreMin" [(ngModel)]="integrityScoreMin" autocomplete="off"> |
|
|
|
</mat-form-field> |
|
|
|
</mat-form-field> |
|
|
|
🠊 |
|
|
|
<mat-icon aria-hidden="false" style="position: relative;right: 125px;top: 5px;">arrow forward</mat-icon> |
|
|
|
<mat-form-field class="example-full-width" style="margin-left: 5px;"> |
|
|
|
<mat-form-field class="example-full-width" style="margin-left: 5px;"> |
|
|
|
<input type="number" oninput="if(value>100)value=100;if(value<0)value=0" matInput placeholder="请输入完整度最大值" name="integrityScoreMax" [(ngModel)]="integrityScoreMax" autocomplete="off"> |
|
|
|
<input type="number" oninput="if(value>100)value=100;if(value<0)value=0" matInput placeholder="请输入完整度最大值" name="integrityScoreMax" [(ngModel)]="integrityScoreMax" autocomplete="off"> |
|
|
|
</mat-form-field> |
|
|
|
</mat-form-field> |
|
|
|