|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
* @Author: sueRimn |
|
|
|
|
* @Date: 2020-12-25 10:19:31 |
|
|
|
|
* @LastEditors: sueRimn |
|
|
|
|
* @LastEditTime: 2021-07-08 09:25:11 |
|
|
|
|
* @LastEditTime: 2021-07-24 09:30:42 |
|
|
|
|
--> |
|
|
|
|
<div class="box"> |
|
|
|
|
<div class="boxleft"> |
|
|
|
@ -53,6 +53,7 @@
|
|
|
|
|
</mat-select> |
|
|
|
|
</mat-form-field> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
<div class="headfour"> |
|
|
|
|
<span>时间:</span> |
|
|
|
@ -64,6 +65,15 @@
|
|
|
|
|
<mat-form-field class="example-full-width" style="margin-left: 10px;margin-bottom: 0;"> |
|
|
|
|
<input type="date" matInput name="companyName" autocomplete="off" [(ngModel)]="endtime"> |
|
|
|
|
</mat-form-field> |
|
|
|
|
<span style="margin-left: 10px;" >预案类型:</span> |
|
|
|
|
<mat-form-field> |
|
|
|
|
<mat-select placeholder='请选择预案类型' name="unittype" [(ngModel)]="plantypes" [multiple]="true"> |
|
|
|
|
<mat-option value="1">二维预案</mat-option> |
|
|
|
|
<mat-option value="2">三维预案</mat-option> |
|
|
|
|
<mat-option value="4">其他预案</mat-option> |
|
|
|
|
<mat-option value="16">文本预案</mat-option> |
|
|
|
|
</mat-select> |
|
|
|
|
</mat-form-field> |
|
|
|
|
<button mat-raised-button color="primary" type="submit" >查询</button> |
|
|
|
|
<button mat-raised-button color="primary" (click)='record()'><img src="../../../assets/images/refresh.png" > 重置</button> |
|
|
|
|
</div> |
|
|
|
@ -95,12 +105,13 @@
|
|
|
|
|
<table cellspacing="0" cellpadding="0" style="margin-top: 10px;"> |
|
|
|
|
<thead> |
|
|
|
|
<th style="width: 15%;">类型</th> |
|
|
|
|
<th style="width: 10%;">预案类型</th> |
|
|
|
|
<th style="width: 15%;">名称</th> |
|
|
|
|
<th style="width: 10%;">操作</th> |
|
|
|
|
<th style="width: 15%;">所属组织</th> |
|
|
|
|
<th style="width: 15%;">审核状态</th> |
|
|
|
|
<th style="width: 15%;">提交人</th> |
|
|
|
|
<th style="width: 25%;">提交时间</th> |
|
|
|
|
<th style="width: 5%;">操作</th> |
|
|
|
|
<th style="width: 20%;">所属组织</th> |
|
|
|
|
<th style="width: 10%;">审核状态</th> |
|
|
|
|
<th style="width: 10%;">提交人</th> |
|
|
|
|
<th style="width: 15%;">提交时间</th> |
|
|
|
|
</thead> |
|
|
|
|
</table> |
|
|
|
|
<div class="tbodycss" id="tbodydiv" > |
|
|
|
@ -110,13 +121,16 @@
|
|
|
|
|
<!-- <input type="radio" name="yuan" value={{item.id}} [(ngModel)]="checked" (click)='radioClick(item)'> --> |
|
|
|
|
{{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'?'联动力量':'未知'}}</td> |
|
|
|
|
<td style="width: 10%;"> |
|
|
|
|
{{item.planType=='1'?'二维预案':item.planType=='2'?'三维预案':item.planType=='4'?'其它预案':item.planType=='16'?'文本预案':''}} |
|
|
|
|
</td> |
|
|
|
|
<td style="width: 15%;">{{item.title}}</td> |
|
|
|
|
<td style="width: 10%;" [ngClass]="{'green': item.operation == '1','red':item.operation == '2','blue':item.operation == '0'}">{{item.operation=='0'?'新增':item.operation=='1'?'更新':'删除'}}</td> |
|
|
|
|
<td style="width: 15%;">{{item.organizationName}}</td> |
|
|
|
|
<td style="width: 15%;" [ngClass]="{'green': item.verifyState == '1'||item.verifyState == '4','red':item.verifyState == '2'||item.verifyState == '5'}">{{item.verifyState=='0'?'待初审':item.verifyState=='1'? |
|
|
|
|
<td style="width: 5%;" [ngClass]="{'green': item.operation == '1','red':item.operation == '2','blue':item.operation == '0'}">{{item.operation=='0'?'新增':item.operation=='1'?'更新':'删除'}}</td> |
|
|
|
|
<td style="width: 20%;">{{item.organizationName}}</td> |
|
|
|
|
<td style="width: 10%;" [ngClass]="{'green': item.verifyState == '1'||item.verifyState == '4','red':item.verifyState == '2'||item.verifyState == '5'}">{{item.verifyState=='0'?'待初审':item.verifyState=='1'? |
|
|
|
|
'初审通过':item.verifyState=='2'?'初审驳回':item.verifyState=='3'?'待终审':item.verifyState=='4'?'终审通过':'终审驳回'}}</td> |
|
|
|
|
<td style="width: 15%;">{{item.creatorName}}</td> |
|
|
|
|
<td style="width: 25%;">{{item.createTime|date:'yyyy-MM-dd'}}</td> |
|
|
|
|
<td style="width: 10%;">{{item.creatorName}}</td> |
|
|
|
|
<td style="width: 15%;">{{item.createTime|date:'yyyy-MM-dd'}}</td> |
|
|
|
|
</tr> |
|
|
|
|
</table> |
|
|
|
|
</div> |
|
|
|
|