From 892a11cbe9932956c959feba1f7b6e311ec1e13a Mon Sep 17 00:00:00 2001 From: Sjh <55341701@qq.com> Date: Mon, 20 Nov 2023 16:33:13 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E5=96=84]=E9=80=80=E5=9B=9E=E9=87=8D?= =?UTF-8?q?=E7=82=B9=E9=9D=9E=E9=87=8D=E7=82=B9=E7=9A=84=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E5=8C=BA=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proxy.config.json | 2 +- .../wait-examineer.component.html | 8 +++++-- .../entry-plan-look/auditresult.html | 22 ++++++++++--------- 3 files changed, 19 insertions(+), 13 deletions(-) diff --git a/proxy.config.json b/proxy.config.json index 8129e12..e61e510 100644 --- a/proxy.config.json +++ b/proxy.config.json @@ -1,6 +1,6 @@ { "/api": { - "target": "http://121.36.37.70:8201/", + "target": "http://10.81.73.39:8000/", "生产": "http://10.81.73.39:8000/", "测试": "http://121.36.37.70:8201/", "生产2": "http://183.194.244.232:8088/", 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 504a8d0..a9ea096 100644 --- a/src/app/plan-audit/wait-examineer/wait-examineer.component.html +++ b/src/app/plan-audit/wait-examineer/wait-examineer.component.html @@ -101,7 +101,11 @@ [ngClass]="{'green': item.operation == '0','red':item.operation == '2','yellow':item.operation == '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'}} diff --git a/src/app/plan-management/entry-plan-look/auditresult.html b/src/app/plan-management/entry-plan-look/auditresult.html index f71fe5d..3f6a7e9 100644 --- a/src/app/plan-management/entry-plan-look/auditresult.html +++ b/src/app/plan-management/entry-plan-look/auditresult.html @@ -1,11 +1,3 @@ -
审批结果
@@ -15,7 +7,7 @@

提交时间:{{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?'终审退回':''}}