|
@@ -622,6 +622,9 @@
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
{{include "/common/pchead.html"}}
|
|
{{include "/common/pchead.html"}}
|
|
|
|
+<div class="loading_" style="display:none;">
|
|
|
|
+ <p><span></span></p>
|
|
|
|
+</div>
|
|
<section id="conditions-box" class="conditions-box w" style="min-height: calc(100vh - 364px);">
|
|
<section id="conditions-box" class="conditions-box w" style="min-height: calc(100vh - 364px);">
|
|
<!-- 数据导出功能文案 -->
|
|
<!-- 数据导出功能文案 -->
|
|
<div class="dataExportFun">
|
|
<div class="dataExportFun">
|
|
@@ -742,7 +745,7 @@
|
|
<p class="f-l-c-item" v-if="item.area || item.city">区域:<em class="i-value">${formatRegion(item.area,item.city)}</em></p>
|
|
<p class="f-l-c-item" v-if="item.area || item.city">区域:<em class="i-value">${formatRegion(item.area,item.city)}</em></p>
|
|
<p class="f-l-c-item" v-if="item.industry">行业:<em class="i-value">${formatIndustry(item.industry)}</em></p>
|
|
<p class="f-l-c-item" v-if="item.industry">行业:<em class="i-value">${formatIndustry(item.industry)}</em></p>
|
|
<p class="f-l-c-item" v-if="item.buyerclass">采购单位类型:<em class="i-value">${formatBuyerClass(item.buyerclass)}</em></p>
|
|
<p class="f-l-c-item" v-if="item.buyerclass">采购单位类型:<em class="i-value">${formatBuyerClass(item.buyerclass)}</em></p>
|
|
- <p class="f-l-c-item" v-if="item.keyword">关键词:<em class="i-value">${formatKeyword(item.keyword)}</em></p>
|
|
|
|
|
|
+ <p class="f-l-c-item" v-if="item.keywords">关键词:<em class="i-value">${formatKeyword(item.keywords)}</em></p>
|
|
<p class="f-l-c-item" v-if="item.selectType">关键词匹配方式:<em class="i-value">${formatScope(item.selectType, 'CN')}</em></p>
|
|
<p class="f-l-c-item" v-if="item.selectType">关键词匹配方式:<em class="i-value">${formatScope(item.selectType, 'CN')}</em></p>
|
|
<p class="f-l-c-item">
|
|
<p class="f-l-c-item">
|
|
<span v-if="item.minprice || item.maxprice">金额:<em class="i-value">${formatPriceScope(item.minprice, item.maxprice)}</em></span>
|
|
<span v-if="item.minprice || item.maxprice">金额:<em class="i-value">${formatPriceScope(item.minprice, item.maxprice)}</em></span>
|
|
@@ -1377,6 +1380,7 @@
|
|
<span>您选择的数据超过了导出数据最大值20,000,请优化条件后导出。您也可联系客服:400-108-6670 ,或添加</span>
|
|
<span>您选择的数据超过了导出数据最大值20,000,请优化条件后导出。您也可联系客服:400-108-6670 ,或添加</span>
|
|
<div class="custom-service-wx">
|
|
<div class="custom-service-wx">
|
|
<span class="customWx" style="color: #2ABED1;text-decoration: underline;cursor: pointer;">客服微信</span>
|
|
<span class="customWx" style="color: #2ABED1;text-decoration: underline;cursor: pointer;">客服微信</span>
|
|
|
|
+ <span>进行定制化导出</span>
|
|
<div class="custom-service-wximg" style="display: none;">
|
|
<div class="custom-service-wximg" style="display: none;">
|
|
<img class="custom-service-wximg-img" src="" alt="">
|
|
<img class="custom-service-wximg-img" src="" alt="">
|
|
<span style="color: #1D1D1D;margin-top: 8px;">客服微信</span>
|
|
<span style="color: #1D1D1D;margin-top: 8px;">客服微信</span>
|
|
@@ -1397,6 +1401,7 @@
|
|
<span>您选择的数据超过了导出数据最大值20,000,请优化条件后导出。您也可联系客服:400-108-6670 ,或添加</span>
|
|
<span>您选择的数据超过了导出数据最大值20,000,请优化条件后导出。您也可联系客服:400-108-6670 ,或添加</span>
|
|
<div class="custom-service-wx">
|
|
<div class="custom-service-wx">
|
|
<span class="customWx" style="color: #2ABED1;text-decoration: underline;cursor: pointer;">客服微信</span>
|
|
<span class="customWx" style="color: #2ABED1;text-decoration: underline;cursor: pointer;">客服微信</span>
|
|
|
|
+ <span>进行定制化导出</span>
|
|
<div class="custom-service-wximg" style="display: none;">
|
|
<div class="custom-service-wximg" style="display: none;">
|
|
<img class="custom-service-wximg-img" src="" alt="">
|
|
<img class="custom-service-wximg-img" src="" alt="">
|
|
<span style="color: #1D1D1D;margin-top: 8px;">客服微信</span>
|
|
<span style="color: #1D1D1D;margin-top: 8px;">客服微信</span>
|
|
@@ -2012,7 +2017,10 @@
|
|
formatKeyword: function(arr) {
|
|
formatKeyword: function(arr) {
|
|
let keyword = ''
|
|
let keyword = ''
|
|
if (arr) {
|
|
if (arr) {
|
|
- arr = JSON.parse(JSON.parse(arr))
|
|
|
|
|
|
+ arr= JSON.parse(arr)
|
|
|
|
+ if (typeof arr === 'string') {
|
|
|
|
+ arr = JSON.parse(arr)
|
|
|
|
+ }
|
|
arr.forEach(function(v, i) {
|
|
arr.forEach(function(v, i) {
|
|
let key = ''
|
|
let key = ''
|
|
let append = ''
|
|
let append = ''
|
|
@@ -3091,6 +3099,7 @@
|
|
})
|
|
})
|
|
|
|
|
|
$("#sieve").click(function () {
|
|
$("#sieve").click(function () {
|
|
|
|
+ $('.loading_').show()
|
|
dataNode.loading = true
|
|
dataNode.loading = true
|
|
$("#sieve").addClass("sussecc");
|
|
$("#sieve").addClass("sussecc");
|
|
$("#reset").removeClass("sussecc");
|
|
$("#reset").removeClass("sussecc");
|
|
@@ -3153,6 +3162,7 @@
|
|
setLocalStorage(param);
|
|
setLocalStorage(param);
|
|
// console.log(param);
|
|
// console.log(param);
|
|
$.post("/front/dataExport/sieveData", param, function (res) {
|
|
$.post("/front/dataExport/sieveData", param, function (res) {
|
|
|
|
+ $('.loading_').hide()
|
|
if(res.error_code == 0) {
|
|
if(res.error_code == 0) {
|
|
dataNode._data.dataInfo = res.data
|
|
dataNode._data.dataInfo = res.data
|
|
if(res.data.list) {
|
|
if(res.data.list) {
|
|
@@ -3204,6 +3214,8 @@
|
|
dataNode._data.tableShow = false
|
|
dataNode._data.tableShow = false
|
|
dataNode._data.noDataDialog = true
|
|
dataNode._data.noDataDialog = true
|
|
}
|
|
}
|
|
|
|
+ } else {
|
|
|
|
+ $('.loading_').hide()
|
|
}
|
|
}
|
|
}, 'json');
|
|
}, 'json');
|
|
});
|
|
});
|