|
|
|
@ -4,7 +4,6 @@
|
|
|
|
|
<div class="headerTitle">{{examMsg.conpanyName}}</div> |
|
|
|
|
<div class="headerCenter"> <input type="text" placeholder="请输入考试要点" [(ngModel)]="examMsg.keynote"> </div> |
|
|
|
|
<div class="headerRight"> |
|
|
|
|
<label class="fraction">总分<input type="text" [(ngModel)]="examMsg.grade">分</label> |
|
|
|
|
<button style="border: 1px solid #07CDCF; border-radius: 5px; margin: 0 15px;" (click)='openFireExamination()'><mat-icon>visibility</mat-icon>消防设施考题设定</button> |
|
|
|
|
<button (click)="saveSite()"><mat-icon>description</mat-icon>保存</button> |
|
|
|
|
<button (click)="openUploadQuestions()"><mat-icon>open_in_browser</mat-icon>上传</button> |
|
|
|
@ -19,16 +18,19 @@
|
|
|
|
|
<!-- H5Canvas --> |
|
|
|
|
<div class="centerBuildingDiv" style="user-select: none;" cdkDrag> |
|
|
|
|
<div class="centerTotal"> |
|
|
|
|
<div class="centerTotalHeader"><mat-icon cdkDragHandle matTooltip="可移动窗口" matTooltipPosition="above">open_with</mat-icon>建筑总平面图</div> |
|
|
|
|
<div class="everyTotal" (click)="checkedBuilding({name:'总平面图'},-1)" [ngClass]="{'buildingbtnchecked': checkedBuildingIndex==-1}">总平面图</div> |
|
|
|
|
<div class="everyTotal overflowText" *ngFor="let item of allBuildings;let key = index" (click)="checkedBuilding(item,key)"[ngClass]="{'buildingbtnchecked': checkedBuildingIndex==key}"> |
|
|
|
|
<div class="centerTotalHeader overflowText"> |
|
|
|
|
<mat-icon cdkDragHandle matTooltip="可移动窗口" matTooltipPosition="above">open_with</mat-icon> |
|
|
|
|
<label (click)='togglebeforeOneCheckedBuilding()'>{{beforeOneCheckedBuilding.name}}</label> |
|
|
|
|
</div> |
|
|
|
|
<div class="everyTotal overflowText" *ngFor="let item of sitePlanData;let key = index" |
|
|
|
|
[ngClass]="{'selectSitePlan': selectSitePlanIndex==key}" (click)='selectSitePlan(item,key)'> |
|
|
|
|
{{item.name}} |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div style="flex: 2%;opacity: 0;"></div> |
|
|
|
|
<div class="centerTotal"> |
|
|
|
|
<div class="everyTotal overflowText" *ngFor="let item of sitePlanData;let key = index" |
|
|
|
|
[ngClass]="{'isRefugeStorey':item.isRefugeStorey==true,'selectSitePlan': selectSitePlanIndex==key}" (click)='selectSitePlan(item,key)'> |
|
|
|
|
<div style="flex: 2%;opacity: 0;" [hidden]="!beforeOneCheckedBuildingIsShow"></div> |
|
|
|
|
<div class="centerTotal" [hidden]="!beforeOneCheckedBuildingIsShow"> |
|
|
|
|
<div class="everyTotal" (click)="checkedBuilding({name:'总平面图'},-1)" [ngClass]="{'buildingbtnchecked': checkedBuildingIndex==-1}">总平面图</div> |
|
|
|
|
<div class="everyTotal overflowText" *ngFor="let item of allBuildings;let key = index" (click)="checkedBuilding(item,key)"[ngClass]="{'buildingbtnchecked': checkedBuildingIndex==key}"> |
|
|
|
|
{{item.name}} |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
@ -102,7 +104,7 @@
|
|
|
|
|
</div> |
|
|
|
|
<div [hidden]="!togglePlane"> |
|
|
|
|
<!-- 消防列表树 --> |
|
|
|
|
<mat-tree [dataSource]="dataSource" [treeControl]="treeControl" cdkDropList [cdkDropListData]="dataSource" (cdkDropListDropped)="drop($event)"> |
|
|
|
|
<mat-tree [dataSource]="dataSource" [treeControl]="treeControl" cdkDropList [cdkDropListData]="dataSource"> |
|
|
|
|
|
|
|
|
|
<mat-tree-node [ngClass]="{'isLookPattern': !node.isLookPattern}" *matTreeNodeDef="let node;" matTreeNodePadding cdkTreeNodePaddingIndent='26' (click)="clickTreeNode(node)" class="treeNode"> |
|
|
|
|
<button mat-icon-button disabled></button> |
|
|
|
@ -110,7 +112,7 @@
|
|
|
|
|
{{node.name}} |
|
|
|
|
</span> |
|
|
|
|
<span *ngIf="node.isTemplate">({{node.children.length}})</span> |
|
|
|
|
<span class="isLookCss" (click)="clickLookItem(node)"><mat-icon [ngClass]="{'icongray': node.isLook == false}">check_circle_outline</mat-icon></span> |
|
|
|
|
<span class="isLookCss" (click)="clickLookItem(node)"><mat-icon [ngClass]="{'icongray': node.isLook == false}">visibility</mat-icon></span> |
|
|
|
|
</mat-tree-node> |
|
|
|
|
|
|
|
|
|
<mat-tree-node [ngClass]="{'isLookPattern': !node.isLookPattern}" *matTreeNodeDef="let node;when: hasChild" matTreeNodePadding (click)="clickTreeNode(node)"class="treeNode" > |
|
|
|
@ -125,7 +127,7 @@
|
|
|
|
|
{{node.name}} |
|
|
|
|
</span> |
|
|
|
|
<span *ngIf="node.isTemplate && node.isNewElement">({{node.children.length}})</span> |
|
|
|
|
<span class="isLookCss" (click)="clickLookItem(node)"><mat-icon [ngClass]="{'icongray': node.isLook == false}">check_circle_outline</mat-icon></span> |
|
|
|
|
<span class="isLookCss" (click)="clickLookItem(node)"><mat-icon [ngClass]="{'icongray': node.isLook == false}">visibility</mat-icon></span> |
|
|
|
|
</mat-tree-node> |
|
|
|
|
|
|
|
|
|
</mat-tree> |
|
|
|
|