From 66741ba30aa54c04c7787d910139ed750c37e28e Mon Sep 17 00:00:00 2001 From: SHAOJIAHAO <55341701@qq.com> Date: Wed, 2 Nov 2022 08:54:58 +0800 Subject: [PATCH 1/2] =?UTF-8?q?[=E5=AE=8C=E5=96=84]=E6=B2=B9=E7=AB=99?= =?UTF-8?q?=E5=8C=BA=E5=9F=9F=E5=92=8C=E5=85=AC=E5=8F=B8=E4=B8=8D=E8=83=BD?= =?UTF-8?q?=E4=BF=AE=E6=94=B9;=E7=BB=84=E7=BB=87=E6=9C=BA=E6=9E=84?= =?UTF-8?q?=E6=B2=B9=E7=AB=99=E7=BA=A7=E5=88=AB=E5=AF=B9=E5=BA=94isGasStat?= =?UTF-8?q?ion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../oil-station-info.component.html | 27 ++++++++++--------- .../oil-station-info.component.ts | 2 +- .../organization/addor/addor.component.html | 4 +-- .../organization/editor/editor.component.html | 4 +-- .../organization/organization.component.ts | 14 ++++++---- 5 files changed, 29 insertions(+), 22 deletions(-) diff --git a/src/app/pages/oil-station-info/oil-station-info.component.html b/src/app/pages/oil-station-info/oil-station-info.component.html index 5d2f8d4..9c27901 100644 --- a/src/app/pages/oil-station-info/oil-station-info.component.html +++ b/src/app/pages/oil-station-info/oil-station-info.component.html @@ -68,27 +68,28 @@ --> - + 区域名称 - - + + + {{httpBody.locationName}} - 公司名称* - - + 公司名称 + + + {{httpBody.companyName}} @@ -700,9 +701,11 @@ style="color: #fff;margin-right: 30px;">当前审核状态:{{httpBody.auditLog.auditStatusDesc}} 审核意见:{{httpBody.auditLog.rejectReason}} + *ngIf="httpBody.auditStatus != 1 && httpBody.auditStatus != 2 && userdata.userName != 'admin'" + (click)="submitAudit()">提交审核 + *ngIf="httpBody.auditStatus == 1 || httpBody.auditStatus == 2 && userdata.userName != 'admin'" + (click)="revocationAudit()">撤销审核