|
|
@ -28,6 +28,10 @@ |
|
|
|
<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="12">消防水源</mat-option> |
|
|
|
|
|
|
|
<mat-option value="13">消防力量</mat-option> |
|
|
|
|
|
|
|
<mat-option value="14">联动力量</mat-option> |
|
|
|
</mat-select> |
|
|
|
</mat-select> |
|
|
|
</mat-form-field> |
|
|
|
</mat-form-field> |
|
|
|
<span style="margin-left: 30px;">编制级别:</span> |
|
|
|
<span style="margin-left: 30px;">编制级别:</span> |
|
|
@ -37,7 +41,7 @@ |
|
|
|
</mat-select> |
|
|
|
</mat-select> |
|
|
|
</mat-form-field> |
|
|
|
</mat-form-field> |
|
|
|
<button mat-raised-button color="primary" style="margin-left: 40px;" type="submit" >查询</button> |
|
|
|
<button mat-raised-button color="primary" style="margin-left: 40px;" type="submit" >查询</button> |
|
|
|
<button mat-raised-button color="primary" style="margin-left: 20px;" (click)='record()'><img src="../../../assets/images/refresh.png" > 刷新</button> |
|
|
|
<button mat-raised-button color="primary" style="margin-left: 20px;" (click)='record()'><img src="../../../assets/images/refresh.png" > 重置</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</form> |
|
|
|
</form> |
|
|
|
|
|
|
|
|
|
|
@ -57,7 +61,7 @@ |
|
|
|
<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" (click)='radioClick($event,item)'> |
|
|
|
<tr [ngClass]="{'selectedTr': item.id == id}" *ngFor="let item of tableDate;let key = index" (click)='radioClick($event,item)'> |
|
|
|
<td style="width: 15%;"> |
|
|
|
<td style="width: 15%;"> |
|
|
|
<mat-checkbox color="primary" (change)='radioClick($event,item)'></mat-checkbox> |
|
|
|
<mat-checkbox color="primary" (change)='radioClick($event,item)'style="float: left;margin-top:'2px'"></mat-checkbox> |
|
|
|
{{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'?'联动力量':'未知'}}</td> |
|
|
|
'Ⅴ级预案':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: 15%;">{{item.title}}</td> |
|
|
|
<td style="width: 15%;">{{item.title}}</td> |
|
|
@ -80,6 +84,7 @@ |
|
|
|
<div class="righthead"> |
|
|
|
<div class="righthead"> |
|
|
|
|
|
|
|
|
|
|
|
<div class="rightheadtwo"> |
|
|
|
<div class="rightheadtwo"> |
|
|
|
|
|
|
|
<button mat-raised-button color="primary" style="float: right;" (click)='lookNew()' *ngIf="showtype == 0">查看详情</button> |
|
|
|
<button mat-raised-button style="color: #FFFFFF;background-color: #FF7161;float: right;" (click)='refuse()'>拒绝</button> |
|
|
|
<button mat-raised-button style="color: #FFFFFF;background-color: #FF7161;float: right;" (click)='refuse()'>拒绝</button> |
|
|
|
<button mat-raised-button style="color: #FFFFFF;background-color: #38D984;float: right;" (click)='agree()'>同意</button> |
|
|
|
<button mat-raised-button style="color: #FFFFFF;background-color: #38D984;float: right;" (click)='agree()'>同意</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|