|
@@ -11,6 +11,9 @@
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
<script src="/big-member/js/rem.js"></script>
|
|
|
+ <!--S 加载百度统计及剑鱼自定义埋点 -->
|
|
|
+ <script src='{{Msg "seo" "cdn"}}/common-module/public/head.js?v={{Msg "seo" "version"}}'></script>
|
|
|
+ <!--E 加载百度统计及剑鱼自定义埋点 -->
|
|
|
<!--S-当前页面的css资源-->
|
|
|
<link rel="stylesheet" href=//cdn-common.jianyu360.com/cdn/lib/reset-css/5.0.1/reset.min.css />
|
|
|
<link rel="stylesheet" href=//cdn-common.jianyu360.com/cdn/lib/vant/2.12.24/lib/index.css />
|
|
@@ -36,13 +39,13 @@
|
|
|
transform: translateX(-50%);
|
|
|
top: 0;
|
|
|
padding-top: 0.32rem;
|
|
|
- background-color: #fff;
|
|
|
+ background-color: #fff;
|
|
|
}
|
|
|
.fix_analysis{
|
|
|
position: fixed;
|
|
|
top: 0;
|
|
|
padding-top: 0.32rem;
|
|
|
- background-color: #fff;
|
|
|
+ background-color: #fff;
|
|
|
|
|
|
}
|
|
|
.fix_analysis .table_analysis{
|
|
@@ -63,7 +66,7 @@
|
|
|
vertical-align: middle;
|
|
|
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.table_ tr{
|
|
|
height: 0.88rem;
|
|
|
}
|
|
@@ -77,7 +80,7 @@
|
|
|
display: table-cell;
|
|
|
vertical-align: middle;
|
|
|
word-break: break-all;
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
.table_analysis{
|
|
|
width: 7rem;
|
|
@@ -108,7 +111,7 @@
|
|
|
display: table-cell;
|
|
|
vertical-align: middle;
|
|
|
word-break: break-all;
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
.table_analysis tr{
|
|
|
height: 0.88rem;
|
|
@@ -147,7 +150,7 @@
|
|
|
}
|
|
|
.box{
|
|
|
padding-top: 1.19rem;
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
.box_analysis{
|
|
|
padding-top: 1.59rem;
|
|
@@ -158,9 +161,9 @@
|
|
|
color: #9B9CA3;
|
|
|
margin-left: 0.24rem;
|
|
|
margin-top: 0.32rem;
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.clearfix > .left{
|
|
|
float: left;
|
|
|
margin-left: 0.24rem;
|
|
@@ -200,7 +203,7 @@
|
|
|
}
|
|
|
.active{
|
|
|
color: #2ABED1 !important;
|
|
|
- }
|
|
|
+ }
|
|
|
</style>
|
|
|
</head>
|
|
|
<body>
|
|
@@ -276,7 +279,7 @@
|
|
|
delimiters: ['${', '}'],
|
|
|
el: '#report_table',
|
|
|
components: {
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
data: {
|
|
|
tab:0,
|
|
@@ -288,10 +291,10 @@
|
|
|
analysis_num:'',
|
|
|
analysis_price:'',
|
|
|
rid:''
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
computed: {
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
created () {
|
|
|
this.parm = utils.getParam('source')
|
|
@@ -319,10 +322,10 @@
|
|
|
}else{
|
|
|
this.monthdata()
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
mounted() {
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
methods: {
|
|
|
sort_click (index) {
|
|
@@ -349,7 +352,7 @@
|
|
|
data_.forEach(ele => {
|
|
|
if(ele.amount){
|
|
|
ele.amount=(ele.amount / 10000).toFixed(2)
|
|
|
- }
|
|
|
+ }
|
|
|
});
|
|
|
data_.sort(function(a,b){return b.total-a.total});
|
|
|
let newarr = data_.filter(function (item, index) {
|
|
@@ -363,7 +366,7 @@
|
|
|
} else {
|
|
|
// this.$toast('请求失败')
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
// $.ajax({
|
|
|
// type: 'POST',
|
|
|
// url: '/bigmember/marketAnalysis/getAnalysisResult',
|
|
@@ -377,7 +380,7 @@
|
|
|
// data_.forEach(ele => {
|
|
|
// if(ele.amount){
|
|
|
// ele.amount=(ele.amount / 10000).toFixed(2)
|
|
|
- // }
|
|
|
+ // }
|
|
|
// });
|
|
|
// data_.sort(function(a,b){return b.total-a.total});
|
|
|
// let newarr = data_.filter(function (item, index) {
|
|
@@ -414,7 +417,7 @@
|
|
|
// data_.push({buyerclass:'其它',count:12})
|
|
|
data_.forEach(ele => {
|
|
|
if(ele.count){
|
|
|
- ele.value=ele.count
|
|
|
+ ele.value=ele.count
|
|
|
}
|
|
|
if(ele.buyerclass=='其它'){
|
|
|
others.push(ele)
|
|
@@ -425,18 +428,18 @@
|
|
|
return (item['buyerclass'] != '其它' && item['count']!=0)
|
|
|
})
|
|
|
that.data_list=newarr
|
|
|
-
|
|
|
+
|
|
|
if(others.length!=0){
|
|
|
that.num=others[0].count
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
}else if(that.parm=='curMonthScaleTop'){ //规模排行
|
|
|
let data_ =res.data.project_buyerclass_bidamount
|
|
|
let others=[]
|
|
|
// data_.push({buyerclass:'其它',bidamount:12})
|
|
|
data_.forEach(ele => {
|
|
|
if(ele.bidamount){
|
|
|
- ele.value=ele.bidamount.toFixed(2)
|
|
|
+ ele.value=ele.bidamount.toFixed(2)
|
|
|
}
|
|
|
if(ele.buyerclass=='其它'){
|
|
|
others.push(ele)
|
|
@@ -456,21 +459,21 @@
|
|
|
// data_.push({buyerclass:'其它',average:12})
|
|
|
data_.forEach(ele => {
|
|
|
if(ele.average){
|
|
|
- ele.value=ele.average.toFixed(2)
|
|
|
+ ele.value=ele.average.toFixed(2)
|
|
|
|
|
|
}
|
|
|
if(ele.buyerclass=='其它'){
|
|
|
others.push(ele)
|
|
|
}
|
|
|
});
|
|
|
- let newarr = data_.filter(function (item, index) {
|
|
|
+ let newarr = data_.filter(function (item, index) {
|
|
|
return (item['buyerclass'] != '其它' && item['average']!=0)
|
|
|
})
|
|
|
that.data_list=newarr
|
|
|
if(others.length!=0){
|
|
|
that.num=others[0].average
|
|
|
}
|
|
|
- }
|
|
|
+ }
|
|
|
|
|
|
}else{
|
|
|
console.log("未获取到数据")
|
|
@@ -482,7 +485,7 @@
|
|
|
})
|
|
|
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
var vueComponent = new Vue(vNode_)
|