Commit 2e5a5d4e authored by 远方不远's avatar 远方不远

hy

parent dc4ad2ed
......@@ -20,6 +20,7 @@ let keywordList = function keywordList(param) {
return request({
url: '/radar/keywordList',
method: 'post',
data: param
})
}
......
......@@ -1126,3 +1126,6 @@ select {
.performance_pagination_wrap .common-pagination {
margin-top: 16px;
}
.table-item .el-table tr,.table-item .el-table td{
font-size: 13px;
}
\ No newline at end of file
......@@ -126,25 +126,25 @@ export default {
}
}).catch(error => {
});
this.dialogVisible = true;
if(localStorage.getItem("keyword")){
this.keywordList = JSON.parse(localStorage.getItem("keyword"));
this.options = this.keywordList;
this.content = this.keywordList[this.activeIndex].content;
this.dialogVisible = true;
}else{
api.keywordList().then(res => {
console.log(res);
if(res.code==200){
this.keywordList = res.data
this.options = res.data
localStorage.setItem("keyword",JSON.stringify(res.data.data))
this.content = this.keywordList[this.activeIndex].content;
this.dialogVisible = true;
}
}).catch(error => {
});
}
// this.dialogVisible = true;
// if(localStorage.getItem("keyword")){
// this.keywordList = JSON.parse(localStorage.getItem("keyword"));
// this.options = this.keywordList;
// this.content = this.keywordList[this.activeIndex].content;
// this.dialogVisible = true;
// }else{
// api.keywordList().then(res => {
// console.log(res);
// if(res.code==200){
// this.keywordList = res.data
// this.options = res.data
// localStorage.setItem("keyword",JSON.stringify(res.data.data))
// this.content = this.keywordList[this.activeIndex].content;
// this.dialogVisible = true;
// }
// }).catch(error => {
// });
// }
},
},
......
......@@ -100,8 +100,7 @@ service.interceptors.response.use(res => {
} else {
return res.data
}
},
error => {
},error => {
console.log('err' + error)
let { message } = error;
if (message == "Network Error") {
......
......@@ -697,9 +697,8 @@ export default {
},
checkuipBusinessbtn(val){
if(val){
this.uipBusinessText =[];
}
this.uipBusinessText =[];
this.checkuipBusiness=true;
this.search();
},
uipBusinessTypebtn(val){
......@@ -711,10 +710,9 @@ export default {
this.search();
},
checkbratingSubjectbtn(val){
if(val){
this.bratingSubjectText =[];
}
this.bratingSubjectText =[];
this.search();
this.checkbratingSubject=true;
},
bratingSubjectLevelbtn(val){
if(val.length>0){
......@@ -725,9 +723,8 @@ export default {
this.search();
},
checkshareholderbtn(val){
if(val){
this.shareholderText =[];
}
this.shareholderText =[];
this.checkshareholder=true;
this.search();
},
shareholderBgbtn(val){
......@@ -739,9 +736,8 @@ export default {
this.search();
},
checkequityRelationshipbtn(val){
if(val){
this.equityRelationshipText =[];
}
this.equityRelationshipText =[];
this.checkequityRelationship=true;
this.search();
},
equityRelationshipbtn(val){
......@@ -820,7 +816,7 @@ export default {
};
var data = JSON.parse(JSON.stringify(this.jskBidQueryDto));
if(this.keys){
params['keys'] = this.keys;
params['keys'] = this.keys.split(' ');
}else{
delete params.keys
}
......
......@@ -30,7 +30,7 @@
import "@/assets/styles/public.css";
export default {
name: 'enterpriseData',
name: 'EnterpriseData',
components: { SearchEnterprise,Owner },
data() {
return {
......
......@@ -37,7 +37,7 @@
</div>
</div>
<div class="content_item">
<div class="label">土地信息</div>
<div class="label">项目信息</div>
<div class="content_right">
<div class="select-popper">
<span :class="{ color_text: establishmentDto.projectType.length }">
......@@ -231,7 +231,7 @@
<div class="list-content" v-if="item.buildScale">
<p class="list-content-text">
<span class="content-text-gc">建设规模:</span>
<span class="content-text-p">{{item.buildScale||'--'}}</span>
<span class="content-text-p" v-html="item.buildScale"></span>
</p>
</div>
......@@ -1266,7 +1266,7 @@
background: #F3F3FF;
color: #8491E8;
border-radius: 1px 1px 1px 1px;
margin-right: 8px;
padding: 3px 7px;
font-size: 12px;
......@@ -1293,7 +1293,7 @@
margin-top: 7px;
display: flex;
justify-content: start;
align-items: center;
align-items: flex-start;
margin-right: 27px;
font-size: 14px;
......
......@@ -235,7 +235,7 @@
<p class="list-content-text">
<span>受让人:</span>
<span v-if="item.companyName">
<router-link :to="'/company/' + encodeStr(item.id) + '/?index=true'" tag="a" class="list-titel-a blue" v-html="item.companyName"></router-link>
<router-link :to="'/company/' + encodeStr(item.companyId) + '/?index=true'" tag="a" class="list-titel-a blue" v-html="item.companyName"></router-link>
</span>
<span v-else>--</span>
......
......@@ -881,7 +881,7 @@
},
created() {
this.searchDic();
this.clickProvince(0,1);
// this.clickProvince(0,1);
this.search();
this.changeDown(false)
},
......
......@@ -102,32 +102,32 @@
<p>
<label class="label">项目总收益/项目总债务融资本息(覆盖倍数)</label>
<span v-if="textList.econData_007">{{textList.econData_007}}</span>
<span>--</span>
<span v-else>--</span>
</p>
<p>
<label class="label">项目总收益/项目总地方债券融资本息</label>
<span v-if="textList.econData_008">{{textList.econData_008}}</span>
<span>--</span>
<span v-else>--</span>
</p>
<p>
<label class="label">项目总收益/项目总投资</label>
<span v-if="textList.econData_009">{{textList.econData_009}}</span>
<span>--</span>
<span v-else>--</span>
</p>
<p>
<label class="label">项目总收益/项目总地方债券融资本金</label>
<span v-if="textList.econData_010">{{textList.econData_010}}</span>
<span>--</span>
<span v-else>--</span>
</p>
<p>
<label class="label">项目总收益/项目总债务融资本金</label>
<span v-if="textList.econData_011">{{textList.econData_011}}</span>
<span>--</span>
<span v-else>--</span>
</p>
<p>
<label class="label">项目预测总收益</label>
<span v-if="textList.projectForecastTotalRevenue">{{textList.projectForecastTotalRevenue}}万元</span>
<span>--</span>
<span v-else>--</span>
</p>
</div>
</div>
......@@ -135,11 +135,17 @@
<div class="common-title">项目当事人</div>
<div class="main4-box">
<label class="label">项目主体</label>
<span>{{textList.projectEntity||'--'}}</span>
<span>
<router-link v-if="textList.projectEntity" :to="'/company/' + encodeStr(textList.projectEntityId) + '/?index=true'" tag="a" class=" blue" v-html="textList.projectEntity"></router-link>
<template v-else>--</template>
</span>
<label class="label">主管部门</label>
<span>{{textList.chargeDepartment||'--'}}</span>
<label class="label">实施单位</label>
<span>{{textList.piu||'--'}}</span>
<span>
<router-link v-if="textList.piu" :to="'/company/' + encodeStr(textList.piuId) + '/?index=true'" tag="a" class=" blue" v-html="textList.piu"></router-link>
<template v-else>--</template>
</span>
</div>
</div>
<div class="content main5">
......@@ -183,6 +189,7 @@
name: 'debtProjectDetails',
data() {
return {
encodeStr,
id: '',
tableData: [],
"pageNum": 1,
......@@ -436,6 +443,9 @@
border-bottom: 1px solid #E6E9F0;
padding-left: 12px;
font-size: 12px;
.blue{
color: #0081FF;
}
}
span:last-child {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment