|
|
|
@ -160,6 +160,7 @@
|
|
|
|
|
<mat-icon (click)='foundPanel($event)'>add</mat-icon> |
|
|
|
|
</label> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div [hidden]="!togglePlane" > |
|
|
|
|
<div class="sitePlanContent" *ngFor="let item of sitePlanData;let key = index" [ngClass]="{'isRefugeStorey':item.isRefugeStorey==true,'selectSitePlan': selectSitePlanIndex==key}" (click)='selectSitePlan(item,key)'> |
|
|
|
|
<mat-icon *ngIf="!item.imageUrl" class="matIcons">broken_image</mat-icon> |
|
|
|
@ -203,10 +204,13 @@
|
|
|
|
|
|
|
|
|
|
<!-- 素材库 --> |
|
|
|
|
<div id="materialBank" *ngIf="isEditPattern" [ngClass]="{'selectEditMode': pattern}" style="display: none;"> |
|
|
|
|
<div class="planarGraphHeader" (click)='toggleMaterial()'> |
|
|
|
|
<!-- <div class="planarGraphHeader" (click)='toggleMaterial()'> |
|
|
|
|
<mat-icon *ngIf="toggleMaterialBank">keyboard_arrow_up</mat-icon> |
|
|
|
|
<mat-icon *ngIf="!toggleMaterialBank">keyboard_arrow_down</mat-icon> |
|
|
|
|
<label class="overflowText" style="font-weight: 550;">素材库</label> |
|
|
|
|
</div> --> |
|
|
|
|
<div class="planarGraphHeader"> |
|
|
|
|
<label class="overflowText">素材库</label> |
|
|
|
|
</div> |
|
|
|
|
<div [hidden]="!toggleMaterialBank" [ngClass]="{'materialBankDIV': pattern}"> |
|
|
|
|
<mat-accordion *ngFor="let item of allLibrary" id="panelLibrary"> |
|
|
|
@ -232,14 +236,17 @@
|
|
|
|
|
|
|
|
|
|
<!-- 处置预案 --> |
|
|
|
|
<div class="handlePlan"> |
|
|
|
|
<div class="planarGraphHeader" (click)='toggleHandlePlan()'> |
|
|
|
|
<!-- <div class="planarGraphHeader" (click)='toggleHandlePlan()'> |
|
|
|
|
<mat-icon *ngIf="toggleHandlePlans">keyboard_arrow_up</mat-icon> |
|
|
|
|
<mat-icon *ngIf="!toggleHandlePlans">keyboard_arrow_down</mat-icon> |
|
|
|
|
<mat-icon *ngIf="!toggleHandlePlans">keyboard_arrow_down</mat- icon> |
|
|
|
|
<label class="overflowText" style="font-weight: 550;">处置预案</label> |
|
|
|
|
<label style="margin-left: 45px;"> |
|
|
|
|
<mat-icon style="color: #c2a40ce8;" title="计算差异" (click)='countValue($event)'>flash_on</mat-icon> |
|
|
|
|
<mat-icon style="margin-left: 3px;" title="新建空节点" (click)='addPanelPoint($event,null,fireTreeData)'>add</mat-icon> |
|
|
|
|
</label> |
|
|
|
|
</div> --> |
|
|
|
|
<div class="planarGraphHeader"> |
|
|
|
|
<label class="overflowText">处置预案</label> |
|
|
|
|
</div> |
|
|
|
|
<div [hidden]="!toggleHandlePlans"> |
|
|
|
|
|
|
|
|
@ -249,12 +256,12 @@
|
|
|
|
|
<label title="{{node.name}}" class="textNode overflowText"> |
|
|
|
|
{{node.name}} |
|
|
|
|
</label> |
|
|
|
|
<div class="planIconDiv"> |
|
|
|
|
<!-- <div class="planIconDiv"> |
|
|
|
|
<mat-icon *ngIf="!node.sitePlanId && !node.buildingAreaId" (click)='editPanelPoint($event,node)'>edit</mat-icon> |
|
|
|
|
<mat-icon *ngIf="node.level<1" (click)='addPanelPoint($event,node,null)'>add</mat-icon> |
|
|
|
|
<mat-icon *ngIf="!node.sitePlanId && !node.buildingAreaId" (click)='copyPanelPoint($event,node,fireTreeData)'>library_books</mat-icon> |
|
|
|
|
<mat-icon (click)='deletePanelPoint($event,node)'>delete_forever</mat-icon> |
|
|
|
|
</div> |
|
|
|
|
</div> --> |
|
|
|
|
</mat-tree-node> |
|
|
|
|
|
|
|
|
|
<mat-tree-node *matTreeNodeDef="let node;when: hasChild" matTreeNodePadding cdkTreeNodePaddingIndent='5' id="terrNodePublic" (click)='selectanelPoint(node)' [ngClass]="{'selectanelPoint': selectDisposalNode==node.id}"> |
|
|
|
@ -264,12 +271,12 @@
|
|
|
|
|
<label title="{{node.name}}" class="textNode overflowText"> |
|
|
|
|
{{node.name}} |
|
|
|
|
</label> |
|
|
|
|
<div class="planIconDiv"> |
|
|
|
|
<!-- <div class="planIconDiv"> |
|
|
|
|
<mat-icon *ngIf="!node.sitePlanId && !node.buildingAreaId" (click)='editPanelPoint($event,node)'>edit</mat-icon> |
|
|
|
|
<mat-icon *ngIf="node.level<1" (click)='addPanelPoint($event,node,null)'>add</mat-icon> |
|
|
|
|
<mat-icon *ngIf="!node.sitePlanId && !node.buildingAreaId" (click)='copyPanelPoint($event,node,fireTreeData)'>library_books</mat-icon> |
|
|
|
|
<mat-icon (click)='deletePanelPoint($event,node)'>delete_forever</mat-icon> |
|
|
|
|
</div> |
|
|
|
|
</div> --> |
|
|
|
|
</mat-tree-node> |
|
|
|
|
</mat-tree> |
|
|
|
|
|
|
|
|
|