【fix-bug74255】-垫付判断的修改
This commit is contained in:
@@ -410,7 +410,9 @@ export default {
|
|||||||
computed: {
|
computed: {
|
||||||
// 是否是第三方代付
|
// 是否是第三方代付
|
||||||
hasOtherCompany() {
|
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: {
|
components: {
|
||||||
|
|||||||
Reference in New Issue
Block a user