|
@@ -1,117 +1,125 @@
|
|
|
-
|
|
|
<html lang="zh-cn">
|
|
|
- <head>
|
|
|
- <title>历史查看记录_{{Msg "seo" "qfw.swordfishsl.title"}}</title>
|
|
|
- <meta name="Keywords" content="{{Msg "seo" "qfw.swordfishsl.key"}}"/>
|
|
|
- <meta name="Description" content="{{Msg "seo" "qfw.swordfishsl.description"}}"/>
|
|
|
- <meta name="renderer" content="webkit">
|
|
|
- <meta content="telephone=no" name="format-detection"/>
|
|
|
- <meta content="历史查看记录" theme="light" name="enable-header"/>
|
|
|
- {{include "/common/pnc.html"}}
|
|
|
- <link href="{{Msg "seo" "cdn"}}/css/pc.css?v={{Msg "seo" "version"}}" rel="stylesheet" />
|
|
|
- <link href="{{Msg "seo" "cdn"}}/css/dev2/reset_pc.css?v={{Msg "seo" "version"}}" rel="stylesheet" />
|
|
|
- <link href="{{Msg "seo" "cdn"}}/pccss/public-nav-1200.css?v={{Msg "seo" "version"}}" rel="stylesheet" />
|
|
|
|
|
|
- <script src="{{Msg "seo" "cdn"}}/js/jquery.cookie.js"></script>
|
|
|
- <script src="{{Msg "seo" "cdn"}}/js/public-nav.js?v={{Msg "seo" "version"}}"></script>
|
|
|
+<head>
|
|
|
+ <title>历史查看记录_{{Msg "seo" "qfw.swordfishsl.title"}}</title>
|
|
|
+ <meta name="Keywords" content="{{Msg "seo" "qfw.swordfishsl.key"}}" />
|
|
|
+ <meta name="Description" content="{{Msg "seo" "qfw.swordfishsl.description"}}" />
|
|
|
+ <meta name="renderer" content="webkit">
|
|
|
+ <meta content="telephone=no" name="format-detection" />
|
|
|
+ <meta content="历史查看记录" theme="light" name="enable-header" />
|
|
|
+ {{include "/common/pnc.html"}}
|
|
|
+ <link href="{{Msg "seo" "cdn"}}/css/pc.css?v={{Msg "seo" "version"}}" rel="stylesheet" />
|
|
|
+ <link href="{{Msg "seo" "cdn"}}/css/dev2/reset_pc.css?v={{Msg "seo" "version"}}" rel="stylesheet" />
|
|
|
+ <link href="{{Msg "seo" "cdn"}}/pccss/public-nav-1200.css?v={{Msg "seo" "version"}}" rel="stylesheet" />
|
|
|
|
|
|
- <link href="//cdn.jsdelivr.net/npm/element-ui@2.13.2/lib/theme-chalk/index.css" rel="stylesheet" />
|
|
|
- <link rel="stylesheet" href='{{Msg "seo" "cdn"}}/css/ele-reset.css?v={{Msg "seo" "version"}}'>
|
|
|
- <link rel="stylesheet" href='{{Msg "seo" "cdn"}}/css/selector/selector.css?v={{Msg "seo" "version"}}'>
|
|
|
- <link rel="stylesheet" href='{{Msg "seo" "cdn"}}/frontRouter/pc/seeBuyerHistory/css/index-pc.css?v={{Msg "seo" "version"}}'>
|
|
|
- </head>
|
|
|
+ <script src="{{Msg "seo" "cdn"}}/js/jquery.cookie.js"></script>
|
|
|
+ <script src="{{Msg "seo" "cdn"}}/js/public-nav.js?v={{Msg "seo" "version"}}"></script>
|
|
|
|
|
|
- <body>
|
|
|
- {{include "/common/pchead.html"}}
|
|
|
- <div class="dialog" style="display: none" onclick="closeDialog()">
|
|
|
- <div class="alertDiv">
|
|
|
- <div class="content">
|
|
|
- 每购买1个省,每月可查看<i>5个</i>采购单位画像,<i>上限<br>为80个</i>,每月1号上月余额清零重新计算。
|
|
|
- </div>
|
|
|
- <div class="iKnowBtn">我知道了</div>
|
|
|
+ <link href="//cdn.jsdelivr.net/npm/element-ui@2.13.2/lib/theme-chalk/index.css" rel="stylesheet" />
|
|
|
+ <link rel="stylesheet" href='{{Msg "seo" "cdn"}}/css/ele-reset.css?v={{Msg "seo" "version"}}'>
|
|
|
+ <link rel="stylesheet" href='{{Msg "seo" "cdn"}}/css/selector/selector.css?v={{Msg "seo" "version"}}'>
|
|
|
+ <link rel="stylesheet" href='{{Msg "seo" "cdn"}}/frontRouter/pc/seeBuyerHistory/css/index-pc.css?v={{Msg "seo" "version"}}'>
|
|
|
+</head>
|
|
|
+
|
|
|
+<body>
|
|
|
+ {{include "/common/pchead.html"}}
|
|
|
+
|
|
|
+ <section class="see-container" v-cloak>
|
|
|
+ <div class="see-header flex w">
|
|
|
+ <div class="l-tabs flex">
|
|
|
+ <h3 class="tab-title">采购单位画像记录</h3>
|
|
|
+ <div class="tips">
|
|
|
+ 当月已使用:<span>{points.usage?points.usage:0}</span>/{points.total?points.total:0}
|
|
|
</div>
|
|
|
+ <div class="tip" style="cursor: pointer;" @click="showTip"></div>
|
|
|
+ </div>
|
|
|
+ <div class="l-tabs r-tabs">
|
|
|
+ <span class="r-word">选择月份</span>
|
|
|
+ <el-date-picker class="date-class" v-model="dateVal" type="month" format="yyyy年MM月" @change="dateHandler"
|
|
|
+ placeholder="请选择月份" :clearable="false" :editable="false">
|
|
|
+ </el-date-picker>
|
|
|
+ <i class="el-icon-arrow-down r-icons" @click="dateHandler"></i>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <section class="see-container" v-cloak >
|
|
|
- <div class="see-header flex w">
|
|
|
- <div class="l-tabs flex">
|
|
|
- <h3 class="tab-title">采购单位画像记录</h3>
|
|
|
- <div class="tips">
|
|
|
- 当月已使用:<span>{points.usage?points.usage:0}</span>/{points.total?points.total:0}
|
|
|
- </div>
|
|
|
- <div class="tip" @click="showTip"></div>
|
|
|
- </div>
|
|
|
- <div class="l-tabs r-tabs">
|
|
|
- <span class="r-word">选择月份</span>
|
|
|
- <el-date-picker
|
|
|
- class="date-class"
|
|
|
- v-model="dateVal"
|
|
|
- type="month"
|
|
|
- format="yyyy年MM月"
|
|
|
- @change="dateHandler"
|
|
|
- placeholder="请选择月份"
|
|
|
- :clearable="false"
|
|
|
- :editable="false">
|
|
|
- </el-date-picker>
|
|
|
- <i class="el-icon-arrow-down r-icons" @click="dateHandler"></i>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="see-content w" v-show="seeList.list.length !== 0 && empty">
|
|
|
- <div class="lists flex" v-for="item in seeList.list" :key="item._id">
|
|
|
- <div class="r-conts flex">
|
|
|
- <h3 class="flex" @click="detailed(item.name)">{item.name}<span v-show="item.status >= 0" :class="'status-' + item.status">{item.statusWord}</span></h3>
|
|
|
- <div class="line">
|
|
|
- <div class="cont-tips address"><i class="addr">所在地:</i>
|
|
|
- <span v-if="item.province">{item.province}</span>
|
|
|
- <span v-if="item.city">{item.city}</span>
|
|
|
- <span v-if="!(item.province && item.city)">--</span>
|
|
|
- </div>
|
|
|
- <div class="cont-tips buyerclass"><i class="buyer">采购单位类型:</i><span>{item.buyerclass || '--'}</span></div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="el-pagination-container" v-show="seeList.total">
|
|
|
- <el-pagination
|
|
|
- background
|
|
|
- layout="prev, pager, next, ->"
|
|
|
- :hide-on-single-page="true"
|
|
|
- :current-page="seeList.pageNum"
|
|
|
- :page-size="seeList.pageSize"
|
|
|
- :total="seeList.total"
|
|
|
- @current-change="onPageChange"
|
|
|
- ></el-pagination>
|
|
|
+ <div class="see-content w" v-show="seeList.list.length !== 0 && empty">
|
|
|
+ <div class="lists flex" v-for="item in seeList.list" :key="item._id">
|
|
|
+ <div class="r-conts flex">
|
|
|
+ <h3 class="flex" @click="detailed(item.name)">{item.name}<span v-show="item.status >= 0"
|
|
|
+ :class="'status-' + item.status">{item.statusWord}</span></h3>
|
|
|
+ <div class="line">
|
|
|
+ <div class="cont-tips address"><i class="addr">所在地:</i>
|
|
|
+ <span v-if="item.province">{item.province}</span>
|
|
|
+ <span v-if="item.city">{item.city}</span>
|
|
|
+ <span v-if="!(item.province && item.city)">--</span>
|
|
|
</div>
|
|
|
+ <div class="cont-tips buyerclass"><i class="buyer">采购单位类型:</i><span>{item.buyerclass || '--'}</span></div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div class="no-data" v-if="working"><el-image src="/images/working.gif"></el-image><div class="tip-text"><p>剑鱼标讯正在努力工作中...</p></div></div>
|
|
|
- <div class="no-data" v-if="seeList.list == 0 && empty"><el-image src="/images/pc_12.png"></el-image><div class="tip-text"><p>暂无数据</p></div></div>
|
|
|
- </section>
|
|
|
+ </div>
|
|
|
+ <div class="el-pagination-container" v-show="seeList.total">
|
|
|
+ <el-pagination background layout="prev, pager, next, ->" :hide-on-single-page="true"
|
|
|
+ :current-page="seeList.pageNum" :page-size="seeList.pageSize" :total="seeList.total"
|
|
|
+ @current-change="onPageChange"></el-pagination>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="no-data" v-if="working">
|
|
|
+ <el-image src="/images/working.gif"></el-image>
|
|
|
+ <div class="tip-text">
|
|
|
+ <p>剑鱼标讯正在努力工作中...</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="no-data" v-if="seeList.list == 0 && empty">
|
|
|
+ <el-image src="/images/pc_12.png"></el-image>
|
|
|
+ <div class="tip-text">
|
|
|
+ <p>暂无数据</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <el-dialog
|
|
|
+ :visible.sync="tipDialog"
|
|
|
+ :show-close="false"
|
|
|
+ custom-class="custom-dialog"
|
|
|
+ width="380"
|
|
|
+ center>
|
|
|
+ <div>
|
|
|
+ 每购买1个省,每月可查看<i>5个</i>采购单位画像,<i>上限为80个</i>,您当前订阅了
|
|
|
+ <span v-if="points.provin == -1">全国,查看机会已经消耗完毕,如需要更多服务,请前往联系客服。</span>
|
|
|
+ <span v-else>{points.provin}个省,如需查看更多,前往订阅更多省份。</span>
|
|
|
+ </div>
|
|
|
+ <div slot="footer" class="dialog-footer">
|
|
|
+ <el-button @click="tipDialog = false">取 消</el-button>
|
|
|
+ <el-button type="primary" @click.stop="goHandle(dialogBtnText)">{dialogBtnText}</el-button>
|
|
|
+ </div>
|
|
|
+ </el-dialog>
|
|
|
+ </section>
|
|
|
|
|
|
- {{include "/common/pcbottom.html"}}
|
|
|
- {{include "/common/baiducc.html"}}
|
|
|
+ {{include "/common/pcbottom.html"}}
|
|
|
+ {{include "/common/baiducc.html"}}
|
|
|
|
|
|
- <script>
|
|
|
- haslogin({{.T.logid}})
|
|
|
- function baiduEvent(name) {
|
|
|
- try {
|
|
|
- console.log(name, 'name')
|
|
|
- _hmt.push(['_trackEvent', '超级订阅-pc', 'click', name]);
|
|
|
- } catch (e) {
|
|
|
- console.log('未初始化百度统计')
|
|
|
- }
|
|
|
- }
|
|
|
- </script>
|
|
|
- <script src="https://cdn-common.jianyu360.com/cdn/lib/vue/2.6.11/vue.min.js"></script>
|
|
|
- <script src="//cdn.jsdelivr.net/npm/element-ui@2.13.2/lib/index.js"></script>
|
|
|
- <script src='{{Msg "seo" "cdn"}}/common-module/public/js/china-map-data.js?v={{Msg "seo" "version"}}'></script>
|
|
|
- <script src='{{Msg "seo" "cdn"}}/frontRouter/pc/seeBuyerHistory/js/index-pc.js?v={{Msg "seo" "version"}}'></script>
|
|
|
- <script>
|
|
|
- function closeDialog(){
|
|
|
- $(".dialog").css("display","none")
|
|
|
- }
|
|
|
- function showTip(){
|
|
|
- $(".dialog").css("display","unset")
|
|
|
- }
|
|
|
- </script>
|
|
|
+ <script>
|
|
|
+ haslogin({{.T.logid}})
|
|
|
+
|
|
|
+ function baiduEvent(name) {
|
|
|
+ try {
|
|
|
+ console.log(name, 'name')
|
|
|
+ _hmt.push(['_trackEvent', '超级订阅-pc', 'click', name]);
|
|
|
+ } catch (e) {
|
|
|
+ console.log('未初始化百度统计')
|
|
|
+ }
|
|
|
+ }
|
|
|
+ </script>
|
|
|
+ <script src="https://cdn-common.jianyu360.com/cdn/lib/vue/2.6.11/vue.min.js"></script>
|
|
|
+ <script src="//cdn.jsdelivr.net/npm/element-ui@2.13.2/lib/index.js"></script>
|
|
|
+ <script src='{{Msg "seo" "cdn"}}/common-module/public/js/china-map-data.js?v={{Msg "seo" "version"}}'></script>
|
|
|
+ <script>
|
|
|
+ function closeDialog() {
|
|
|
+ $(".dialog").css("display", "none")
|
|
|
+ }
|
|
|
+
|
|
|
+ function showTip() {
|
|
|
+ $(".dialog").css("display", "unset")
|
|
|
+ }
|
|
|
+ </script>
|
|
|
+ <script src='{{Msg "seo" "cdn"}}/frontRouter/pc/seeBuyerHistory/js/index-pc.js?v={{Msg "seo" "version"}}'></script>
|
|
|
</body>
|
|
|
|
|
|
</html>
|
|
|
-
|