From 8bd7af2eb6fe033382e23248ff51aef51d9d9992 Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Fri, 28 Jul 2023 12:02:52 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90fix-bug74255=E3=80=91-=E5=9E=AB?= =?UTF-8?q?=E4=BB=98=E5=88=A4=E6=96=AD=E7=9A=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ProjectDetailModal.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/ProjectDetailModal.vue b/src/components/ProjectDetailModal.vue index 931d72a..993006d 100644 --- a/src/components/ProjectDetailModal.vue +++ b/src/components/ProjectDetailModal.vue @@ -410,7 +410,9 @@ export default { computed: { // 是否是第三方代付 hasOtherCompany() { - return this.isInvoicing && this.otherCompanyInfo.headerName && (this.otherCompanyInfo.headerName !== this.basicInfo.companyName) + // 去掉未审核 去判断的企业是否是标协会企业 + let companyName = this.basicInfo.companyName.replaceAll('(未审核)','') + return this.isInvoicing && this.otherCompanyInfo.headerName && (this.otherCompanyInfo.headerName !== companyName) } }, components: {