|
|
|
@ -11,9 +11,9 @@
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="queryField ordiv"> |
|
|
|
|
<label style="margin-right: 10px;">辖区中队:</label> |
|
|
|
|
<label style="margin-right: 10px;">消防救援站:</label> |
|
|
|
|
<mat-form-field class="example-full-width"> |
|
|
|
|
<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-checkbox style="margin-left: 6px;" [(ngModel)]="jscheck" name="jscheck">包含下级</mat-checkbox> |
|
|
|
|
<div class="organizationbox" *ngIf="isorganizationbox"> |
|
|
|
@ -140,7 +140,7 @@
|
|
|
|
|
</ng-container> |
|
|
|
|
|
|
|
|
|
<ng-container matColumnDef="jurisdictionsquadron"> |
|
|
|
|
<th mat-header-cell *matHeaderCellDef>辖区中队</th> |
|
|
|
|
<th mat-header-cell *matHeaderCellDef>消防救援站</th> |
|
|
|
|
<td mat-cell *matCellDef="let element">{{element.organizationName}}</td> |
|
|
|
|
</ng-container> |
|
|
|
|
|
|
|
|
|