|
|
@ -2,13 +2,13 @@ |
|
|
|
<div> |
|
|
|
|
|
|
|
<div class="div_btn"> |
|
|
|
<el-button v-if="showYhymInfo" |
|
|
|
<el-button v-if="showYhymInfo && customerId!=='1535072605621841922'" |
|
|
|
style="" |
|
|
|
class="diy-button--reset" |
|
|
|
size="small" |
|
|
|
:loading="yhymLoading" |
|
|
|
@click="handleYhymInfo">补全一房一码信息</el-button> |
|
|
|
<el-button v-if="showYhymInfo" |
|
|
|
<el-button v-if="showYhymInfo && customerId!=='1535072605621841922'" |
|
|
|
style="" |
|
|
|
class="diy-button--export" |
|
|
|
size="small" |
|
|
@ -296,6 +296,7 @@ export default { |
|
|
|
dialogVisible: false, // 导出 |
|
|
|
|
|
|
|
displayedBaobiaoBtn: false, |
|
|
|
customerId: '',//烟台的客户id : 1535072605621841922 |
|
|
|
} |
|
|
|
}, |
|
|
|
components: { |
|
|
@ -304,6 +305,7 @@ export default { |
|
|
|
CommunityDetail |
|
|
|
}, |
|
|
|
async mounted () { |
|
|
|
this.customerId = localStorage.getItem('customerId') |
|
|
|
this.displayedBaobiaoBtn = await this.$refs.baobiao.existsTemplate({ |
|
|
|
elseParams: { |
|
|
|
categoryKeys: ['house_info'], categoryKey: 'house_info', |
|
|
|