From 721be9145e66a2ddbe482e1d3c7d0e962bed643d Mon Sep 17 00:00:00 2001 From: SHAOJIAHAO <55341701@qq.com> Date: Mon, 29 May 2023 11:22:59 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E5=96=84]=E9=87=8D=E7=BD=AE=E5=8A=9F?= =?UTF-8?q?=E8=83=BDbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../plan-audit/plan-audit.component.html | 99 ++++++++++--------- .../plan-record/plan-record.component.html | 2 +- .../plan-record/plan-record.component.ts | 5 +- .../wait-examineer.component.html | 2 +- src/index.html | 4 +- 5 files changed, 58 insertions(+), 54 deletions(-) diff --git a/src/app/plan-audit/plan-audit/plan-audit.component.html b/src/app/plan-audit/plan-audit/plan-audit.component.html index 77d664b..c955ccf 100644 --- a/src/app/plan-audit/plan-audit/plan-audit.component.html +++ b/src/app/plan-audit/plan-audit/plan-audit.component.html @@ -8,45 +8,48 @@ - +
- + - 包含下级 - + 包含下级 +
-
clear
- - - -
  • {{node.name}}
  • -
    - - +
  • {{node.name}}
  • +
    + + -
  • {{node.name}}
  • -
    -
    + +
  • {{node.name}}
  • + +
    - +
    - +
    - + {{unit.name}}
    - +
    @@ -57,7 +60,7 @@
    - +
    @@ -68,7 +71,7 @@
    - +
    @@ -78,11 +81,12 @@ - 包含下级 + 包含下级
    - + - +
    @@ -90,33 +94,33 @@
    - +
    - + - + - + - + - + - + - + - + - + - - - + + +
    单位名称 {{element.companyName}} 预案名称 {{element.name}} 添加人 {{element.creatorName}} 添加时间 {{element.creationTime|date:'yyyy-MM-dd'}} 预案类型 @@ -126,7 +130,7 @@ 审核状态 @@ -136,12 +140,12 @@ 是否公开 {{element.openRange}} 编制级别 @@ -151,24 +155,25 @@ 操作 - - - - + + + +
    - +
    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 6e582ef..da81445 100644 --- a/src/app/plan-audit/plan-record/plan-record.component.html +++ b/src/app/plan-audit/plan-record/plan-record.component.html @@ -77,7 +77,7 @@
    - +
    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 aafff47..d293d38 100644 --- a/src/app/plan-audit/plan-record/plan-record.component.ts +++ b/src/app/plan-audit/plan-record/plan-record.component.ts @@ -121,7 +121,6 @@ export class PlanRecordComponent implements OnInit { } //提交查询 onSubmit(value) { - //console.log(value) this.PageNumber = 1; this.getAlltabledate(); } @@ -135,13 +134,13 @@ export class PlanRecordComponent implements OnInit { this.endtime = ""; this.PlanLevel = ""; this.plantypes = []; - this.PageNumber = 1; + this.PageNumber = 1; //分页事件触发刷新 this.getAlltabledate(); } //分页事件 chagePage(e) { - console.log(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 3d48d6f..d851b2a 100644 --- a/src/app/plan-audit/wait-examineer/wait-examineer.component.html +++ b/src/app/plan-audit/wait-examineer/wait-examineer.component.html @@ -59,7 +59,7 @@
    - +
    diff --git a/src/index.html b/src/index.html index ae5fbd1..7ca66fa 100644 --- a/src/index.html +++ b/src/index.html @@ -31,9 +31,9 @@ securityJsCode: '0afa0b144398727fad2ca06f5f7156b3' } - +