@@ -110,13 +121,16 @@
{{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.planType=='1'?'二维预案':item.planType=='2'?'三维预案':item.planType=='4'?'其它预案':item.planType=='16'?'文本预案':''}}
+ |
{{item.title}} |
- {{item.operation=='0'?'新增':item.operation=='1'?'更新':'删除'}} |
- {{item.organizationName}} |
- {{item.verifyState=='0'?'待初审':item.verifyState=='1'?
+ | {{item.operation=='0'?'新增':item.operation=='1'?'更新':'删除'}} |
+ {{item.organizationName}} |
+ {{item.verifyState=='0'?'待初审':item.verifyState=='1'?
'初审通过':item.verifyState=='2'?'初审驳回':item.verifyState=='3'?'待终审':item.verifyState=='4'?'终审通过':'终审驳回'}} |
- {{item.creatorName}} |
- {{item.createTime|date:'yyyy-MM-dd'}} |
+ {{item.creatorName}} |
+ {{item.createTime|date:'yyyy-MM-dd'}} |
diff --git a/src/app/plan-audit/plan-record/plan-record.component.scss b/src/app/plan-audit/plan-record/plan-record.component.scss
index 9d22124..1d295c0 100644
--- a/src/app/plan-audit/plan-record/plan-record.component.scss
+++ b/src/app/plan-audit/plan-record/plan-record.component.scss
@@ -136,21 +136,25 @@
}
}
.headfour{
+
@media screen and (max-device-width:1200px){
font-size: 13px;
mat-form-field{
- width: 150px;
+ width: 80px;
}
}
@media screen and (max-device-width:1400px) and (min-device-width:1200px){
margin-left: 15px;
mat-form-field{
- width: 150px;
+ width: 80px;
}
}
+ @media screen and (min-device-width:1400px){
+ margin-left: 30px;
+ }
span{
@media screen and (min-device-width:1400px){
- margin-left: 30px;
+ //margin-left: 30px;
}
}
button{
diff --git a/src/app/plan-audit/plan-record/plan-record.component.ts b/src/app/plan-audit/plan-record/plan-record.component.ts
index 2b0e425..c00ce85 100644
--- a/src/app/plan-audit/plan-record/plan-record.component.ts
+++ b/src/app/plan-audit/plan-record/plan-record.component.ts
@@ -4,7 +4,7 @@
* @Author: sueRimn
* @Date: 2020-12-25 10:19:31
* @LastEditors: sueRimn
- * @LastEditTime: 2021-07-08 09:35:53
+ * @LastEditTime: 2021-07-24 14:36:27
*/
import { Component, OnInit, Inject } from '@angular/core';
import { FormControl } from '@angular/forms';
@@ -92,6 +92,7 @@ export class PlanRecordComponent implements OnInit {
companyId
fetchUrl
companyName
+ plantypes
//获取表格数据
getAlltabledate() {
@@ -102,7 +103,8 @@ export class PlanRecordComponent implements OnInit {
Level: this.PlanLevel || [],
verifyState: this.verifyState || [1, 2, 4, 5],
QueryStartTime: this.addtime || '',
- QueryEndTime: this.endtime || ''
+ QueryEndTime: this.endtime || '',
+ PlanType:this.plantypes||[]
}
this.http.get("/api/ContentVerifies", { params: paramsdata }).subscribe((data: any) => {
//console.log(data)
@@ -124,6 +126,7 @@ export class PlanRecordComponent implements OnInit {
this.endtime = ''
let level = sessionStorage.getItem("level");
this.PlanLevel = ''
+ this.plantypes=[]
this.getAlltabledate()
}
//表格点击事件
diff --git a/src/app/plan-audit/wait-examineer/wait-examineer.component.html b/src/app/plan-audit/wait-examineer/wait-examineer.component.html
index f34bc4d..23d36ce 100644
--- a/src/app/plan-audit/wait-examineer/wait-examineer.component.html
+++ b/src/app/plan-audit/wait-examineer/wait-examineer.component.html
@@ -41,7 +41,7 @@