From b1c382b51d44a22997a43dd49e9e7a071371e533 Mon Sep 17 00:00:00 2001 From: Sjh <55341701@qq.com> Date: Thu, 2 Nov 2023 12:00:20 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E5=96=84]=E9=A2=84=E6=A1=88=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=AE=A1=E6=A0=B8=E7=BB=93=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../entry-plan-look/auditresult.html | 44 ++++++++++++++----- .../entry-plan-look.component.ts | 4 +- src/index.html | 8 ++-- 3 files changed, 41 insertions(+), 15 deletions(-) diff --git a/src/app/plan-management/entry-plan-look/auditresult.html b/src/app/plan-management/entry-plan-look/auditresult.html index f1ce80d..f71fe5d 100644 --- a/src/app/plan-management/entry-plan-look/auditresult.html +++ b/src/app/plan-management/entry-plan-look/auditresult.html @@ -7,7 +7,7 @@ * @LastEditTime: 2021-03-16 14:34:07 -->
- 审批结果 + 审批结果
@@ -15,15 +15,39 @@

提交时间:{{data.element.committedTime| date:'yyyy-MM-dd HH:mm:ss'}}

发起申请:{{commitOrganizationName }}

-

初审时间:{{data.element.firstAudittedTime| date:'yyyy-MM-dd HH:mm:ss'}}

-

初审机构:{{data.element.firstAuditorOrganizationName}}

-

初审意见:{{data.element.firstAuditOpinion}}

-

初审结果:{{data.element.auditStatus==16?'待终审':data.element.auditStatus==32?'初审退回':data.element.auditStatus==2||data.element.auditStatus==4?'初审通过':''}}

- -

终审时间:{{data.element.audittedTime| date:'yyyy-MM-dd HH:mm:ss'}}

-

终审机构:{{data.element.auditorOrganizationName}}

-

终审意见:{{data.element.auditOpinion}}

-

终审结果:{{data.element.auditStatus==2?'终审通过':data.element.auditStatus==4?'终审退回':''}}

+

+ 初审 + 终审时间:{{data.element.firstAudittedTime| date:'yyyy-MM-dd HH:mm:ss'}} +

+

+ 初审 + 终审机构:{{data.element.firstAuditorOrganizationName}} +

+

+ 初审 + 终审意见:{{data.element.firstAuditOpinion}} +

+

+ 初审 + 终审结果: + 待终审 + + 初审 + 终审退回 + + 初审 + 终审通过 +

+ + + +

终审时间:{{data.element.audittedTime| date:'yyyy-MM-dd HH:mm:ss'}}

+

终审机构:{{data.element.auditorOrganizationName}}

+

终审意见:{{data.element.auditOpinion}}

+

终审结果:{{data.element.auditStatus==2?'终审通过':data.element.auditStatus==4?'终审退回':''}}

+
+ +
diff --git a/src/app/plan-management/entry-plan-look/entry-plan-look.component.ts b/src/app/plan-management/entry-plan-look/entry-plan-look.component.ts index e8f49b5..92f2a10 100644 --- a/src/app/plan-management/entry-plan-look/entry-plan-look.component.ts +++ b/src/app/plan-management/entry-plan-look/entry-plan-look.component.ts @@ -1901,7 +1901,9 @@ export class AuditResult { auditOrganizationName: any = this.data.element.auditorOrganizationName; auditResult: any = this.data.element.auditStatus; auditOpinion: any = this.data.element.auditOpinion; - ngOnInit(): void {} + ngOnInit(): void { + console.log( this.data.element) + } onNoClick(): void { this.dialogRef.close(); } diff --git a/src/index.html b/src/index.html index 93a46ec..e709411 100644 --- a/src/index.html +++ b/src/index.html @@ -19,17 +19,17 @@ - - +