@ -1,307 +1,351 @@ |
|||||||
<div style="height: 100%;overflow-y: auto"> |
<div style="height: 100%;overflow-y: auto"> |
||||||
<div id="header" class="header" (click)="bigclosediv($event)"> |
<div id="header" class="header" (click)="bigclosediv($event)"> |
||||||
<form (ngSubmit)="onSubmit(form.value)" #form="ngForm"> |
<form (ngSubmit)="onSubmit(form.value)" #form="ngForm"> |
||||||
<div class="queryBox"> |
<div class="queryBox"> |
||||||
<div class="queryField"> |
<div class="queryField"> |
||||||
<label style="margin-right: 10px;">单位名称:</label> |
<label style="margin-right: 10px;">单位名称:</label> |
||||||
<mat-form-field class="example-full-width"> |
<mat-form-field class="example-full-width"> |
||||||
<input matInput placeholder="请输入单位名称" name="companyName" [(ngModel)]="companyName" autocomplete="off"> |
<input matInput placeholder="请输入单位名称" name="companyName" [(ngModel)]="companyName" |
||||||
</mat-form-field> |
autocomplete="off"> |
||||||
</div> |
</mat-form-field> |
||||||
|
</div> |
||||||
<div class="queryField ordiv"> |
|
||||||
<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()"> |
|
||||||
</mat-form-field> |
|
||||||
<mat-checkbox color="primary" style="margin-left: 6px;" [(ngModel)]="jscheck" name="jscheck">包含下级</mat-checkbox> |
|
||||||
<span *ngIf="padMore" style="margin-left: 10px; color: #0080FF;" (click)='padInfo()'>更多筛选条件<img [src]='imgsrcopen'> </span> |
|
||||||
<span *ngIf="padput" style="margin-left: 10px; color: #0080FF;" (click)='padInfo()'>收起<img [src]='imgsrcdown'> </span> |
|
||||||
<div class="organizationbox" *ngIf="isorganizationbox"> |
|
||||||
<div (click)="closediv()" class="closediv"><mat-icon>clear</mat-icon></div> |
|
||||||
<mat-tree [dataSource]="dataSource" [treeControl]="treeControl"> |
|
||||||
<mat-tree-node *matTreeNodeDef="let node" matTreeNodePadding (click)='add(node)' class="organizationlist"> |
|
||||||
<button type="button" mat-icon-button disabled ></button> |
|
||||||
<li>{{node.name}}</li> |
|
||||||
</mat-tree-node> |
|
||||||
<mat-tree-node *matTreeNodeDef="let node;when: hasChild" matTreeNodePadding (click)='add(node)' class="organizationlist"> |
|
||||||
<button |
|
||||||
type="button" |
|
||||||
mat-icon-button |
|
||||||
matTreeNodeToggle |
|
||||||
[attr.aria-label]="'toggle ' + node.name"> |
|
||||||
<mat-icon class="mat-icon-rtl-mirror"> |
|
||||||
{{treeControl.isExpanded(node) ? 'expand_more' : 'chevron_right'}} |
|
||||||
</mat-icon> |
|
||||||
</button> |
|
||||||
<li>{{node.name}}</li> |
|
||||||
</mat-tree-node> |
|
||||||
</mat-tree> |
|
||||||
</div> |
|
||||||
</div> |
|
||||||
<div *ngIf="!pcfind"> |
|
||||||
<button mat-raised-button color="primary">查询</button> |
|
||||||
<button mat-raised-button style="margin-left: 25px;" type="button" (click)="reset()">重置</button> |
|
||||||
</div> |
|
||||||
<br> |
|
||||||
<div class="queryField" *ngIf="!padMore"> |
|
||||||
<label style="margin-right: 10px;">统一社会信用代码:</label> |
|
||||||
<mat-form-field class="example-full-width"> |
|
||||||
<input matInput placeholder="请输入统一社会信用代码" name="shehui" [(ngModel)]="shehui" autocomplete="off"> |
|
||||||
</mat-form-field> |
|
||||||
</div> |
|
||||||
<div class="queryField" *ngIf="!padMore"> |
|
||||||
<label style="margin-right: 10px;">单位类型:</label> |
|
||||||
<mat-form-field> |
|
||||||
<mat-select placeholder='请选择单位类型' [(ngModel)]="unittype" name="unittype"> |
|
||||||
<mat-option *ngFor="let unit of allunittype" [value]="unit.id" > |
|
||||||
{{unit.name}} |
|
||||||
</mat-option> |
|
||||||
</mat-select> |
|
||||||
</mat-form-field> |
|
||||||
<span *ngIf="pcMore" style="margin-left: 20px; color: #0080FF; cursor: pointer;" (click)='pcInfo()'>更多筛选条件<img [src]='imgsrcopen'> </span> |
|
||||||
<span *ngIf="pcput" style="margin-left: 10px; color: #0080FF; cursor: pointer;" (click)='pcInfo()'>收起<img [src]='imgsrcdown'> </span> |
|
||||||
</div> |
|
||||||
<div class="queryField" *ngIf="pcfind" > |
|
||||||
<button mat-raised-button color="primary">查询</button> |
|
||||||
<button mat-raised-button style="margin-left: 25px;" type="button" (click)="reset()">重置</button> |
|
||||||
</div> |
|
||||||
<div class="queryField" *ngIf="!padMore&&!pcMore"> |
|
||||||
<label style="margin-right: 10px;">关注单位:</label> |
|
||||||
<mat-form-field> |
|
||||||
<mat-select placeholder='请选择单位是否关注' [(ngModel)]="follow" name="follow"> |
|
||||||
<mat-option value="0">未关注</mat-option> |
|
||||||
<mat-option value="1">已关注</mat-option> |
|
||||||
</mat-select> |
|
||||||
</mat-form-field> |
|
||||||
</div> |
|
||||||
<div class="queryField" *ngIf="!padMore&&!pcMore"> |
|
||||||
<label style="margin-right: 10px;">信息完整度排序:</label> |
|
||||||
<mat-form-field> |
|
||||||
<mat-select placeholder='请选择排序方式' [(ngModel)]="integritySort" name="integritySort"> |
|
||||||
<mat-option value="desc">从高到低</mat-option> |
|
||||||
<mat-option value="asc">从低到高</mat-option> |
|
||||||
</mat-select> |
|
||||||
</mat-form-field> |
|
||||||
</div> |
|
||||||
<div class="queryField" *ngIf="!padMore&&!pcMore"> |
|
||||||
<label style="margin-right: 10px;">完整度查询:</label> |
|
||||||
<mat-form-field class="example-full-width"> |
|
||||||
<input type="number" oninput="if(value>100)value=100;if(value<0)value=0" matInput placeholder="请输入完整度最小值" name="integrityScoreMin" [(ngModel)]="integrityScoreMin" autocomplete="off"> |
|
||||||
</mat-form-field> |
|
||||||
<mat-icon *ngIf="padjt" aria-hidden="false" style="position: relative;right: 120px;top: 5px;" id="padshow">arrow forward</mat-icon> |
|
||||||
<span style="margin-left: 15px;" id="pcshow" *ngIf="!padMore&&!padjt">🠊</span> |
|
||||||
<mat-form-field class="example-full-width" style="margin-left: 5px;"> |
|
||||||
<input type="number" oninput="if(value>100)value=100;if(value<0)value=0" matInput placeholder="请输入完整度最大值" name="integrityScoreMax" [(ngModel)]="integrityScoreMax" autocomplete="off"> |
|
||||||
</mat-form-field> |
|
||||||
</div> |
|
||||||
|
|
||||||
</div> |
|
||||||
|
|
||||||
</form> |
|
||||||
</div> |
|
||||||
<mat-divider></mat-divider> |
|
||||||
<div class="body"> |
|
||||||
<div class="buttonbox"> |
|
||||||
<!-- <button type="button" mat-raised-button color="primary" (click)="editunit()">修改</button> --> |
|
||||||
<button type="button" mat-raised-button color="warn" (click)="deleteunit()">删除</button> |
|
||||||
</div> |
|
||||||
<div class="tablebox"> |
|
||||||
|
|
||||||
<table mat-table [dataSource]="tabledataSource" class="mat-elevation-z8"> |
|
||||||
<ng-container matColumnDef="checked"> |
|
||||||
<th mat-header-cell *matHeaderCellDef> |
|
||||||
</th> |
|
||||||
<td mat-cell *matCellDef="let element"> |
|
||||||
<mat-checkbox color="primary" (change)="checkChange($event,element)" [disabled]="element.contentVerify!=null&&(element.contentVerify.verifyState==0||element.contentVerify.verifyState==3)" (click)='checkClick(element)'></mat-checkbox> |
|
||||||
</td> |
|
||||||
</ng-container> |
|
||||||
<ng-container matColumnDef="Follow"> |
|
||||||
<th mat-header-cell *matHeaderCellDef> |
|
||||||
</th> |
|
||||||
<td mat-cell *matCellDef="let element"> |
|
||||||
|
|
||||||
<span title="已关注" *ngIf="element.isFollowed"><mat-icon style="margin-top: 6px;color: red;">star</mat-icon></span> |
|
||||||
|
|
||||||
</td> |
|
||||||
</ng-container> |
|
||||||
<ng-container matColumnDef="unitname"> |
|
||||||
<th mat-header-cell *matHeaderCellDef>单位名称</th> |
|
||||||
<td mat-cell *matCellDef="let element"> |
|
||||||
{{element.name}} |
|
||||||
<!-- <mat-icon class="editUnitName" (click)="editUnitName(element)">create</mat-icon> --> |
|
||||||
</td> |
|
||||||
</ng-container> |
|
||||||
|
|
||||||
<ng-container matColumnDef="integrity" > |
<div class="queryField ordiv"> |
||||||
<th mat-header-cell *matHeaderCellDef style="text-align: center;">信息完整度得分</th> |
<label style="margin-right: 10px;">消防救援站:</label> |
||||||
<td mat-cell *matCellDef="let element;let i = index"> |
<mat-form-field class="example-full-width"> |
||||||
<div class="integrityDiv"> |
<input (click)="stopclose($event)" readonly matInput placeholder="请选择消防救援站" autocomplete="off" |
||||||
<span class="integrityNum"> |
[(ngModel)]="js" name="js" (focus)="openorganizationbox()"> |
||||||
{{(element.companyIntegrityScore.totalScore.toFixed(2) * 100).toFixed()}}分 |
</mat-form-field> |
||||||
</span> |
<mat-checkbox color="primary" style="margin-left: 6px;" [(ngModel)]="jscheck" name="jscheck">包含下级 |
||||||
<div class="integrityColorDiv" [style]="integrity((element.companyIntegrityScore.totalScore.toFixed(2) * 100).toFixed())"> |
</mat-checkbox> |
||||||
</div> |
<span *ngIf="padMore" style="margin-left: 10px; color: #0080FF;" (click)='padInfo()'>更多筛选条件<img |
||||||
<div class="integrityDetails" [ngClass]="{'bottomposition': i <= 5,'topposition': i > 5}"> |
[src]='imgsrcopen'> </span> |
||||||
<div class="integrityDetailsTop"> |
<span *ngIf="padput" style="margin-left: 10px; color: #0080FF;" (click)='padInfo()'>收起<img |
||||||
<span class="span1">分类名称</span> |
[src]='imgsrcdown'> </span> |
||||||
<span class="span2">已得分</span> |
<div class="organizationbox" *ngIf="isorganizationbox"> |
||||||
<span class="span3">总分</span> |
<div (click)="closediv()" class="closediv"> |
||||||
</div> |
<mat-icon>clear</mat-icon> |
||||||
<div class="integrityDetailsBody"> |
</div> |
||||||
<ul> |
<mat-tree [dataSource]="dataSource" [treeControl]="treeControl"> |
||||||
<li> |
<mat-tree-node *matTreeNodeDef="let node" matTreeNodePadding (click)='add(node)' |
||||||
<div class="name">单位信息</div> |
class="organizationlist"> |
||||||
<div class="colorDiv"> |
<button type="button" mat-icon-button disabled></button> |
||||||
<div class="colorDivBac"> |
<li>{{node.name}}</li> |
||||||
<div class="colorDivCon" [style]="integrityDetails((element.companyIntegrityScore.basicInfoScore * 5).toFixed(1),5)"></div> |
</mat-tree-node> |
||||||
</div> |
<mat-tree-node *matTreeNodeDef="let node;when: hasChild" matTreeNodePadding |
||||||
<span>{{(element.companyIntegrityScore.basicInfoScore * 5).toFixed(1)}}%</span> |
(click)='add(node)' class="organizationlist"> |
||||||
</div> |
<button type="button" mat-icon-button matTreeNodeToggle |
||||||
<div class="number">5%</div> |
[attr.aria-label]="'toggle ' + node.name"> |
||||||
</li> |
<mat-icon class="mat-icon-rtl-mirror"> |
||||||
<li> |
{{treeControl.isExpanded(node) ? 'expand_more' : 'chevron_right'}} |
||||||
<div class="name">建筑信息</div> |
</mat-icon> |
||||||
<div class="colorDiv"> |
</button> |
||||||
<div class="colorDivBac"> |
<li>{{node.name}}</li> |
||||||
<div class="colorDivCon" [style]="integrityDetails((element.companyIntegrityScore.buildingInfoScore * 10).toFixed(1),10)"></div> |
</mat-tree-node> |
||||||
</div> |
</mat-tree> |
||||||
<span>{{(element.companyIntegrityScore.buildingInfoScore * 10).toFixed(1)}}%</span> |
</div> |
||||||
</div> |
</div> |
||||||
<div class="number">10%</div> |
<div *ngIf="!pcfind"> |
||||||
</li> |
<button mat-raised-button color="primary">查询</button> |
||||||
<li> |
<button mat-raised-button style="margin-left: 25px;" type="button" (click)="reset()">重置</button> |
||||||
<div class="name">平面图</div> |
</div> |
||||||
<div class="colorDiv"> |
<br> |
||||||
<div class="colorDivBac"> |
<div class="queryField" *ngIf="!padMore"> |
||||||
<div class="colorDivCon" [style]="integrityDetails((element.companyIntegrityScore.planImageScore * 10).toFixed(1),10)"></div> |
<label style="margin-right: 10px;">统一社会信用代码:</label> |
||||||
</div> |
<mat-form-field class="example-full-width"> |
||||||
<span>{{(element.companyIntegrityScore.planImageScore * 10).toFixed(1)}}%</span> |
<input matInput placeholder="请输入统一社会信用代码" name="shehui" [(ngModel)]="shehui" autocomplete="off"> |
||||||
</div> |
</mat-form-field> |
||||||
<div class="number">10%</div> |
</div> |
||||||
</li> |
<div class="queryField" *ngIf="!padMore"> |
||||||
<li> |
<label style="margin-right: 10px;">单位类型:</label> |
||||||
<div class="name">四周毗邻</div> |
<mat-form-field> |
||||||
<div class="colorDiv"> |
<mat-select placeholder='请选择单位类型' [(ngModel)]="unittype" name="unittype"> |
||||||
<div class="colorDivBac"> |
<mat-option *ngFor="let unit of allunittype" [value]="unit.id"> |
||||||
<div class="colorDivCon" [style]="integrityDetails((element.companyIntegrityScore.adjoinScore * 10).toFixed(1),10)"></div> |
{{unit.name}} |
||||||
</div> |
</mat-option> |
||||||
<span>{{(element.companyIntegrityScore.adjoinScore * 10).toFixed(1)}}%</span> |
</mat-select> |
||||||
</div> |
</mat-form-field> |
||||||
<div class="number">10%</div> |
<span *ngIf="pcMore" style="margin-left: 20px; color: #0080FF; cursor: pointer;" |
||||||
</li> |
(click)='pcInfo()'>更多筛选条件<img [src]='imgsrcopen'> </span> |
||||||
<li> |
<span *ngIf="pcput" style="margin-left: 10px; color: #0080FF; cursor: pointer;" |
||||||
<div class="name">消防设施</div> |
(click)='pcInfo()'>收起<img [src]='imgsrcdown'> </span> |
||||||
<div class="colorDiv"> |
</div> |
||||||
<div class="colorDivBac"> |
<div class="queryField" *ngIf="pcfind"> |
||||||
<div class="colorDivCon" [style]="integrityDetails((element.companyIntegrityScore.facilityScore * 25).toFixed(1),25)"></div> |
<button mat-raised-button color="primary">查询</button> |
||||||
</div> |
<button mat-raised-button style="margin-left: 25px;" type="button" (click)="reset()">重置</button> |
||||||
<span>{{(element.companyIntegrityScore.facilityScore * 25).toFixed(1)}}%</span> |
</div> |
||||||
</div> |
<div class="queryField" *ngIf="!padMore&&!pcMore"> |
||||||
<div class="number">25%</div> |
<label style="margin-right: 10px;">关注单位:</label> |
||||||
</li> |
<mat-form-field> |
||||||
<li> |
<mat-select placeholder='请选择单位是否关注' [(ngModel)]="follow" name="follow"> |
||||||
<div class="name">重点部位</div> |
<mat-option value="0">未关注</mat-option> |
||||||
<div class="colorDiv"> |
<mat-option value="1">已关注</mat-option> |
||||||
<div class="colorDivBac"> |
</mat-select> |
||||||
<div class="colorDivCon" [style]="integrityDetails((element.companyIntegrityScore.importantLocationScore * 10).toFixed(1),10)"></div> |
</mat-form-field> |
||||||
</div> |
</div> |
||||||
<span>{{(element.companyIntegrityScore.importantLocationScore * 10).toFixed(1)}}%</span> |
<div class="queryField" *ngIf="!padMore&&!pcMore"> |
||||||
</div> |
<label style="margin-right: 10px;">信息完整度排序:</label> |
||||||
<div class="number">10%</div> |
<mat-form-field> |
||||||
</li> |
<mat-select placeholder='请选择排序方式' [(ngModel)]="integritySort" name="integritySort"> |
||||||
<li> |
<mat-option value="desc">从高到低</mat-option> |
||||||
<div class="name">功能分区</div> |
<mat-option value="asc">从低到高</mat-option> |
||||||
<div class="colorDiv"> |
</mat-select> |
||||||
<div class="colorDivBac"> |
</mat-form-field> |
||||||
<div class="colorDivCon" [style]="integrityDetails((element.companyIntegrityScore.functionalDivisionScore * 10).toFixed(1),10)"></div> |
</div> |
||||||
</div> |
<div class="queryField" *ngIf="!padMore&&!pcMore"> |
||||||
<span>{{(element.companyIntegrityScore.functionalDivisionScore * 10).toFixed(1)}}%</span> |
<label style="margin-right: 10px;">完整度查询:</label> |
||||||
</div> |
<mat-form-field class="example-full-width"> |
||||||
<div class="number">10%</div> |
<input type="number" oninput="if(value>100)value=100;if(value<0)value=0" matInput |
||||||
</li> |
placeholder="请输入完整度最小值" name="integrityScoreMin" [(ngModel)]="integrityScoreMin" |
||||||
<li> |
autocomplete="off"> |
||||||
<div class="name">实景图</div> |
</mat-form-field> |
||||||
<div class="colorDiv"> |
<mat-icon *ngIf="padjt" aria-hidden="false" style="position: relative;right: 120px;top: 5px;" |
||||||
<div class="colorDivBac"> |
id="padshow">arrow forward</mat-icon> |
||||||
<div class="colorDivCon" [style]="integrityDetails((element.companyIntegrityScore.realityImageScore * 10).toFixed(1),10)"></div> |
<span style="margin-left: 15px;" id="pcshow" *ngIf="!padMore&&!padjt">🠊</span> |
||||||
</div> |
<mat-form-field class="example-full-width" style="margin-left: 5px;"> |
||||||
<span>{{(element.companyIntegrityScore.realityImageScore * 10).toFixed(1)}}%</span> |
<input type="number" oninput="if(value>100)value=100;if(value<0)value=0" matInput |
||||||
</div> |
placeholder="请输入完整度最大值" name="integrityScoreMax" [(ngModel)]="integrityScoreMax" |
||||||
<div class="number">10%</div> |
autocomplete="off"> |
||||||
</li> |
</mat-form-field> |
||||||
<li> |
</div> |
||||||
<div class="name">CAD上传</div> |
|
||||||
<div class="colorDiv"> |
</div> |
||||||
<div class="colorDivBac"> |
|
||||||
<div class="colorDivCon" [style]="integrityDetails((element.companyIntegrityScore.cadScore * 10).toFixed(1),10)"></div> |
</form> |
||||||
</div> |
</div> |
||||||
<span>{{(element.companyIntegrityScore.cadScore * 10).toFixed(1)}}%</span> |
<mat-divider></mat-divider> |
||||||
</div> |
<div class="body"> |
||||||
<div class="number">10%</div> |
<div class="buttonbox"> |
||||||
</li> |
<!-- <button type="button" mat-raised-button color="primary" (click)="editunit()">修改</button> --> |
||||||
</ul> |
<button type="button" mat-raised-button color="warn" (click)="deleteunit()">删除</button> |
||||||
</div> |
</div> |
||||||
<div style="width: 100%;text-align: center;font-size: 13px;"> |
<div class="tablebox"> |
||||||
仅供参考 |
|
||||||
</div> |
<table mat-table [dataSource]="tabledataSource" class="mat-elevation-z8"> |
||||||
</div> |
<ng-container matColumnDef="checked"> |
||||||
</div> |
<th mat-header-cell *matHeaderCellDef> |
||||||
</td> |
</th> |
||||||
</ng-container> |
<td mat-cell *matCellDef="let element"> |
||||||
|
<mat-checkbox color="primary" (change)="checkChange($event,element)" |
||||||
<ng-container matColumnDef="jurisdictionsquadron"> |
[disabled]="element.contentVerify!=null&&(element.contentVerify.verifyState==0||element.contentVerify.verifyState==3)" |
||||||
<th mat-header-cell *matHeaderCellDef>消防救援站</th> |
(click)='checkClick(element)'></mat-checkbox> |
||||||
<td mat-cell *matCellDef="let element">{{element.organizationName}}</td> |
</td> |
||||||
</ng-container> |
</ng-container> |
||||||
|
<ng-container matColumnDef="Follow"> |
||||||
<ng-container matColumnDef="unittype"> |
<th mat-header-cell *matHeaderCellDef> |
||||||
<th mat-header-cell *matHeaderCellDef>单位类型</th> |
</th> |
||||||
<td mat-cell *matCellDef="let element">{{element.buildingTypes.length != 0 ? element.buildingTypes[0].name : ''}}</td> |
<td mat-cell *matCellDef="let element"> |
||||||
</ng-container> |
|
||||||
<ng-container matColumnDef="scc"> |
<span title="已关注" *ngIf="element.isFollowed"> |
||||||
<th mat-header-cell *matHeaderCellDef>统一社会信用代码</th> |
<mat-icon style="margin-top: 6px;color: red;">star</mat-icon> |
||||||
<td mat-cell *matCellDef="let element">{{element.usci}}</td> |
</span> |
||||||
</ng-container> |
|
||||||
<ng-container matColumnDef="time"> |
</td> |
||||||
<th mat-header-cell *matHeaderCellDef>录入时间</th> |
</ng-container> |
||||||
<td mat-cell *matCellDef="let element"> |
<ng-container matColumnDef="unitname"> |
||||||
{{element.createTime|date:'yyyy-MM-dd'}} |
<th mat-header-cell *matHeaderCellDef>单位名称</th> |
||||||
</td> |
<td mat-cell *matCellDef="let element"> |
||||||
</ng-container> |
{{element.name}} |
||||||
<ng-container matColumnDef="state"> |
<!-- <mat-icon class="editUnitName" (click)="editUnitName(element)">create</mat-icon> --> |
||||||
<th mat-header-cell *matHeaderCellDef>状态</th> |
</td> |
||||||
<td mat-cell *matCellDef="let element"> |
</ng-container> |
||||||
<span *ngIf="element.contentVerify"> |
|
||||||
{{element.contentVerify.verifyState | state}} |
<ng-container matColumnDef="integrity"> |
||||||
</span> |
<th mat-header-cell *matHeaderCellDef style="text-align: center;">信息完整度得分</th> |
||||||
<span *ngIf="!element.contentVerify"> |
<td mat-cell *matCellDef="let element;let i = index"> |
||||||
未维护 |
<div class="integrityDiv"> |
||||||
</span> |
<span class="integrityNum"> |
||||||
</td> |
{{(element.companyIntegrityScore.totalScore.toFixed(2) * 100).toFixed()}}分 |
||||||
</ng-container> |
</span> |
||||||
<ng-container matColumnDef="operation"> |
<div class="integrityColorDiv" |
||||||
<th mat-header-cell *matHeaderCellDef>操作</th> |
[style]="integrity((element.companyIntegrityScore.totalScore.toFixed(2) * 100).toFixed())"> |
||||||
<td mat-cell *matCellDef="let element" class="operation"> |
</div> |
||||||
<!-- <span (click)="unitdetails(element)" >查看详情</span> --> |
<div class="integrityDetails" [ngClass]="{'bottomposition': i <= 5,'topposition': i > 5}"> |
||||||
<!-- <span style="color: blue;margin-left: 4px;" *ngIf="element.contentVerify==null||element.contentVerify.verifyState==-1||element.contentVerify.verifyState==1||element.contentVerify.verifyState==2||element.contentVerify.verifyState==4||element.contentVerify.verifyState==5" (click)='submitAudit(element)'>提交审核</span> |
<div class="integrityDetailsTop"> |
||||||
|
<span class="span1">分类名称</span> |
||||||
|
<span class="span2">占比</span> |
||||||
|
<span class="span3">总占比</span> |
||||||
|
</div> |
||||||
|
<div class="integrityDetailsBody"> |
||||||
|
<ul> |
||||||
|
<li> |
||||||
|
<div class="name">单位信息</div> |
||||||
|
<div class="colorDiv"> |
||||||
|
<div class="colorDivBac"> |
||||||
|
<div class="colorDivCon" |
||||||
|
[style]="integrityDetails((element.companyIntegrityScore.basicInfoScore * 5).toFixed(1),5)"> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<span>{{(element.companyIntegrityScore.basicInfoScore * |
||||||
|
5).toFixed(1)}}%</span> |
||||||
|
</div> |
||||||
|
<div class="number">5%</div> |
||||||
|
</li> |
||||||
|
<li> |
||||||
|
<div class="name">建筑信息</div> |
||||||
|
<div class="colorDiv"> |
||||||
|
<div class="colorDivBac"> |
||||||
|
<div class="colorDivCon" |
||||||
|
[style]="integrityDetails((element.companyIntegrityScore.buildingInfoScore * 10).toFixed(1),10)"> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<span>{{(element.companyIntegrityScore.buildingInfoScore * |
||||||
|
10).toFixed(1)}}%</span> |
||||||
|
</div> |
||||||
|
<div class="number">10%</div> |
||||||
|
</li> |
||||||
|
<li> |
||||||
|
<div class="name">平面图</div> |
||||||
|
<div class="colorDiv"> |
||||||
|
<div class="colorDivBac"> |
||||||
|
<div class="colorDivCon" |
||||||
|
[style]="integrityDetails((element.companyIntegrityScore.planImageScore * 10).toFixed(1),10)"> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<span>{{(element.companyIntegrityScore.planImageScore * |
||||||
|
10).toFixed(1)}}%</span> |
||||||
|
</div> |
||||||
|
<div class="number">10%</div> |
||||||
|
</li> |
||||||
|
<li> |
||||||
|
<div class="name">四周毗邻</div> |
||||||
|
<div class="colorDiv"> |
||||||
|
<div class="colorDivBac"> |
||||||
|
<div class="colorDivCon" |
||||||
|
[style]="integrityDetails((element.companyIntegrityScore.adjoinScore * 10).toFixed(1),10)"> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<span>{{(element.companyIntegrityScore.adjoinScore * |
||||||
|
10).toFixed(1)}}%</span> |
||||||
|
</div> |
||||||
|
<div class="number">10%</div> |
||||||
|
</li> |
||||||
|
<li> |
||||||
|
<div class="name">消防设施</div> |
||||||
|
<div class="colorDiv"> |
||||||
|
<div class="colorDivBac"> |
||||||
|
<div class="colorDivCon" |
||||||
|
[style]="integrityDetails((element.companyIntegrityScore.facilityScore * 25).toFixed(1),25)"> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<span>{{(element.companyIntegrityScore.facilityScore * |
||||||
|
25).toFixed(1)}}%</span> |
||||||
|
</div> |
||||||
|
<div class="number">25%</div> |
||||||
|
</li> |
||||||
|
<li> |
||||||
|
<div class="name">重点部位</div> |
||||||
|
<div class="colorDiv"> |
||||||
|
<div class="colorDivBac"> |
||||||
|
<div class="colorDivCon" |
||||||
|
[style]="integrityDetails((element.companyIntegrityScore.importantLocationScore * 10).toFixed(1),10)"> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<span>{{(element.companyIntegrityScore.importantLocationScore * |
||||||
|
10).toFixed(1)}}%</span> |
||||||
|
</div> |
||||||
|
<div class="number">10%</div> |
||||||
|
</li> |
||||||
|
<li> |
||||||
|
<div class="name">功能分区</div> |
||||||
|
<div class="colorDiv"> |
||||||
|
<div class="colorDivBac"> |
||||||
|
<div class="colorDivCon" |
||||||
|
[style]="integrityDetails((element.companyIntegrityScore.functionalDivisionScore * 10).toFixed(1),10)"> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<span>{{(element.companyIntegrityScore.functionalDivisionScore * |
||||||
|
10).toFixed(1)}}%</span> |
||||||
|
</div> |
||||||
|
<div class="number">10%</div> |
||||||
|
</li> |
||||||
|
<li> |
||||||
|
<div class="name">实景图</div> |
||||||
|
<div class="colorDiv"> |
||||||
|
<div class="colorDivBac"> |
||||||
|
<div class="colorDivCon" |
||||||
|
[style]="integrityDetails((element.companyIntegrityScore.realityImageScore * 10).toFixed(1),10)"> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<span>{{(element.companyIntegrityScore.realityImageScore * |
||||||
|
10).toFixed(1)}}%</span> |
||||||
|
</div> |
||||||
|
<div class="number">10%</div> |
||||||
|
</li> |
||||||
|
<li> |
||||||
|
<div class="name">CAD上传</div> |
||||||
|
<div class="colorDiv"> |
||||||
|
<div class="colorDivBac"> |
||||||
|
<div class="colorDivCon" |
||||||
|
[style]="integrityDetails((element.companyIntegrityScore.cadScore * 10).toFixed(1),10)"> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<span>{{(element.companyIntegrityScore.cadScore * |
||||||
|
10).toFixed(1)}}%</span> |
||||||
|
</div> |
||||||
|
<div class="number">10%</div> |
||||||
|
</li> |
||||||
|
</ul> |
||||||
|
</div> |
||||||
|
<div style="width: 100%;text-align: center;font-size: 13px;"> |
||||||
|
仅供参考 |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</td> |
||||||
|
</ng-container> |
||||||
|
|
||||||
|
<ng-container matColumnDef="jurisdictionsquadron"> |
||||||
|
<th mat-header-cell *matHeaderCellDef>消防救援站</th> |
||||||
|
<td mat-cell *matCellDef="let element">{{element.organizationName}}</td> |
||||||
|
</ng-container> |
||||||
|
|
||||||
|
<ng-container matColumnDef="unittype"> |
||||||
|
<th mat-header-cell *matHeaderCellDef>单位类型</th> |
||||||
|
<td mat-cell *matCellDef="let element">{{element.buildingTypes.length != 0 ? |
||||||
|
element.buildingTypes[0].name : ''}}</td> |
||||||
|
</ng-container> |
||||||
|
<ng-container matColumnDef="scc"> |
||||||
|
<th mat-header-cell *matHeaderCellDef>统一社会信用代码</th> |
||||||
|
<td mat-cell *matCellDef="let element">{{element.usci}}</td> |
||||||
|
</ng-container> |
||||||
|
<ng-container matColumnDef="time"> |
||||||
|
<th mat-header-cell *matHeaderCellDef>录入时间</th> |
||||||
|
<td mat-cell *matCellDef="let element"> |
||||||
|
{{element.createTime|date:'yyyy-MM-dd'}} |
||||||
|
</td> |
||||||
|
</ng-container> |
||||||
|
<ng-container matColumnDef="state"> |
||||||
|
<th mat-header-cell *matHeaderCellDef>状态</th> |
||||||
|
<td mat-cell *matCellDef="let element"> |
||||||
|
<span *ngIf="element.contentVerify"> |
||||||
|
{{element.contentVerify.verifyState | state}} |
||||||
|
</span> |
||||||
|
<span *ngIf="!element.contentVerify"> |
||||||
|
未维护 |
||||||
|
</span> |
||||||
|
</td> |
||||||
|
</ng-container> |
||||||
|
<ng-container matColumnDef="operation"> |
||||||
|
<th mat-header-cell *matHeaderCellDef>操作</th> |
||||||
|
<td mat-cell *matCellDef="let element" class="operation"> |
||||||
|
<!-- <span (click)="unitdetails(element)" >查看详情</span> --> |
||||||
|
<!-- <span style="color: blue;margin-left: 4px;" *ngIf="element.contentVerify==null||element.contentVerify.verifyState==-1||element.contentVerify.verifyState==1||element.contentVerify.verifyState==2||element.contentVerify.verifyState==4||element.contentVerify.verifyState==5" (click)='submitAudit(element)'>提交审核</span> |
||||||
<span style="color: blue;margin-left: 4px;" *ngIf="element.contentVerify!=null&&(element.contentVerify.verifyState==0||element.contentVerify.verifyState==3) " (click)="cancelAudit(element)">撤销审核</span> |
<span style="color: blue;margin-left: 4px;" *ngIf="element.contentVerify!=null&&(element.contentVerify.verifyState==0||element.contentVerify.verifyState==3) " (click)="cancelAudit(element)">撤销审核</span> |
||||||
<span style="color: blue;margin-left: 4px;" (click)="auditResult(element)">审批结果</span> |
<span style="color: blue;margin-left: 4px;" (click)="auditResult(element)">审批结果</span> |
||||||
<span (click)="Follow(element)" *ngIf="!element.isFollowed">关注单位</span> |
<span (click)="Follow(element)" *ngIf="!element.isFollowed">关注单位</span> |
||||||
<span (click)="unFollow(element)" *ngIf="element.isFollowed">取消关注</span> --> |
<span (click)="unFollow(element)" *ngIf="element.isFollowed">取消关注</span> --> |
||||||
<span (click)="openBasicWeb(element)">基本信息维护</span> |
<span (click)="openBasicWeb(element)">基本信息维护</span> |
||||||
<span (click)="openPlanWeb(element)">预案维护</span> |
<span (click)="openPlanWeb(element)">预案维护</span> |
||||||
</td> |
</td> |
||||||
</ng-container> |
</ng-container> |
||||||
<tr mat-header-row *matHeaderRowDef="displayedColumns"></tr> |
<tr mat-header-row *matHeaderRowDef="displayedColumns"></tr> |
||||||
<tr mat-row *matRowDef="let row; columns: displayedColumns;"></tr> |
<tr mat-row *matRowDef="let row; columns: displayedColumns;"></tr> |
||||||
</table> |
</table> |
||||||
<mat-paginator [length]="length" |
<mat-paginator [length]="length" [pageSize]="pageSize" [pageSizeOptions]="pageSizeOptions" |
||||||
[pageSize]="pageSize" |
(page)="chagePage($event)"> |
||||||
[pageSizeOptions]="pageSizeOptions" |
</mat-paginator> |
||||||
(page)="chagePage($event)"> |
|
||||||
</mat-paginator> |
</div> |
||||||
|
</div> |
||||||
</div> |
|
||||||
</div> |
|
||||||
</div> |
</div> |
Before Width: | Height: | Size: 748 B After Width: | Height: | Size: 748 B |
Before Width: | Height: | Size: 839 B After Width: | Height: | Size: 839 B |
Before Width: | Height: | Size: 687 B After Width: | Height: | Size: 687 B |
Before Width: | Height: | Size: 707 B After Width: | Height: | Size: 707 B |
Before Width: | Height: | Size: 845 B After Width: | Height: | Size: 845 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 506 B After Width: | Height: | Size: 506 B |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 507 B After Width: | Height: | Size: 507 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 407 B After Width: | Height: | Size: 407 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 268 B After Width: | Height: | Size: 268 B |
Before Width: | Height: | Size: 601 B After Width: | Height: | Size: 601 B |
Before Width: | Height: | Size: 604 B After Width: | Height: | Size: 604 B |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 338 B After Width: | Height: | Size: 338 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 890 B After Width: | Height: | Size: 890 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 916 B After Width: | Height: | Size: 916 B |
Before Width: | Height: | Size: 920 B After Width: | Height: | Size: 920 B |
Before Width: | Height: | Size: 943 B After Width: | Height: | Size: 943 B |
Before Width: | Height: | Size: 960 B After Width: | Height: | Size: 960 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 737 B After Width: | Height: | Size: 737 B |
Before Width: | Height: | Size: 827 B After Width: | Height: | Size: 827 B |
Before Width: | Height: | Size: 901 B After Width: | Height: | Size: 901 B |
Before Width: | Height: | Size: 862 B After Width: | Height: | Size: 862 B |
Before Width: | Height: | Size: 789 B After Width: | Height: | Size: 789 B |
Before Width: | Height: | Size: 788 B After Width: | Height: | Size: 788 B |
Before Width: | Height: | Size: 561 B After Width: | Height: | Size: 561 B |
Before Width: | Height: | Size: 839 B After Width: | Height: | Size: 839 B |
Before Width: | Height: | Size: 901 B After Width: | Height: | Size: 901 B |
Before Width: | Height: | Size: 786 B After Width: | Height: | Size: 786 B |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |