|
|
@ -15,56 +15,56 @@ |
|
|
|
<div class="headthree"> |
|
|
|
<div class="headthree"> |
|
|
|
<div class="headthreeone"> |
|
|
|
<div class="headthreeone"> |
|
|
|
<span>类型:</span> |
|
|
|
<span>类型:</span> |
|
|
|
<mat-form-field> |
|
|
|
<mat-form-field> |
|
|
|
<mat-select placeholder='请选择单位类型' name="unittype" [(ngModel)]="projectlevel"> |
|
|
|
<mat-select placeholder='请选择单位类型' name="unittype" [(ngModel)]="projectlevel"> |
|
|
|
<mat-option value="1">Ⅰ级预案</mat-option> |
|
|
|
<mat-option value="1">Ⅰ级预案</mat-option> |
|
|
|
<mat-option value="2">Ⅱ级预案</mat-option> |
|
|
|
<mat-option value="2">Ⅱ级预案</mat-option> |
|
|
|
<mat-option value="3">Ⅲ级预案</mat-option> |
|
|
|
<mat-option value="3">Ⅲ级预案</mat-option> |
|
|
|
<mat-option value="4">Ⅳ级预案</mat-option> |
|
|
|
<mat-option value="4">Ⅳ级预案</mat-option> |
|
|
|
<mat-option value="5">Ⅴ级预案</mat-option> |
|
|
|
<mat-option value="5">Ⅴ级预案</mat-option> |
|
|
|
<mat-option value="6">应急预案(国家级)</mat-option> |
|
|
|
<mat-option value="6">应急预案(国家级)</mat-option> |
|
|
|
<mat-option value="7">应急预案(市级)</mat-option> |
|
|
|
<mat-option value="7">应急预案(市级)</mat-option> |
|
|
|
<mat-option value="8">类型预案</mat-option> |
|
|
|
<mat-option value="8">类型预案</mat-option> |
|
|
|
<mat-option value="11">重点单位</mat-option> |
|
|
|
<mat-option value="11">重点单位</mat-option> |
|
|
|
<mat-option value="12">消防水源</mat-option> |
|
|
|
<mat-option value="12">消防水源</mat-option> |
|
|
|
<mat-option value="13">消防力量</mat-option> |
|
|
|
<mat-option value="13">消防力量</mat-option> |
|
|
|
<mat-option value="14">联动力量</mat-option> |
|
|
|
<mat-option value="14">联动力量</mat-option> |
|
|
|
</mat-select> |
|
|
|
</mat-select> |
|
|
|
</mat-form-field> |
|
|
|
</mat-form-field> |
|
|
|
<span class="bzjb">编制级别:</span> |
|
|
|
<span class="bzjb">编制级别:</span> |
|
|
|
<mat-form-field> |
|
|
|
<mat-form-field> |
|
|
|
<mat-select name="preparelevel" placeholder='请选择编制级别' [(ngModel)]="PlanLevel"> |
|
|
|
<mat-select name="preparelevel" placeholder='请选择编制级别' [(ngModel)]="PlanLevel"> |
|
|
|
<mat-option *ngFor="let item of preparelevels" [value]="item.value">{{item.name}}</mat-option> |
|
|
|
<mat-option *ngFor="let item of preparelevels" [value]="item.value">{{item.name}}</mat-option> |
|
|
|
</mat-select> |
|
|
|
</mat-select> |
|
|
|
</mat-form-field> |
|
|
|
</mat-form-field> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="headthreetwo"> |
|
|
|
<div class="headthreetwo"> |
|
|
|
<span >状态:</span> |
|
|
|
<span>状态:</span> |
|
|
|
<mat-form-field> |
|
|
|
<mat-form-field> |
|
|
|
<mat-select placeholder='请选择状态' name="IsNewData" [(ngModel)]="IsNewData" [multiple]="true"> |
|
|
|
<mat-select placeholder='请选择状态' name="IsNewData" [(ngModel)]="IsNewData" [multiple]="true"> |
|
|
|
<mat-option value=true>新增</mat-option> |
|
|
|
<mat-option value=true>新增</mat-option> |
|
|
|
<mat-option value=false>维护更新</mat-option> |
|
|
|
<mat-option value=false>维护更新</mat-option> |
|
|
|
</mat-select> |
|
|
|
</mat-select> |
|
|
|
</mat-form-field> |
|
|
|
</mat-form-field> |
|
|
|
<span class="bzjb">预案类型:</span> |
|
|
|
<span class="bzjb">预案类型:</span> |
|
|
|
<mat-form-field> |
|
|
|
<mat-form-field> |
|
|
|
<mat-select placeholder='请选择预案类型' name="unittype" [(ngModel)]="plantypes" [multiple]="true"> |
|
|
|
<mat-select placeholder='请选择预案类型' name="unittype" [(ngModel)]="plantypes" [multiple]="true"> |
|
|
|
<mat-option value="1">二维预案</mat-option> |
|
|
|
<mat-option value="1">二维预案</mat-option> |
|
|
|
<mat-option value="2">三维预案</mat-option> |
|
|
|
<mat-option value="2">三维预案</mat-option> |
|
|
|
<mat-option value="4">其他预案</mat-option> |
|
|
|
<mat-option value="4">其他预案</mat-option> |
|
|
|
<mat-option value="16">文本预案</mat-option> |
|
|
|
<mat-option value="16">文本预案</mat-option> |
|
|
|
</mat-select> |
|
|
|
</mat-select> |
|
|
|
</mat-form-field> |
|
|
|
</mat-form-field> |
|
|
|
|
|
|
|
|
|
|
|
<button mat-raised-button color="primary" type="submit" class="find">查询</button> |
|
|
|
<button mat-raised-button color="primary" type="submit" class="find">查询</button> |
|
|
|
<button mat-raised-button color="primary" (click)='record()'><img src="../../../assets/images/refresh.png"> |
|
|
|
<button mat-raised-button color="primary" (click)='record()'><img src="../../../assets/images/refresh.png"> |
|
|
|
重置</button> |
|
|
|
重置</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</form> |
|
|
|
</form> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="tablediv"> |
|
|
|
<div class="tablediv"> |
|
|
|
<table cellspacing="0" cellpadding="0" style="margin-top: 10px;margin-bottom: 5px;"> |
|
|
|
<table cellspacing="0" cellpadding="0" style="margin-top: 10px;margin-bottom: 5px;"> |
|
|
@ -84,12 +84,14 @@ |
|
|
|
<table cellspacing="0" cellpadding="0" id="table"> |
|
|
|
<table cellspacing="0" cellpadding="0" id="table"> |
|
|
|
<tr [ngClass]="{'selectedTr': item.id == id}" *ngFor="let item of tableDate;let key = index" |
|
|
|
<tr [ngClass]="{'selectedTr': item.id == id}" *ngFor="let item of tableDate;let key = index" |
|
|
|
(click)='radioClick($event,item)'> |
|
|
|
(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 color="primary" (change)='radioClick($event,item)' style="float: left;margin-bottom:'2px'"> |
|
|
|
</mat-checkbox> |
|
|
|
</mat-checkbox> |
|
|
|
{{item.itemMaintenanceState=='0'?'新增':'维护'}}</td> |
|
|
|
{{item.itemMaintenanceState=='0'?'新增':'维护'}} |
|
|
|
|
|
|
|
</td> |
|
|
|
<td style="width: 10%;"> |
|
|
|
<td style="width: 10%;"> |
|
|
|
|
|
|
|
|
|
|
|
{{item.contentType=='1'?'Ⅰ级预案':item.contentType=='2'?'Ⅱ级预案':item.contentType=='3'?'Ⅲ级预案':item.contentType=='4'?'Ⅳ级预案':item.contentType=='5'? |
|
|
|
{{item.contentType=='1'?'Ⅰ级预案':item.contentType=='2'?'Ⅱ级预案':item.contentType=='3'?'Ⅲ级预案':item.contentType=='4'?'Ⅳ级预案':item.contentType=='5'? |
|
|
|
'Ⅴ级预案':item.contentType=='6'?'应急预案(国家级)':item.contentType=='7'?'应急预案(市级)':item.contentType=='8'?'类型预案':item.contentType=='11'?'重点单位':item.contentType=='12'?'水源':item.contentType=='13'?'消防力量':item.contentType=='14'?'联动力量':'未知'}} |
|
|
|
'Ⅴ级预案':item.contentType=='6'?'应急预案(国家级)':item.contentType=='7'?'应急预案(市级)':item.contentType=='8'?'类型预案':item.contentType=='11'?'重点单位':item.contentType=='12'?'水源':item.contentType=='13'?'消防力量':item.contentType=='14'?'联动力量':'未知'}} |
|
|
|
</td> |
|
|
|
</td> |
|
|
@ -139,16 +141,18 @@ |
|
|
|
<div *ngIf="showtype == 3" id="firefacilities" style="margin: 10px;"> |
|
|
|
<div *ngIf="showtype == 3" id="firefacilities" style="margin: 10px;"> |
|
|
|
<mat-accordion *ngIf="selectedItem.differentContent" class="tableContent" multi> |
|
|
|
<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" |
|
|
|
<mat-expansion-panel-header collapsedHeight='40px' expandedHeight='40px' class="panelhead" |
|
|
|
style="background-color: #2196F3;"> |
|
|
|
style="background-color: #2196F3;"> |
|
|
|
<mat-panel-title style="font-size: 16px;color: #FFFFFF;"> |
|
|
|
<mat-panel-title style="font-size: 16px;color: #FFFFFF;"> |
|
|
|
基本信息 |
|
|
|
基本信息 |
|
|
|
</mat-panel-title> |
|
|
|
</mat-panel-title> |
|
|
|
</mat-expansion-panel-header> |
|
|
|
</mat-expansion-panel-header> |
|
|
|
<div class="accordingin"> |
|
|
|
<div class="accordingin"> |
|
|
|
<mat-accordion> |
|
|
|
<mat-accordion> |
|
|
|
<mat-expansion-panel expanded hideToggle> |
|
|
|
<mat-expansion-panel expanded hideToggle> |
|
|
|
<mat-expansion-panel-header collapsedHeight='30px' expandedHeight='30px' class="panelhead"> |
|
|
|
<mat-expansion-panel-header collapsedHeight='30px' expandedHeight='30px' class="panelhead"> |
|
|
|
<mat-panel-title style="font-size: 16px;color:#2196F3;"> |
|
|
|
<mat-panel-title style="font-size: 16px;color:#2196F3;"> |
|
|
|
<mat-icon style="font-size: 18px;width: 18px;height: 18px;">border_color</mat-icon> |
|
|
|
<mat-icon style="font-size: 18px;width: 18px;height: 18px;">border_color</mat-icon> |
|
|
@ -160,10 +164,12 @@ |
|
|
|
<th>{{i.displayName}} :</th> |
|
|
|
<th>{{i.displayName}} :</th> |
|
|
|
<ng-container *ngIf="i.propertyName == 'imageUrl'; else elseTemplate"> |
|
|
|
<ng-container *ngIf="i.propertyName == 'imageUrl'; else elseTemplate"> |
|
|
|
<td> |
|
|
|
<td> |
|
|
|
<span class="spantext" style="vertical-align: top;">由</span> |
|
|
|
<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> |
|
|
|
<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> |
|
|
|
</td> |
|
|
|
</ng-container> |
|
|
|
</ng-container> |
|
|
|
<ng-template #elseTemplate> |
|
|
|
<ng-template #elseTemplate> |
|
|
@ -171,13 +177,13 @@ |
|
|
|
<td> |
|
|
|
<td> |
|
|
|
<span class="spantext buleColor"> |
|
|
|
<span class="spantext buleColor"> |
|
|
|
{{i.displayName}} 发生变化 |
|
|
|
{{i.displayName}} 发生变化 |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
</td> |
|
|
|
</td> |
|
|
|
|
|
|
|
|
|
|
|
</ng-container> |
|
|
|
</ng-container> |
|
|
|
<ng-template #elseTemplate> |
|
|
|
<ng-template #elseTemplate> |
|
|
|
<td > |
|
|
|
<td> |
|
|
|
<span class="spantext">由</span> |
|
|
|
<span class="spantext">由</span> |
|
|
|
<span class="spantext buleColor">{{i.oldValue | differentContentTitle}}</span> |
|
|
|
<span class="spantext buleColor">{{i.oldValue | differentContentTitle}}</span> |
|
|
|
<span class="spantext">变更为</span> |
|
|
|
<span class="spantext">变更为</span> |
|
|
|
<span class="spantext buleColor">{{i.newValue | differentContentTitle}}</span> |
|
|
|
<span class="spantext buleColor">{{i.newValue | differentContentTitle}}</span> |
|
|
@ -191,14 +197,16 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</mat-expansion-panel> |
|
|
|
</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" |
|
|
|
<mat-expansion-panel-header collapsedHeight='40px' expandedHeight='40px' class="panelhead" |
|
|
|
style="background-color: #2196F3;"> |
|
|
|
style="background-color: #2196F3;"> |
|
|
|
<mat-panel-title style="font-size: 16px;color: #FFFFFF;"> |
|
|
|
<mat-panel-title style="font-size: 16px;color: #FFFFFF;"> |
|
|
|
建筑信息 |
|
|
|
建筑信息 |
|
|
|
</mat-panel-title> |
|
|
|
</mat-panel-title> |
|
|
|
</mat-expansion-panel-header> |
|
|
|
</mat-expansion-panel-header> |
|
|
|
<div class="accordingin"> |
|
|
|
<div class="accordingin"> |
|
|
|
<mat-accordion *ngFor="let item of this.differentContentOfBuildingsInfo.childrens"> |
|
|
|
<mat-accordion *ngFor="let item of this.differentContentOfBuildingsInfo.childrens"> |
|
|
|
<mat-expansion-panel expanded hideToggle> |
|
|
|
<mat-expansion-panel expanded hideToggle> |
|
|
|
<mat-expansion-panel-header collapsedHeight='30px' expandedHeight='30px' class="panelhead"> |
|
|
|
<mat-expansion-panel-header collapsedHeight='30px' expandedHeight='30px' class="panelhead"> |
|
|
@ -215,7 +223,7 @@ |
|
|
|
<tr *ngFor="let i of item.difData"> |
|
|
|
<tr *ngFor="let i of item.difData"> |
|
|
|
<th>{{i.path[i.path.length - 2]}}-{{i.path[i.path.length - 1]}}:</th> |
|
|
|
<th>{{i.path[i.path.length - 2]}}-{{i.path[i.path.length - 1]}}:</th> |
|
|
|
<td> |
|
|
|
<td> |
|
|
|
<span class="spantext">由</span> |
|
|
|
<span class="spantext">由</span> |
|
|
|
<span class="spantext buleColor">{{i.oldValue | differentContentTitle}}</span> |
|
|
|
<span class="spantext buleColor">{{i.oldValue | differentContentTitle}}</span> |
|
|
|
<span class="spantext">变更为</span> |
|
|
|
<span class="spantext">变更为</span> |
|
|
|
<span class="spantext buleColor">{{i.newValue | differentContentTitle}}</span> |
|
|
|
<span class="spantext buleColor">{{i.newValue | differentContentTitle}}</span> |
|
|
@ -227,15 +235,16 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</mat-expansion-panel> |
|
|
|
</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" |
|
|
|
<mat-expansion-panel-header collapsedHeight='40px' expandedHeight='40px' class="panelhead" |
|
|
|
style="background-color: #2196F3;"> |
|
|
|
style="background-color: #2196F3;"> |
|
|
|
<mat-panel-title style="font-size: 16px;color: #FFFFFF;"> |
|
|
|
<mat-panel-title style="font-size: 16px;color: #FFFFFF;"> |
|
|
|
功能分区 |
|
|
|
功能分区 |
|
|
|
</mat-panel-title> |
|
|
|
</mat-panel-title> |
|
|
|
</mat-expansion-panel-header> |
|
|
|
</mat-expansion-panel-header> |
|
|
|
<div class="accordingin"> |
|
|
|
<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 expanded hideToggle> |
|
|
|
<mat-expansion-panel-header collapsedHeight='30px' expandedHeight='30px' class="panelhead"> |
|
|
|
<mat-expansion-panel-header collapsedHeight='30px' expandedHeight='30px' class="panelhead"> |
|
|
|
<mat-panel-title style="font-size: 16px;color:#2196F3;"> |
|
|
|
<mat-panel-title style="font-size: 16px;color:#2196F3;"> |
|
|
@ -247,7 +256,7 @@ |
|
|
|
<tr *ngFor="let i of item.childrens[0].childrens"> |
|
|
|
<tr *ngFor="let i of item.childrens[0].childrens"> |
|
|
|
<th>{{i.displayName}} :</th> |
|
|
|
<th>{{i.displayName}} :</th> |
|
|
|
<td> |
|
|
|
<td> |
|
|
|
<span class="spantext">由</span> |
|
|
|
<span class="spantext">由</span> |
|
|
|
<span class="spantext buleColor">{{i.oldValue | differentContentTitle}}</span> |
|
|
|
<span class="spantext buleColor">{{i.oldValue | differentContentTitle}}</span> |
|
|
|
<span class="spantext">变更为</span> |
|
|
|
<span class="spantext">变更为</span> |
|
|
|
<span class="spantext buleColor">{{i.newValue | differentContentTitle}}</span> |
|
|
|
<span class="spantext buleColor">{{i.newValue | differentContentTitle}}</span> |
|
|
@ -259,14 +268,16 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</mat-expansion-panel> |
|
|
|
</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" |
|
|
|
<mat-expansion-panel-header collapsedHeight='40px' expandedHeight='40px' class="panelhead" |
|
|
|
style="background-color: #2196F3;"> |
|
|
|
style="background-color: #2196F3;"> |
|
|
|
<mat-panel-title style="font-size: 16px;color: #FFFFFF;"> |
|
|
|
<mat-panel-title style="font-size: 16px;color: #FFFFFF;"> |
|
|
|
实景图 |
|
|
|
实景图 |
|
|
|
</mat-panel-title> |
|
|
|
</mat-panel-title> |
|
|
|
</mat-expansion-panel-header> |
|
|
|
</mat-expansion-panel-header> |
|
|
|
<div class="accordingin"> |
|
|
|
<div class="accordingin"> |
|
|
|
<mat-accordion *ngFor="let item of this.differentContentOfPicture[0].childrens"> |
|
|
|
<mat-accordion *ngFor="let item of this.differentContentOfPicture[0].childrens"> |
|
|
|
<mat-expansion-panel expanded hideToggle> |
|
|
|
<mat-expansion-panel expanded hideToggle> |
|
|
|
<mat-expansion-panel-header collapsedHeight='30px' expandedHeight='30px' class="panelhead"> |
|
|
|
<mat-expansion-panel-header collapsedHeight='30px' expandedHeight='30px' class="panelhead"> |
|
|
@ -276,9 +287,9 @@ |
|
|
|
<span *ngIf="item.operation == 1">修改</span> |
|
|
|
<span *ngIf="item.operation == 1">修改</span> |
|
|
|
<span *ngIf="item.operation == 0">新增</span> |
|
|
|
<span *ngIf="item.operation == 0">新增</span> |
|
|
|
<span *ngIf="item.operation == 2">删除</span> |
|
|
|
<span *ngIf="item.operation == 2">删除</span> |
|
|
|
文件夹 - |
|
|
|
文件夹 - |
|
|
|
<span>{{item.propertyName}}</span> |
|
|
|
<span>{{item.propertyName}}</span> |
|
|
|
|
|
|
|
|
|
|
|
</mat-panel-title> |
|
|
|
</mat-panel-title> |
|
|
|
</mat-expansion-panel-header> |
|
|
|
</mat-expansion-panel-header> |
|
|
|
<!-- 新增文件夹 --> |
|
|
|
<!-- 新增文件夹 --> |
|
|
@ -286,7 +297,8 @@ |
|
|
|
<tr> |
|
|
|
<tr> |
|
|
|
<th>新增图片</th> |
|
|
|
<th>新增图片</th> |
|
|
|
<td> |
|
|
|
<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> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
</table> |
|
|
@ -300,12 +312,12 @@ |
|
|
|
<img (click)="lookImg(i.newValue)" [src]="'/api/Objects/PlanPlatform/'+i.newValue" alt=""> |
|
|
|
<img (click)="lookImg(i.newValue)" [src]="'/api/Objects/PlanPlatform/'+i.newValue" alt=""> |
|
|
|
</td> |
|
|
|
</td> |
|
|
|
<td *ngIf="i.operation == '1'"> |
|
|
|
<td *ngIf="i.operation == '1'"> |
|
|
|
<span class="spantext">由</span> |
|
|
|
<span class="spantext">由</span> |
|
|
|
<span class="spantext buleColor">{{i.childrens[0].oldValue}}</span> |
|
|
|
<span class="spantext buleColor">{{i.childrens[0].oldValue}}</span> |
|
|
|
<span class="spantext">变更为</span> |
|
|
|
<span class="spantext">变更为</span> |
|
|
|
<span class="spantext buleColor">{{i.childrens[0].newValue}}</span> |
|
|
|
<span class="spantext buleColor">{{i.childrens[0].newValue}}</span> |
|
|
|
</td> |
|
|
|
</td> |
|
|
|
|
|
|
|
|
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
</table> |
|
|
|
</mat-expansion-panel> |
|
|
|
</mat-expansion-panel> |
|
|
@ -424,5 +436,5 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div id="viewerjs"> |
|
|
|
<div id="viewerjs"> |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |