|
|
@@ -14,11 +14,14 @@ |
|
|
|
>用户名:{{ currentAccount ? currentAccount.accountName : ''}}</div> |
|
|
|
<span class="logout fl" @click="logout">退出登录</span> |
|
|
|
<!-- 未认领,未入驻园区 --> |
|
|
|
<!-- <div class="company-btn fr" v-if="!isClaimed"> |
|
|
|
<div |
|
|
|
class="company-btn fr" |
|
|
|
v-if="companyTaxInfo.claimState && companyTaxInfo.claimState.text == '未认领'" |
|
|
|
> |
|
|
|
我是企业, |
|
|
|
<span class="btn-span" @click="openApplyForAdmission">我要入驻园区</span> |
|
|
|
<img src="~@assets/image/myRelated/companyBtnIcon.png" alt="icon" /> |
|
|
|
</div>--> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<el-carousel |
|
|
|
trigger="click" |
|
|
@@ -26,6 +29,7 @@ |
|
|
|
:autoplay="false" |
|
|
|
@change="companyChange" |
|
|
|
indicator-position="outside" |
|
|
|
v-if="companyList.length > 0" |
|
|
|
> |
|
|
|
<el-carousel-item v-for="(company,inx) of companyList" :key="inx"> |
|
|
|
<div class="comany-info-box" @click="goDetail(company)"> |
|
|
@@ -83,18 +87,53 @@ |
|
|
|
</el-row> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="no-claimed" v-if="company.claimState.text !== '已认领'"> |
|
|
|
<div class="claiming-enterprise" @click.stop="goDetail(company)"> |
|
|
|
前往认领企业 |
|
|
|
<img |
|
|
|
src="~@assets/image/myRelated/companyBtnIcon.png" |
|
|
|
alt="icon" |
|
|
|
/> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</el-carousel-item> |
|
|
|
</el-carousel> |
|
|
|
<div class="comany-info-box"> |
|
|
|
<div class="main-img-box fl"> |
|
|
|
<img |
|
|
|
src="~@assets/image/myRelated/default-home.png" |
|
|
|
alt="main-img" |
|
|
|
class="default-img" |
|
|
|
/> |
|
|
|
</div> |
|
|
|
<div class="main-info fl"> |
|
|
|
<div class="main-title-box"> |
|
|
|
<div class="main-title fl">上海禾获仁科技网络有限公司</div> |
|
|
|
<div class="main-icon fl"> |
|
|
|
<img src="~@assets/image/myRelated/isClaimedIcon.png" alt /> |
|
|
|
已认领 |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="main-tag-box"> |
|
|
|
<span |
|
|
|
v-for="(tag,inx) of ['上市企业','高新企业','潜力企业','高危企业','低碳企业']" |
|
|
|
:key="inx" |
|
|
|
class="tag-span fl" |
|
|
|
>{{ tag }}</span> |
|
|
|
</div> |
|
|
|
<div class="main-other-info"> |
|
|
|
<el-row :gutter="20"> |
|
|
|
<el-col |
|
|
|
:span="info.span" |
|
|
|
v-for="(info,inx) of mainOtherInfo" |
|
|
|
:key="inx" |
|
|
|
class="info-col" |
|
|
|
> |
|
|
|
<span class="label-span">{{ info.label }}:</span> |
|
|
|
<span class="value-span">--</span> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="no-claimed"> |
|
|
|
<div class="claiming-enterprise" @click.stop="goDetail(company)"> |
|
|
|
前往认领企业 |
|
|
|
<img src="~@assets/image/myRelated/companyBtnIcon.png" alt="icon" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="body-container"> |
|
|
@@ -216,7 +255,7 @@ export default { |
|
|
|
Footer, |
|
|
|
ApplyForAdmission, |
|
|
|
MessageDetailDialog, |
|
|
|
TaxQuery, |
|
|
|
TaxQuery |
|
|
|
}, |
|
|
|
computed: { |
|
|
|
...mapGetters({ |
|
|
@@ -419,10 +458,6 @@ export default { |
|
|
|
setTaxInfo(companyId) { |
|
|
|
this.companyTaxInfo = |
|
|
|
this.$cloneDeep(this.allTaxInfo[companyId]) || []; |
|
|
|
console.log( |
|
|
|
this.$cloneDeep(this.companyTaxInfo), |
|
|
|
"当前公司税收信息1" |
|
|
|
); |
|
|
|
}, |
|
|
|
// 更多税收查询 |
|
|
|
businessQuery() { |
|
|
@@ -431,7 +466,7 @@ export default { |
|
|
|
// this.$message.info("请先认领企业"); |
|
|
|
// return; |
|
|
|
// } |
|
|
|
// this.goPath("/tax-inquiry"); |
|
|
|
// this.goPath("/tax-inquiry");] |
|
|
|
}, |
|
|
|
formatImg(url) { |
|
|
|
return formatImg(url); |