|
|
|
@ -39,7 +39,7 @@
|
|
|
|
|
</mat-form-field> |
|
|
|
|
</div> |
|
|
|
|
<div class="headthreetwo"> |
|
|
|
|
<span >状态:</span> |
|
|
|
|
<span>状态:</span> |
|
|
|
|
<mat-form-field> |
|
|
|
|
<mat-select placeholder='请选择状态' name="IsNewData" [(ngModel)]="IsNewData" [multiple]="true"> |
|
|
|
|
<mat-option value=true>新增</mat-option> |
|
|
|
@ -84,10 +84,12 @@
|
|
|
|
|
<table cellspacing="0" cellpadding="0" id="table"> |
|
|
|
|
<tr [ngClass]="{'selectedTr': item.id == id}" *ngFor="let item of tableDate;let key = index" |
|
|
|
|
(click)='radioClick($event,item)'> |
|
|
|
|
<td style="width: 10%;" [ngClass]="{'green': item.itemMaintenanceState == '0','yellow':item.itemMaintenanceState != '0'}"> |
|
|
|
|
<td style="width: 10%;" |
|
|
|
|
[ngClass]="{'green': item.itemMaintenanceState == '0','yellow':item.itemMaintenanceState != '0'}"> |
|
|
|
|
<mat-checkbox color="primary" (change)='radioClick($event,item)' style="float: left;margin-bottom:'2px'"> |
|
|
|
|
</mat-checkbox> |
|
|
|
|
{{item.itemMaintenanceState=='0'?'新增':'维护'}}</td> |
|
|
|
|
{{item.itemMaintenanceState=='0'?'新增':'维护'}} |
|
|
|
|
</td> |
|
|
|
|
<td style="width: 10%;"> |
|
|
|
|
|
|
|
|
|
{{item.contentType=='1'?'Ⅰ级预案':item.contentType=='2'?'Ⅱ级预案':item.contentType=='3'?'Ⅲ级预案':item.contentType=='4'?'Ⅳ级预案':item.contentType=='5'? |
|
|
|
@ -139,7 +141,9 @@
|
|
|
|
|
<div *ngIf="showtype == 3" id="firefacilities" style="margin: 10px;"> |
|
|
|
|
<mat-accordion *ngIf="selectedItem.differentContent" class="tableContent" multi> |
|
|
|
|
<!-- 基本信息 --> |
|
|
|
|
<mat-expansion-panel *ngIf="this.differentContentOfUnitInfo && this.differentContentOfUnitInfo.length != 0 && this.differentContentOfUnitInfo[0].childrens.length != 0" expanded> |
|
|
|
|
<mat-expansion-panel |
|
|
|
|
*ngIf="this.differentContentOfUnitInfo && this.differentContentOfUnitInfo.length != 0 && this.differentContentOfUnitInfo[0].childrens.length != 0" |
|
|
|
|
expanded> |
|
|
|
|
<mat-expansion-panel-header collapsedHeight='40px' expandedHeight='40px' class="panelhead" |
|
|
|
|
style="background-color: #2196F3;"> |
|
|
|
|
<mat-panel-title style="font-size: 16px;color: #FFFFFF;"> |
|
|
|
@ -161,9 +165,11 @@
|
|
|
|
|
<ng-container *ngIf="i.propertyName == 'imageUrl'; else elseTemplate"> |
|
|
|
|
<td> |
|
|
|
|
<span class="spantext" style="vertical-align: top;">由</span> |
|
|
|
|
<img (click)="lookImg(i.oldValue,true)" class="spantext" style="width: 150px;height: 105px;" [src]="i.oldValue ? i.oldValue : '/assets/images/noImg.png'" alt=""> |
|
|
|
|
<img (click)="lookImg(i.oldValue,true)" class="spantext" style="width: 150px;height: 105px;" |
|
|
|
|
[src]="i.oldValue ? i.oldValue : '/assets/images/noImg.png'" alt=""> |
|
|
|
|
<span class="spantext" style="vertical-align: top;">变更为</span> |
|
|
|
|
<img (click)="lookImg(i.newValue,true)" class="spantext" style="width: 150px;height: 105px;" [src]="i.newValue ? i.newValue : '/assets/images/noImg.png'" alt=""> |
|
|
|
|
<img (click)="lookImg(i.newValue,true)" class="spantext" style="width: 150px;height: 105px;" |
|
|
|
|
[src]="i.newValue ? i.newValue : '/assets/images/noImg.png'" alt=""> |
|
|
|
|
</td> |
|
|
|
|
</ng-container> |
|
|
|
|
<ng-template #elseTemplate> |
|
|
|
@ -176,7 +182,7 @@
|
|
|
|
|
|
|
|
|
|
</ng-container> |
|
|
|
|
<ng-template #elseTemplate> |
|
|
|
|
<td > |
|
|
|
|
<td> |
|
|
|
|
<span class="spantext">由</span> |
|
|
|
|
<span class="spantext buleColor">{{i.oldValue | differentContentTitle}}</span> |
|
|
|
|
<span class="spantext">变更为</span> |
|
|
|
@ -191,7 +197,9 @@
|
|
|
|
|
</div> |
|
|
|
|
</mat-expansion-panel> |
|
|
|
|
<!-- 建筑信息 --> |
|
|
|
|
<mat-expansion-panel *ngIf="this.differentContentOfBuildingsInfo && this.differentContentOfBuildingsInfo.childrens.length != 0" expanded> |
|
|
|
|
<mat-expansion-panel |
|
|
|
|
*ngIf="this.differentContentOfBuildingsInfo && this.differentContentOfBuildingsInfo.childrens.length != 0" |
|
|
|
|
expanded> |
|
|
|
|
<mat-expansion-panel-header collapsedHeight='40px' expandedHeight='40px' class="panelhead" |
|
|
|
|
style="background-color: #2196F3;"> |
|
|
|
|
<mat-panel-title style="font-size: 16px;color: #FFFFFF;"> |
|
|
|
@ -227,7 +235,8 @@
|
|
|
|
|
</div> |
|
|
|
|
</mat-expansion-panel> |
|
|
|
|
<!-- 功能分区 --> |
|
|
|
|
<mat-expansion-panel *ngIf="this.differentContentOfFunction && this.differentContentOfFunction.length != 0" expanded> |
|
|
|
|
<mat-expansion-panel *ngIf="this.differentContentOfFunction && this.differentContentOfFunction.length != 0" |
|
|
|
|
expanded> |
|
|
|
|
<mat-expansion-panel-header collapsedHeight='40px' expandedHeight='40px' class="panelhead" |
|
|
|
|
style="background-color: #2196F3;"> |
|
|
|
|
<mat-panel-title style="font-size: 16px;color: #FFFFFF;"> |
|
|
|
@ -235,7 +244,7 @@
|
|
|
|
|
</mat-panel-title> |
|
|
|
|
</mat-expansion-panel-header> |
|
|
|
|
<div class="accordingin"> |
|
|
|
|
<mat-accordion *ngFor="let item of this.differentContentOfFunction" > |
|
|
|
|
<mat-accordion *ngFor="let item of this.differentContentOfFunction"> |
|
|
|
|
<mat-expansion-panel expanded hideToggle> |
|
|
|
|
<mat-expansion-panel-header collapsedHeight='30px' expandedHeight='30px' class="panelhead"> |
|
|
|
|
<mat-panel-title style="font-size: 16px;color:#2196F3;"> |
|
|
|
@ -259,7 +268,9 @@
|
|
|
|
|
</div> |
|
|
|
|
</mat-expansion-panel> |
|
|
|
|
<!-- 实景图 --> |
|
|
|
|
<mat-expansion-panel *ngIf="this.differentContentOfPicture && this.differentContentOfPicture.length != 0 && this.differentContentOfPicture[0].childrens.length != 0" expanded> |
|
|
|
|
<mat-expansion-panel |
|
|
|
|
*ngIf="this.differentContentOfPicture && this.differentContentOfPicture.length != 0 && this.differentContentOfPicture[0].childrens.length != 0" |
|
|
|
|
expanded> |
|
|
|
|
<mat-expansion-panel-header collapsedHeight='40px' expandedHeight='40px' class="panelhead" |
|
|
|
|
style="background-color: #2196F3;"> |
|
|
|
|
<mat-panel-title style="font-size: 16px;color: #FFFFFF;"> |
|
|
|
@ -286,7 +297,8 @@
|
|
|
|
|
<tr> |
|
|
|
|
<th>新增图片</th> |
|
|
|
|
<td> |
|
|
|
|
<img (click)="lookImg(i.imageUrl)" *ngFor="let i of item.newValue" [src]="'/api/Objects/PlanPlatform/'+i.imageUrl" alt=""> |
|
|
|
|
<img (click)="lookImg(i.imageUrl)" *ngFor="let i of item.newValue" |
|
|
|
|
[src]="'/api/Objects/PlanPlatform/'+i.imageUrl" alt=""> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
</table> |
|
|
|
|