diff --git a/src/app/plan-audit/plan-record/plan-record.component.html b/src/app/plan-audit/plan-record/plan-record.component.html index fc2e937..aa00f20 100644 --- a/src/app/plan-audit/plan-record/plan-record.component.html +++ b/src/app/plan-audit/plan-record/plan-record.component.html @@ -75,35 +75,11 @@ - + - -
- +
@@ -145,6 +121,8 @@
状态 类型{{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 09ca473..01a03e6 100644 --- a/src/app/plan-audit/plan-record/plan-record.component.scss +++ b/src/app/plan-audit/plan-record/plan-record.component.scss @@ -12,6 +12,7 @@ flex-direction: column; .lefthead { + height: 100%; display: flex; flex-direction: column; @@ -51,7 +52,7 @@ input { @media screen and (min-device-width:1400px) { - margin-left:40px; + margin-left: 40px; } @@ -102,6 +103,7 @@ display: flex; flex-direction: row; align-items: center; + span { @media screen and (min-device-width:1200px) { font-size: 16px; @@ -117,7 +119,7 @@ input { @media screen and (min-device-width:1400px) { margin-left: 40px; - + } @media screen and (max-device-width:1200px) { @@ -126,7 +128,7 @@ @media screen and (max-device-width:1400px) and (min-device-width:1200px) { margin-left: 0; - + } position: relative; @@ -202,9 +204,9 @@ button { @media screen and (min-device-width:1400px) { margin-left: 40px; - font-size: 16px; - width: 80px; - height: 36px; + font-size: 14px; + width: 70px; + height: 32px; } @media screen and (max-device-width:1200px) { @@ -238,37 +240,20 @@ .tablediv { width: 100%; - height: 100%; - padding-bottom: 20px; - - .tbodycss { - - //overflow-y: auto; - @media screen and (min-device-width:1400px) { - overflow-y: auto; - } - - height:550px; - width: 100%; - - .selectedTr { - background-color: #b3d3ee; - } - } - - table { - //margin: 20px 20px; + flex: 1; + display: flex; + flex-direction: column; + overflow: hidden; + .header { margin-left: 10px; margin-right: 10px; width: 97.5%; - //border: 1px solid #2196F3; thead { height: 48px; color: #FFFFFF; background-color: #2196F3; - //font-size: 16px; th { font-weight: 10; @@ -287,6 +272,16 @@ background: #FAFAFA; } } + + .tbodycss { + flex: 1; + width: 100%; + overflow-y: auto; + + .selectedTr { + background-color: #b3d3ee; + } + } } } 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 50b4363..c40b305 100644 --- a/src/app/plan-audit/plan-record/plan-record.component.ts +++ b/src/app/plan-audit/plan-record/plan-record.component.ts @@ -94,6 +94,7 @@ export class PlanRecordComponent implements OnInit { IsNewData = [true, false]; //获取表格数据 + PageNumber = 1; getAlltabledate() { let paramsdata: any = { Operation: this.level || [], @@ -104,6 +105,8 @@ export class PlanRecordComponent implements OnInit { QueryEndTime: this.endtime || "", PlanType: this.plantypes || [], IsNewData: this.IsNewData, + PageNumber: this.PageNumber, + PageSize: 10, }; this.http .get("/api/ContentVerifies", { params: paramsdata }) @@ -116,6 +119,7 @@ export class PlanRecordComponent implements OnInit { //提交查询 onSubmit(value) { //console.log(value) + this.PageNumber = 1; this.getAlltabledate(); } //刷新 @@ -128,6 +132,14 @@ export class PlanRecordComponent implements OnInit { let level = sessionStorage.getItem("level"); this.PlanLevel = ""; this.plantypes = []; + this.PageNumber = 1; + this.getAlltabledate(); + } + + //分页事件 + chagePage(e) { + console.log(e); + this.PageNumber = e.pageIndex + 1; 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 3e3d469..1353f56 100644 --- a/src/app/plan-audit/wait-examineer/wait-examineer.component.html +++ b/src/app/plan-audit/wait-examineer/wait-examineer.component.html @@ -15,56 +15,56 @@
类型: - - - Ⅰ级预案 - Ⅱ级预案 - Ⅲ级预案 - Ⅳ级预案 - Ⅴ级预案 - 应急预案(国家级) - 应急预案(市级) - 类型预案 - 重点单位 - 消防水源 - 消防力量 - 联动力量 - - - 编制级别: - - - {{item.name}} - - + + + Ⅰ级预案 + Ⅱ级预案 + Ⅲ级预案 + Ⅳ级预案 + Ⅴ级预案 + 应急预案(国家级) + 应急预案(市级) + 类型预案 + 重点单位 + 消防水源 + 消防力量 + 联动力量 + + + 编制级别: + + + {{item.name}} + +
- 状态: - - - 新增 - 维护更新 - - + 状态: + + + 新增 + 维护更新 + + 预案类型: - - - 二维预案 - 三维预案 - 其他预案 - 文本预案 - - - - - + + + 二维预案 + 三维预案 + 其他预案 + 文本预案 + + + + +
- +
- +
@@ -84,12 +84,14 @@
- + {{item.itemMaintenanceState=='0'?'新增':'维护'}} + @@ -139,16 +141,18 @@
- + - 基本信息 + 基本信息 -
+
- + border_color @@ -160,10 +164,12 @@
@@ -171,13 +177,13 @@ - + -
+ - {{item.itemMaintenanceState=='0'?'新增':'维护'}} - + {{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'?'联动力量':'未知'}} {{i.displayName}} : - - + + 变更为 - + {{i.displayName}} 发生变化 - + - + + {{i.oldValue | differentContentTitle}} 变更为 {{i.newValue | differentContentTitle}} @@ -191,14 +197,16 @@ - + - 建筑信息 + 建筑信息 -
+
@@ -215,7 +223,7 @@
{{i.path[i.path.length - 2]}}-{{i.path[i.path.length - 1]}}: - + {{i.oldValue | differentContentTitle}} 变更为 {{i.newValue | differentContentTitle}} @@ -227,15 +235,16 @@ - + - 功能分区 + 功能分区 -
- +
+ @@ -247,7 +256,7 @@
{{i.displayName}} : - + {{i.oldValue | differentContentTitle}} 变更为 {{i.newValue | differentContentTitle}} @@ -259,14 +268,16 @@ - + - 实景图 + 实景图 -
+
@@ -276,9 +287,9 @@ 修改 新增 删除 - 文件夹 - + 文件夹 - {{item.propertyName}} - + @@ -286,7 +297,8 @@
新增图片 - +
@@ -300,12 +312,12 @@ - + {{i.childrens[0].oldValue}} 变更为 {{i.childrens[0].newValue}} - + @@ -424,5 +436,5 @@
- +
\ No newline at end of file diff --git a/src/app/plan-audit/wait-examineer/wait-examineer.component.scss b/src/app/plan-audit/wait-examineer/wait-examineer.component.scss index 89f01ff..7b6319c 100644 --- a/src/app/plan-audit/wait-examineer/wait-examineer.component.scss +++ b/src/app/plan-audit/wait-examineer/wait-examineer.component.scss @@ -16,6 +16,7 @@ height: 30%; display: flex; flex-direction: column; + align-items: center; .headdiv { @media screen and (min-device-width: 1400px) { margin: 0 0 0 28px; @@ -29,6 +30,7 @@ height: 40px; display: flex; flex-direction: row; + align-items: center; .radio { height: 10px; } @@ -47,16 +49,16 @@ input { position: relative; @media screen and (min-device-width: 1400px) { - margin-left: 50px; - top: 6px; + margin-left: 40px; + } @media screen and (max-device-width: 1200px) { margin-left: 8px; - top: 4px; + } @media screen and (max-device-width: 1400px) and (min-device-width: 1200px) { margin-left: 8px; - top: 6px; + } } .count { diff --git a/src/index.html b/src/index.html index 7ca66fa..ae5fbd1 100644 --- a/src/index.html +++ b/src/index.html @@ -31,9 +31,9 @@ securityJsCode: '0afa0b144398727fad2ca06f5f7156b3' } - - + --> diff --git a/src/styles.scss b/src/styles.scss index c50ff5d..1029384 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -512,3 +512,10 @@ td { } } + +#tbodydiv { + .mat-paginator-container { + margin: 12px 0; + justify-content: center; + } +}