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: {