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 @@ - - +