|
@@ -8,7 +8,8 @@
|
|
|
<title>数据导出</title>
|
|
|
<link rel="stylesheet" href="{{Msg "seo" "cdn"}}/jyapp/dataExport/css/base.css?v={{Msg "seo" "version"}}">
|
|
|
<link rel="stylesheet" href="{{Msg "seo" "cdn"}}/jyapp/dataExport/iconfont/iconfont.css?v={{Msg "seo" "version"}}">
|
|
|
- <link rel="stylesheet" href="{{Msg "seo" "cdn"}}/jyapp/dataExport/css/dataExport.css?v={{Msg "seo" "version"}}7">
|
|
|
+ <link rel="stylesheet" href="{{Msg "seo" "cdn"}}/jyapp/dataExport/css/dataExport.css?v={{Msg "seo" "version"}}8">
|
|
|
+ <link rel="stylesheet" href="{{Msg "seo" "cdn"}}/jyapp/dataExport/css/weui.min.css">
|
|
|
<link rel="stylesheet" type="text/css" href="/jyapp/css/font.css?v={{Msg "seo" "version"}}" />
|
|
|
<script src="{{Msg "seo" "cdn"}}/jyapp/dataExport/js/rem.js?v={{Msg "seo" "version"}}"></script>
|
|
|
<script src="{{Msg "seo" "cdn"}}/jyapp/js/jquery.js"></script>
|
|
@@ -122,7 +123,7 @@
|
|
|
font-size: 17px;
|
|
|
position: fixed;
|
|
|
padding-top: 20px;
|
|
|
- z-index: 99999;
|
|
|
+ z-index: 999;
|
|
|
left: 0;
|
|
|
right: 0;
|
|
|
top: 0;
|
|
@@ -226,7 +227,11 @@
|
|
|
<span id="keyWord"></span>
|
|
|
<i class="iconfont icon-arrow"></i>
|
|
|
</a></li>
|
|
|
-
|
|
|
+ <li><a href="JavaScript:;">
|
|
|
+ <strong style="width: 2.2rem;">关键词匹配方式</strong>
|
|
|
+ <span style="width: 4rem;" class="match">按标题匹配</span>
|
|
|
+ <i class="iconfont icon-arrow"></i>
|
|
|
+ </a></li>
|
|
|
<li><a href="/jyapp/front/dataExport/price">
|
|
|
<strong>金额</strong>
|
|
|
<span id="price"></span>
|
|
@@ -265,6 +270,38 @@
|
|
|
<button class="saveData">确认</button>
|
|
|
</div>
|
|
|
|
|
|
+ <div class="js_dialog match_way" id="match_way" style="display: none;">
|
|
|
+ <div class="weui-mask"></div>
|
|
|
+ <div class="box">
|
|
|
+ <div class="box_hd">
|
|
|
+ <!-- <span></span> -->
|
|
|
+ <h3>关键词匹配方式</h3>
|
|
|
+ <span class="cancel">取消</span>
|
|
|
+ </div>
|
|
|
+ <div class="box_bd">
|
|
|
+ <div class="weui-cells weui-cells_checkbox choose-form">
|
|
|
+ <label class="weui-cell weui-check__label cont_label" for="cont_way">
|
|
|
+ <div class="weui-cell__bd read">
|
|
|
+ <p>按全文匹配</p>
|
|
|
+ </div>
|
|
|
+ <div class="weui-cell__hd">
|
|
|
+ <input type="radio" class="weui-check" name="way" value="按全文匹配" id="cont_way" checked />
|
|
|
+<i class="weui-icon-checked"></i>
|
|
|
+ </div>
|
|
|
+ </label>
|
|
|
+ <label class="weui-cell weui-check__label title_label" for="title_way">
|
|
|
+ <div class="weui-cell__bd read">
|
|
|
+ <p>按标题匹配</p>
|
|
|
+ </div>
|
|
|
+ <div class="weui-cell__hd">
|
|
|
+ <input type="radio" class="weui-check" name="way" value="按标题匹配" id="title_way" />
|
|
|
+ <i class="weui-icon-checked"></i>
|
|
|
+ </div>
|
|
|
+ </label>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
|
|
|
<script>
|
|
@@ -277,6 +314,20 @@
|
|
|
window.location.reload();
|
|
|
}
|
|
|
});
|
|
|
+ //
|
|
|
+ $('.match').click(function () {
|
|
|
+ $('.match_way').slideDown('slow')
|
|
|
+ });
|
|
|
+ /* 选择匹配方式*/
|
|
|
+ $('input:radio[name="way"]').click(function() {
|
|
|
+ var checkValue = $('input:radio[name="way"]:checked').val();
|
|
|
+ $('.match_way').hide(200);
|
|
|
+ $('.match').html(checkValue)
|
|
|
+ });
|
|
|
+ $(".cancel").click(function() {
|
|
|
+ $('.match_way').hide(200)
|
|
|
+ });
|
|
|
+ //
|
|
|
//筛选日期选中
|
|
|
$(".chooseTime ul li").click(function(){
|
|
|
$(".chooseTime ul li").removeClass('active');
|
|
@@ -481,7 +532,7 @@
|
|
|
if(filter["area"]!=null&&filter["area"]!=""){
|
|
|
localStorage.province = filter["area"];
|
|
|
localStorage.areaHtml = filter["area"].join(',').replace(/,/g,"、")
|
|
|
- }else{
|
|
|
+ }else{
|
|
|
localStorage.province = "";
|
|
|
}
|
|
|
if(filter["city"]!=null&&filter["city"]!=""){
|
|
@@ -492,7 +543,7 @@
|
|
|
// localStorage.area = "";
|
|
|
}
|
|
|
if(filter["region"]!=null&&filter["region"]!=""){
|
|
|
- localStorage.areaHtml = filter["region"];
|
|
|
+ localStorage.areaHtml = filter["region"].join(',').replace(/,/g,"、");
|
|
|
}else{
|
|
|
localStorage.areaHtml = filter["area"].join(',').replace(/,/g,"、");
|
|
|
}
|
|
@@ -515,8 +566,10 @@
|
|
|
}
|
|
|
//信息类型
|
|
|
if(filter["subtype"]!=null&&filter["subtype"]!=""){
|
|
|
+ localStorage.subType = filter["subtype"].replace(/,/g," ");
|
|
|
localStorage.subTypes = filter["subtype"].replace(/,/g," ");
|
|
|
}else{
|
|
|
+ localStorage.subType = "";
|
|
|
localStorage.subTypes = "";
|
|
|
}
|
|
|
//采购单位
|