فهرست منبع

feat:进入工作台链接调整

Signed-off-by: tangshizhe <2417024719@qq.com>
tangshizhe 1 سال پیش
والد
کامیت
03b65185fe

+ 94 - 0
src/web/staticres/frontRouter/pc/customanage/css/index.css

@@ -135,4 +135,98 @@
   background: transparent;
   border: 1px solid #fff;
   color: #fff;
+}
+
+/* 合作伙伴 */
+.jy-index-partners {
+  width: 100%;
+  padding: 80px 0;
+  background: #FFF;
+  position: relative;
+}
+.module-title{
+  margin-bottom: 60px;
+  text-align: center;
+  font-size: 32px;
+  color: #1D1D1D;
+}
+.partners-shadow-left{
+  width: 200px;
+  height: 312px;
+  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 47.87%, #FFFFFF 100%);
+  position: absolute;
+  left: 0;
+  top: 0;
+  z-index: 10;
+}
+.partners-shadow-right{
+  width: 200px;
+  height: 312px;
+  background: linear-gradient(270deg, #FFFFFF 0%, #FFFFFF 52.13%, rgba(255, 255, 255, 0) 100%);
+  position: absolute;
+  right: 0;
+  top: 0;
+  z-index: 10;
+}
+.jy-index-partners .swiper-wrapper {
+  -webkit-transition-timing-function: linear !important;
+  -moz-transition-timing-function: linear !important;
+  -ms-transition-timing-function: linear !important;
+  -o-transition-timing-function: linear !important;
+  transition-timing-function: linear !important;
+}
+
+.jy-index-partners .swiper-slide {
+  width: auto !important;
+  padding: 4px 8px;
+  text-align: center;
+}
+
+.jy-index-partners img {
+  display: inline-block;
+  width: 152px;
+  height: 100px;
+  transition: ease 0.3s;
+  position: relative;
+  /* cursor: pointer; */
+}
+
+.jy-index-partners ul li {
+  width: 130px;
+  height: 100px;
+  margin: 2px;
+  transition: ease 0.3s;
+  position: relative;
+}
+
+.jy-index-partners ul li img {
+  width: 130px;
+  height: 100px;
+}
+
+.jy-index-partners ul li:hover img {
+  border-radius: 8px;
+  /* box-shadow: 0px 0px 4px 4px rgb(233, 230, 230);  */
+  box-shadow: 0px 0px 24px rgb(0 0 0 / 16%);
+  position: absolute;
+  z-index: 1;
+}
+/* 合作伙伴结束 */
+.mt-60{
+  margin-top: 60px;
+}
+@keyframes CfadeInUp {
+  from {
+    transform: translateY(50px);
+  }
+
+  to {
+    transform: translateY(0px);
+    opacity: 1;
+  }
+}
+
+.CfadeInUp {
+  /* opacity: 0; */
+  animation: 1s ease forwards alternate;
 }

+ 4 - 0
src/web/staticres/js/ent-search-index-pc.js

@@ -340,6 +340,10 @@ var entSearch = new Vue({
         // }
     },
     methods: {
+        goWorkSpace: function () {
+          var goHref = location.origin + '/jylab/entSearch/index.html'
+          window.location.replace('/page_workDesktop/work-bench/page?link=' + encodeURIComponent(goHref))
+        },
         // 查询收录情况
         getEmployData (ids) {
           const url = '/jyapi/crmApplication/employ/info'

+ 12 - 0
src/web/staticres/js/login.js

@@ -2075,6 +2075,13 @@ function openLoginDig(type, redirectUrl) {
   $("#bidLogin").modal("show");
   try {
     var injectLogic = logic
+    var link = [
+      '/jylab/supsearch/index.html',
+      '/jylab/entSearch/index.html',
+      '/jylab/purSearch/index.html',
+      '/search/issued'
+    ]
+    console.info(location)
     logic = function (data, num) {
       window.needToWork = Boolean(type)
       if (data.result === 'ok') {
@@ -2097,6 +2104,11 @@ function openLoginDig(type, redirectUrl) {
           location.href = redirectUrl
           return
         }
+        // 搜索页登录后返回当前页面
+        if(link.indexOf(location.pathname) > -1) {
+          location.href = location.pathname + location.search
+          return
+        }
         if (needToWork) {
           location.href = '/page_workDesktop/'
           return

+ 4 - 0
src/web/staticres/js/pur-search-index-pc.js

@@ -239,6 +239,10 @@ var vm = new Vue({
         // }
     },
     methods: {
+        goWorkSpace: function () {
+          var goHref = location.origin + '/jylab/purSearch/index.html'
+          window.location.replace('/page_workDesktop/work-bench/page?link=' + encodeURIComponent(goHref))
+        },
         // 查询收录情况
         getEmployData (ids) {
           const url = '/jyapi/crmApplication/employ/info'

+ 14 - 3
src/web/templates/frontRouter/pc/cooperation/free/index.html

@@ -14,6 +14,7 @@
   <link href='{{Msg "seo" "cdn"}}/css/reset.css?v={{Msg "seo" "version"}}' rel="stylesheet" type="text/css" />
   <link href='{{Msg "seo" "cdn"}}/pccss/reset_pc.css' rel="stylesheet" type="text/css" />
   <link href='{{Msg "seo" "cdn"}}/css/pc.css?v={{Msg "seo" "version"}}' rel="stylesheet" />
+  <link href='{{Msg "seo" "cdn"}}/css/collect-user-info.css?v={{Msg "seo" "version"}}' rel="stylesheet">
   <link href='{{Msg "seo" "cdn"}}/pccss/public-nav-1200.css?v={{Msg "seo" "version"}}' rel="stylesheet" type="text/css" />
   <link href='{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/css/index.css?v={{Msg "seo" "version"}}' rel="stylesheet" type="text/css" />
   <style>
@@ -27,7 +28,7 @@
       <img class="text-theme" src="{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/img/cooperate.png" alt="">
       <img class="text-partner" src="{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/img/partner.png" alt="">
       <p class="text-title">聚合百万客户,共同拓展销售商机,领跑市场!</p>
-      <button class="btn-join">邀您加入</button>
+      <button class="btn-join" onclick="openLink()">邀您加入</button>
     </div>
   </div>
   <main class="cooperation-page-join w">
@@ -51,7 +52,7 @@
           <img class="item-bottom" :src="item.bottom" alt="">
           <img class="item-center" :src="item.center" alt="">
           <img class="item-top" :src="item.top" alt="">
-          <button class="get-more-btn button-blink">了解更多</button>
+          <button class="get-more-btn button-blink" onclick="openLink()">了解更多</button>
         </div>
       </div>
       <h3 class="coop-call-tip">以上合作方式如不能满足您的合作需求,您可以直接与我们联系</h3>
@@ -64,7 +65,7 @@
       <div class="join-left-text">
         <h2>加入我们 共生共赢共荣</h2>
         <p>我们制定了更高效的合作流程,帮助您的企业快速加入剑鱼标讯<br/>商业生态合作伙伴招募计划!</p>
-        <button class="get-more-btn button-blink no-positon">开始合作</button>
+        <button class="get-more-btn button-blink no-positon" onclick="openLink()">开始合作</button>
       </div>
       <div class="join-right-text">
         <h2>联系方式</h2>
@@ -75,6 +76,9 @@
   </main>
 </div>
 <script src="https://cdn-common.jianyu360.com/cdn/lib/vue/2.6.11/vue.min.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"}}/common-module/selector/js/static-data.js?v={{Msg "seo" "version"}}'></script>
+<script src='{{Msg "seo" "cdn"}}/js/pc-collect-user-info.js?v={{Msg "seo" "version"}}'></script>
 <script>
   var cooperateNode = new Vue({
     delimiters: ['${', '}'],
@@ -117,6 +121,13 @@
       ]
     }
   });
+  function openLink() {
+    if(!loginflag) {
+      openLoginDig()
+      return
+    }
+    vm.isNeedSubmit('ent_portrait_biddingProject')
+  }
 </script>
 <!--S-百度统计-->
 {{include "/common/pcbottom.html"}}

+ 225 - 5
src/web/templates/frontRouter/pc/customanage/free/index.html

@@ -14,7 +14,9 @@
   <link href='{{Msg "seo" "cdn"}}/css/reset.css?v={{Msg "seo" "version"}}' rel="stylesheet" type="text/css" />
   <link href='{{Msg "seo" "cdn"}}/pccss/reset_pc.css' rel="stylesheet" type="text/css" />
   <link href='{{Msg "seo" "cdn"}}/css/pc.css?v={{Msg "seo" "version"}}' rel="stylesheet" />
+  <link rel="stylesheet" href='{{Msg "seo" "cdn"}}/css/swiper.min.css?v={{Msg "seo" "version"}}'>
   <link href='{{Msg "seo" "cdn"}}/pccss/public-nav-1200.css?v={{Msg "seo" "version"}}' rel="stylesheet" type="text/css" />
+  <link href='{{Msg "seo" "cdn"}}/css/collect-user-info.css?v={{Msg "seo" "version"}}' rel="stylesheet">
   <link href='{{Msg "seo" "cdn"}}/frontRouter/pc/customanage/css/index.css?v={{Msg "seo" "version"}}' rel="stylesheet" type="text/css" />
   <style>
   </style>
@@ -28,8 +30,8 @@
         <img src='{{Msg "seo" "cdn"}}/frontRouter/pc/customanage/img/text-img.png?v={{Msg "seo" "version"}}' alt="剑鱼标讯" />
       </div>
       <div class="head-banner-group">
-        <button class="head-btn-l head-btn">预约演示</button>
-        <button class="head-btn-r head-btn">免费咨询</button>
+        <button class="head-btn-l head-btn button-blink" onclick="openLink('1')">预约演示</button>
+        <button class="head-btn-r head-btn button-blink" onclick="openLink('2')">免费咨询</button>
       </div>
     </div>
   </header>
@@ -41,7 +43,7 @@
           <p>客户管理方面挑战</p>
         </div>
         <div class="customanage-c-l-bottom">
-          <button class="head-btn">免费咨询</button>
+          <button class="head-btn" onclick="openLink('2')">免费咨询</button>
         </div>
       </div>
       <div class="customanage-c-r">
@@ -56,14 +58,232 @@
       <img src="{{Msg "seo" "cdn"}}/frontRouter/pc/customanage/img/con-3.png" alt="">
       <img src="{{Msg "seo" "cdn"}}/frontRouter/pc/customanage/img/con-4.png" alt="">
       <div class="explain-banner-group">
-        <button class="explain-btn-l explain-btn">预约演示</button>
-        <button class="explain-btn-r explain-btn">免费咨询</button>
+        <button class="explain-btn-l explain-btn" onclick="openLink('1')">预约演示</button>
+        <button class="explain-btn-r explain-btn" onclick="openLink('2')">免费咨询</button>
       </div>
     </div>
   </main>
+  <div class="jy-index-partners CfadeInUp">
+    <h3 class="module-title">众多行业领军企业通过营销实现业绩增长!</h3>
+    <div class="partners-container swiper-container">
+      <div class="partners-shadow-left"></div>
+      <div class="partners-shadow-right"></div>
+      <div class="swiper-wrapper">
+        <div class="swiper-slide">
+          <div class="img-box">
+            <img src='{{Msg "seo" "cdn"}}/images/index/huawei.png?v={{Msg "seo" "version"}}'>
+          </div>
+          <div class="img-box">
+            <img src='{{Msg "seo" "cdn"}}/images/index/xinyu.png?v={{Msg "seo" "version"}}'>
+          </div>
+          <div class="img-box">
+            <img src='{{Msg "seo" "cdn"}}/images/index/duopuduo.png?v={{Msg "seo" "version"}}'>
+          </div>
+        </div>
+        <div class="swiper-slide">
+          <div class="img-box">
+            <img src='{{Msg "seo" "cdn"}}/images/index/baidu.png?v={{Msg "seo" "version"}}'>
+          </div>
+          <div class="img-box">
+            <img src='{{Msg "seo" "cdn"}}/images/index/ruijie.png?v={{Msg "seo" "version"}}'>
+          </div>
+          <div class="img-box">
+            <img src='{{Msg "seo" "cdn"}}/images/index/haikang.png?v={{Msg "seo" "version"}}'>
+          </div>
+        </div>
+        <div class="swiper-slide">
+          <div class="img-box">
+            <img src='{{Msg "seo" "cdn"}}/images/index/taipingyang.png?v={{Msg "seo" "version"}}'>
+          </div>
+          <div class="img-box">
+            <img src='{{Msg "seo" "cdn"}}/images/index/yitu.png?v={{Msg "seo" "version"}}'>
+          </div>
+          <div class="img-box">
+            <img src='{{Msg "seo" "cdn"}}/images/index/hanhe.png?v={{Msg "seo" "version"}}'>
+          </div>
+        </div>
+        <div class="swiper-slide">
+          <div class="img-box">
+            <img src='{{Msg "seo" "cdn"}}/images/index/guangda.png?v={{Msg "seo" "version"}}'>
+          </div>
+          <div class="img-box">
+            <img src='{{Msg "seo" "cdn"}}/images/index/dekey.png?v={{Msg "seo" "version"}}'>
+          </div>
+          <div class="img-box">
+            <img src='{{Msg "seo" "cdn"}}/images/index/jida.png?v={{Msg "seo" "version"}}'>
+          </div>
+        </div>
+        <div class="swiper-slide">
+          <div class="img-box">
+            <img src='{{Msg "seo" "cdn"}}/images/index/ali.png?v ={{Msg "seo" "version"}}'>
+          </div>
+          <div class="img-box">
+            <img src='{{Msg "seo" "cdn"}}/images/index/zhonghui.png?v={{Msg "seo" "version"}}'>
+          </div>
+          <div class="img-box">
+            <img src='{{Msg "seo" "cdn"}}/images/index/lianruan.png?v={{Msg "seo" "version"}}'>
+          </div>
+        </div>
+        <div class="swiper-slide">
+          <div class="img-box">
+            <img src='{{Msg "seo" "cdn"}}/images/index/minsheng.png?v={{Msg "seo" "version"}}'>
+          </div>
+          <div class="img-box">
+            <img src='{{Msg "seo" "cdn"}}/images/index/lehe.png?v={{Msg "seo" "version"}}'>
+          </div>
+          <div class="img-box">
+            <img src='{{Msg "seo" "cdn"}}/images/index/meinian.png?v={{Msg "seo" "version"}}'>
+          </div>
+        </div>
+        <div class="swiper-slide">
+          <div class="img-box">
+            <img src='{{Msg "seo" "cdn"}}/images/index/dianxin.png?v={{Msg "seo" "version"}}'>
+          </div>
+          <div class="img-box">
+            <img src='{{Msg "seo" "cdn"}}/images/index/jingyi.png?v={{Msg "seo" "version"}}'>
+          </div>
+          <div class="img-box">
+            <img src='{{Msg "seo" "cdn"}}/images/index/siem.png?v={{Msg "seo" "version"}}'>
+          </div>
+        </div>
+        <div class="swiper-slide">
+          <div class="img-box">
+            <img src='{{Msg "seo" "cdn"}}/images/index/shenxin.png?v={{Msg "seo" "version"}}'>
+          </div>
+          <div class="img-box">
+            <img src='{{Msg "seo" "cdn"}}/images/index/bot.png?v={{Msg "seo" "version"}}'>
+          </div>
+          <div class="img-box">
+            <img src='{{Msg "seo" "cdn"}}/images/index/yidong.png?v={{Msg "seo" "version"}}'>
+          </div>
+        </div>
+        <div class="swiper-slide">
+          <div class="img-box">
+            <img src='{{Msg "seo" "cdn"}}/images/index/wandong.png?v={{Msg "seo" "version"}}'>
+          </div>
+          <div class="img-box">
+            <img src='{{Msg "seo" "cdn"}}/images/index/aite.png?v={{Msg "seo" "version"}}'>
+          </div>
+          <div class="img-box">
+            <img src='{{Msg "seo" "cdn"}}/images/index/yushi.png?v={{Msg "seo" "version"}}'>
+          </div>
+        </div>
+        <div class="swiper-slide">
+          <div class="img-box">
+            <img src='{{Msg "seo" "cdn"}}/images/index/wanfu.png?v={{Msg "seo" "version"}}'>
+          </div>
+          <div class="img-box">
+            <img src='{{Msg "seo" "cdn"}}/images/index/lianying.png?v={{Msg "seo" "version"}}'>
+          </div>
+          <div class="img-box">
+            <img src='{{Msg "seo" "cdn"}}/images/index/ruiwode.png?v={{Msg "seo" "version"}}'>
+          </div>
+        </div>
+        <div class="swiper-slide">
+          <div class="img-box">
+            <img src='{{Msg "seo" "cdn"}}/images/index/drager.png?v={{Msg "seo" "version"}}'>
+          </div>
+          <div class="img-box">
+            <img src='{{Msg "seo" "cdn"}}/images/index/stryker.png?v={{Msg "seo" "version"}}'>
+          </div>
+          <div class="img-box">
+            <img src='{{Msg "seo" "cdn"}}/images/index/mindray.png?v={{Msg "seo" "version"}}'>
+          </div>
+        </div>
+        <div class="swiper-slide">
+          <div class="img-box">
+            <img src='{{Msg "seo" "cdn"}}/images/index/zhongtongfu.png?v={{Msg "seo" "version"}}'>
+          </div>
+          <div class="img-box">
+            <img src='{{Msg "seo" "cdn"}}/images/index/braun.png?v={{Msg "seo" "version"}}'>
+          </div>
+          <div class="img-box">
+            <img src='{{Msg "seo" "cdn"}}/images/index/neusoft.png?v={{Msg "seo" "version"}}'>
+          </div>
+        </div>
+      </div>
+    </div>
+  </div>
 </div>
 <script src="https://cdn-common.jianyu360.com/cdn/lib/vue/2.6.11/vue.min.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"}}/common-module/selector/js/static-data.js?v={{Msg "seo" "version"}}'></script>
+<script src='{{Msg "seo" "cdn"}}/js/pc-collect-user-info.js?v={{Msg "seo" "version"}}'></script>
+<script src='{{Msg "seo" "cdn"}}/js/swiper.min.js?v={{Msg "seo" "version"}}'></script>
 <script>
+  function openLink (data) {
+    if(!loginflag) {
+      openLoginDig()
+      return
+    }
+    if(data === '1') {
+      vm.isNeedSubmit('ent_portrait_biddingProject')
+    } else if(data === '2') {
+      goCustomerUrl({ openNewWindow: true })
+    }
+  }
+  $(function () {
+    haslogin({{.T.logid}});
+    (function animateUp () {
+      var obj = $('.CfadeInUp');
+      var objH = $('.CfadeInUp').outerHeight();
+      var num = [];
+      var wH = $(window).height();
+      var wScrollTop = $(window).scrollTop();
+
+      // 获取页面所有obj的top位置,存入数组
+      for (var i = 0; i < obj.length; i++) {
+        num.push(obj.eq(i).offset().top + (objH / 3));
+      }
+      // console.log(num)
+      // 循环数组,判断obj的位置是否在可视区中
+      function judgeTop () {
+        for (var j = 0; j < num.length; j++) {
+          if (num[j] >= wScrollTop && num[j] < (wScrollTop + wH - 50)) {
+            // console.log(j)
+            if (j == 0) {
+              obj.eq(j).css({
+                'animation-name': 'CfadeInUp',
+                'animation-duration': 0.8 + 's',
+                'opacity': '1'
+              });
+            } else {
+              obj.eq(j).css({
+                'animation-name': 'CfadeInUp',
+                'animation-duration': 1.4 + 's',
+                'opacity': '1'
+              });
+            }
+          }
+        }
+      };
+      // 页面初始化时先调用一次
+      judgeTop();
+      // 触发滚动事件调用判断函数
+      $(window).scroll(function (event) {
+        wH = $(window).height();
+        wScrollTop = $(window).scrollTop();
+        judgeTop();
+   
+      });
+    })()
+    var partners = new Swiper('.partners-container', {
+          slidesPerView: "auto",
+          centeredSlides: true,
+          speed: 4000,
+          // autoplay: true,
+          freeMode: true,
+          loop: true,
+          slidesPerGroup: 1,
+          autoplay: {
+            delay: 1, //自动切换的时间间隔
+            disableOnInteraction: false,
+            pauseOnMouseEnter: true, //鼠标置于swiper时暂停自动切换,鼠标离开时恢复自动切换。
+          }
+        });
+     partners.init()
+
+  })
 </script>
 <!--S-百度统计-->
 {{include "/common/pcbottom.html"}}

+ 11 - 4
src/web/templates/pc/entsearchindex.html

@@ -138,6 +138,9 @@
             .in-iframe[data-page-name=entSearch] .search-header .search-header-content {
               padding-right: 24px;
             }
+            .search-tab-right{
+              float: right;
+            }
         </style>
 	</head>
 
@@ -147,12 +150,16 @@
         <div class="w vue-search-container" v-cloak>
             <div class="search-header">
                 <div class="search-header-tab">
-                    <span class="tab-item" v-show="!isLogin && !inIframe" @click="location.replace('/jylab/supsearch/index.html')">招标采购公告</span>
+                    <span class="tab-item" v-show="!inIframe" @click="location.replace('/jylab/supsearch/index.html')">招标采购公告</span>
                     <span class="tab-item tab-active" @click="location.replace('/jylab/entSearch/index.html')">企业搜索</span>
-                    <span class="tab-item" v-show="!isLogin && !inIframe" @click="location.replace('/jylab/purSearch/index.html')">采购单位搜索</span>
-                    <span class="tab-item" v-show="!isLogin && !inIframe" @click="location.replace('/swordfish/page_web_pc/search/issued')">供应搜索</span>
-                    <span class="tab-item" v-show="!isLogin && !inIframe" @click="location.replace('/jylab/supsearch/index.html?tab=2')">超前项目查询</span>
+                    <span class="tab-item" v-show="!inIframe" @click="location.replace('/jylab/purSearch/index.html')">采购单位搜索</span>
+                    <span class="tab-item" v-show="!inIframe" @click="location.replace('/swordfish/page_web_pc/search/issued')">供应搜索</span>
+                    <span class="tab-item" v-show="!inIframe" @click="location.replace('/jylab/supsearch/index.html?tab=2')">超前项目查询</span>
                     <!-- <span class="tab-item" v-show="!isLogin && !inIframe" @click="location.replace('/swordfish/page_web_pc/search/issued')">拟在建项目查询</span> -->
+                    <div class="search-tab-right">
+                      <span>完整版筛选,戳我>></span>
+                      <span style="color: #2ABED1;cursor: pointer;" @click="goWorkSpace">进入工作台</span>
+                    </div>
                 </div>
                 <div class="search-header-content">
                     <div class="search-header-top">

+ 12 - 5
src/web/templates/pc/pursearchindex.html

@@ -87,6 +87,9 @@
               width: 24px;
               height: 24px;
             }
+            .search-tab-right{
+              float: right;
+            }
         </style>
 	</head>
 
@@ -96,12 +99,16 @@
         <div class="w vue-search-container" id="pur-search-container" v-cloak>
             <div class="search-header">
                 <div class="search-header-tab">
-                  <span class="tab-item" v-show="!isLogin && !inIframe" @click="location.replace('/jylab/supsearch/index.html')">招标采购公告</span>
-                  <span class="tab-item" v-show="!isLogin && !inIframe" @click="location.replace('/jylab/entSearch/index.html')">企业搜索</span>
+                  <span class="tab-item" v-show="!inIframe" @click="location.replace('/jylab/supsearch/index.html')">招标采购公告</span>
+                  <span class="tab-item" v-show="!inIframe" @click="location.replace('/jylab/entSearch/index.html')">企业搜索</span>
                   <span class="tab-item tab-active" @click="location.replace('/jylab/purSearch/index.html')">采购单位搜索</span>
-                  <span class="tab-item" v-show="!isLogin && !inIframe" @click="location.replace('/swordfish/page_web_pc/search/issued')">供应搜索</span>
-                  <span class="tab-item" v-show="!isLogin && !inIframe" @click="location.replace('/jylab/supsearch/index.html?tab=2')">超前项目查询</span>
-                  <!-- <span class="tab-item" v-show="!isLogin && !inIframe" @click="location.replace('/jylab/entSearch/index.html')">拟在建项目查询</span> -->
+                  <span class="tab-item" v-show="!inIframe" @click="location.replace('/swordfish/page_web_pc/search/issued')">供应搜索</span>
+                  <span class="tab-item" v-show="!inIframe" @click="location.replace('/jylab/supsearch/index.html?tab=2')">超前项目查询</span>
+                  <!-- <span class="tab-item" v-show="!inIframe" @click="location.replace('/jylab/entSearch/index.html')">拟在建项目查询</span> -->
+                  <div class="search-tab-right">
+                    <span>完整版筛选,戳我>></span>
+                    <span style="color: #2ABED1;cursor: pointer;" @click="goWorkSpace">进入工作台</span>
+                  </div>
                 </div>
                 <div class="search-header-content w">
                     <div class="search-header-top">

+ 17 - 2
src/web/templates/pc/supsearch.html

@@ -733,7 +733,7 @@
         <!-- <span class="search-tab-item tab-item-nzj-search" style="display: none;"  @click="location.replace('/swordfish/page_web_pc/search/issued')">拟在建项目查询</span> -->
         <div class="search-tab-right">
           <span>完整版筛选,戳我>></span>
-          <span style="color: #2ABED1;cursor: pointer;">进入工作台</span>
+          <span style="color: #2ABED1;cursor: pointer;" @click="goWorkSpace">进入工作台</span>
         </div>
       </div>
       <!--搜索-->
@@ -1975,6 +1975,9 @@
       for (let i = 0; i < searchDoms.length; i++) {
         $(searchDoms[i]).show()
       }
+    } else if(!goTemplateData.inIframe) {
+      $('.badge-recommend').hide()
+      $('.search-tab-item-0').hide()
     }
 
     // 数据导出后续不再提示复选框
@@ -1999,6 +2002,10 @@
 
       $('#go-customer-4').removeClass('hide')
       $('.nologin-hide').removeClass('hide')
+      if(!goTemplateData.inIframe) {
+        $('.badge-recommend').hide()
+        $('.search-tab-item-0').hide()
+      }
       $('.city-list-divide').removeClass('hide')
       $('#sideIcon').removeClass('hide')
       try{
@@ -2008,7 +2015,10 @@
       searchInnerVue.islogin=true
       const searchDoms = ['.tab-item-ent-search', '.tab-item-buyer-search', '.tab-item-supply-search', '.tab-item-recommend-search', '.tab-item-nzj-search', '.search-tab-right']
       for (let i = 0; i < searchDoms.length; i++) {
-        $(searchDoms[i]).hide()
+        if(goTemplateData.inIframe) {
+          $(searchDoms[i]).hide()
+          $('.nologin-hide').addClass('hide')
+        }
       }
       /**
        * @date 2022/12/15 山川环境嵌入搜索
@@ -3176,6 +3186,11 @@ function checkTagDisabled () {
       }
     },
     methods: {
+      goWorkSpace: function () {
+        var formNode_ = $('#zbSeatchT')
+        var goHref_ = location.origin + '/jylab/supsearch/index.html'
+        window.location.replace('/page_workDesktop/work-bench/page?link=' + encodeURIComponent(goHref_ + '?' + formNode_.serialize()))
+      },
       addParamsToFormUrl: function() {
         if (!this.inResourceBIiframe) return
         var action = $('#zbSeatchT').attr('action')