Commit a80091de authored by danfuman's avatar danfuman

修改

parent e2adff84
......@@ -200,6 +200,15 @@ export function urbanInvestmentStatistics(param) {
})
}
//城投平台-认领
export function claim(param) {
return request({
url: '/customer/claim',
method: 'POST',
data: param
})
}
......
......@@ -134,7 +134,7 @@
</div>
</div>
<div>
<div id="fx-echarts" style="height: 200px;"></div>
<div id="fx-echarts" style="height: 260px;"></div>
</div>
</div>
......@@ -608,7 +608,7 @@ export default {
},
{
offset: 1,
color: "#0CBC6D",
color: "#9DDCCA",
},
]),
},
......@@ -636,11 +636,11 @@ export default {
color: new echarts.graphic.LinearGradient(0, 1, 0, 0, [
{
offset: 0.2,
color: "#DFEAFF",
color: "#FAFDFF",
},
{
offset: 1,
color: "#5895FF",
color: "#C5E3FF",
},
]),
},
......@@ -668,11 +668,11 @@ export default {
color: new echarts.graphic.LinearGradient(0, 1, 0, 0, [
{
offset: 0.2,
color: "#ECE8FF",
color: "#FAF9FF",
},
{
offset: 1,
color: "#BCC0FF",
color: "#E2DCFF",
},
]),
},
......@@ -1042,7 +1042,7 @@ export default {
height: 60px;
background: #FFFFFF;
border-radius: 4px;
border: 1px solid #E6E6E9;
/*border: 1px solid #E6E6E9;*/
color:#0081FF;
line-height: 64px;
font-size: 14px;
......@@ -1261,7 +1261,7 @@ export default {
}
}
.analysis{
height: 242px;
height: 314px;
background: #FFFFFF;
border-radius: 4px;
padding: 16px;
......@@ -1474,7 +1474,7 @@ export default {
}
}
.zbgg{
height: 382px;
height: 450px;
background: #FFFFFF;
border-radius: 4px;
padding: 16px;
......
......@@ -64,7 +64,7 @@
fit
highlight-current-row
>
<el-table-column label="序号" width="50" align="left">
<el-table-column label="序号" width="60" align="left">
<template slot-scope="scope">{{ scope.$index + 1 }}</template>
</el-table-column>
<el-table-column prop="type" label="地区"/>
......@@ -99,7 +99,7 @@
fit
highlight-current-row
>
<el-table-column label="序号" width="50" align="left">
<el-table-column label="序号" width="60" align="left">
<template slot-scope="scope">{{ scope.$index + 1 }}</template>
</el-table-column>
<el-table-column prop="label" label="月份"/>
......
......@@ -32,7 +32,7 @@
fit
highlight-current-row
>
<el-table-column label="序号" width="50" align="left">
<el-table-column label="序号" width="60" align="left">
<template slot-scope="scope">{{ scope.$index + 1 }}</template>
</el-table-column>
<el-table-column prop="major" label="资质类型"/>
......@@ -78,7 +78,7 @@
fit
highlight-current-row
>
<el-table-column label="序号" width="50" align="left">
<el-table-column label="序号" width="60" align="left">
<template slot-scope="scope">{{ scope.$index + 1 }}</template>
</el-table-column>
<el-table-column prop="province" label="地区"/>
......@@ -121,7 +121,7 @@
fit
highlight-current-row
>
<el-table-column label="序号" width="50" align="left">
<el-table-column label="序号" width="60" align="left">
<template slot-scope="scope">{{ scope.$index + 1 }}</template>
</el-table-column>
<el-table-column prop="province" label="地区" />
......
......@@ -153,13 +153,13 @@
fit
highlight-current-row
>
<el-table-column label="序号" width="50" align="left" fixed>
<el-table-column label="序号" width="60" align="left" fixed>
<template slot-scope="scope">{{ pageIndex * pageSize - pageSize + scope.$index + 1 }}</template>
</el-table-column>
<el-table-column prop="companyName" label="公司名称" width="300" fixed>
<template slot-scope="scope">
<router-link :to="`/enterprise/${encodeStr(scope.row.companyId)}`" tag="a" class="a-link companyName" v-html="scope.row.companyName" ></router-link>
<span class="table-span" style="color: #3D3D3D;" v-if="scope.row.claimStatus === 0"><img src="@/assets/images/urban/rl_icon1.png"/>认领</span>
<span @click="handleClick(scope.row)" class="table-span" style="color: #3D3D3D;cursor: pointer;" v-if="scope.row.claimStatus === 0"><img src="@/assets/images/urban/rl_icon1.png"/>认领</span>
<span class="table-span" style="color: rgba(35,35,35,0.4);" v-if="scope.row.claimStatus === 1"><img src="@/assets/images/urban/rl_icon2.png"/>已认领</span>
</template>
</el-table-column>
......@@ -191,7 +191,7 @@
</el-table-column>
<el-table-column prop="actualController" label="实控人" :formatter="formatStatus" width="250" />
<el-table-column prop="latestReportPeriod" label="最新报告期" :formatter="formatStatus" width="120" />
<el-table-column prop="totalAssets" label="总资产(亿元)" :formatter="formatStatus" sortable="custom" width="120" align="right"/>
<el-table-column prop="totalAssets" label="总资产(亿元)" :formatter="formatStatus" sortable="custom" width="130" align="right"/>
<el-table-column prop="belongNetAssets" label="归母净资产(亿元)" :formatter="formatStatus" sortable="custom" width="160" align="right"/>
<el-table-column prop="monetaryFunds" label="货币资金(亿元)" :formatter="formatStatus" sortable="custom" width="150" align="right"/>
<el-table-column prop="landAssets" label="土地资产(亿元)" :formatter="formatStatus" sortable="custom" width="150" align="right"/>
......@@ -241,13 +241,20 @@
<el-pagination background :current-page="pageIndex" :page-size="pageSize" :total="tableDataTotal" layout="prev, pager, next, jumper" @current-change="handleCurrentChange" @size-change="handleSizeChange" />
</div>
</div>
<el-dialog :visible.sync="claimVisible" width="244" :show-close="false">
<div>认领成功,是否完善客户信息?</div>
<div slot="footer" class="dialog-footer">
<el-button @click="innerVisible = true">立即完善</el-button>
<el-button @click="claimVisible = false">稍后</el-button>
</div>
</el-dialog>
</div>
</template>
<script>
import {encodeStr} from "@/assets/js/common.js"
import dataRegion from '@/assets/json/dataRegion'
import { uipGroupData,urbanInvestmentPage,urbanInvestmentStatistics } from '@/api/macro/macro'
import { uipGroupData,urbanInvestmentPage,urbanInvestmentStatistics,claim } from '@/api/macro/macro'
export default {
name: 'Urban',
data() {
......@@ -279,7 +286,8 @@ export default {
addresslength: 0,
searchState:false,
typeList:[],
statistics:{}
statistics:{},
claimVisible:false,
}
},
watch:{
......@@ -571,7 +579,14 @@ export default {
message: '功能正在开发中',
type: 'warning'
});
}
},
handleClick(item){
claim({uipId:item.uipId,companyName:item.companyName}).then(res => {
if(res.code === 200){
this.claimVisible=true;
}
})
},
},
}
</script>
......@@ -773,5 +788,43 @@ export default {
}
}
}
::v-deep .el-dialog{
width: 244px;
margin: 0 !important;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
.el-dialog__header{
display: none;
}
.el-dialog__body{
padding: 24px;
}
.el-dialog__footer{
text-align: center;
padding: 0 24px 24px;
.el-button{
width: 72px;
height: 28px;
border-radius: 2px;
font-size: 12px;
}
.el-button:first-child{
background: #0081FF;
border: 1px solid #0081FF;
color: #FFFFFF;
}
.el-button:last-child{
background: #FFFFFF;
border: 1px solid #CCCCCC;
color: rgba(35,35,35,0.8);
}
.el-button--medium{
padding: 0;
}
}
}
}
</style>
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