CINXE.COM

仪商动态_“仪商汇”仪器仪表供应链管理平台~中国仪器仪表行业协会代理商分会强力推荐平台

<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>仪商动态_“仪商汇”仪器仪表供应链管理平台~中国仪器仪表行业协会代理商分会强力推荐平台</title> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> <link rel="icon" type="image/x-icon" href="favicon.ico"> <script src="/content/scripts/uaredirect.js" type="text/javascript"></script> <script type="text/javascript">uaredirect("https://m.1718china.cn/");</script> <link href="/content/plugins/layui/css/layui.css" rel="stylesheet"/> <link href="/content/css/iconfont20230505.css" rel="stylesheet"/> <link href="/content/css/platform.css" rel="stylesheet"/> <script src="/content/scripts/jquery.js"></script> <script src="/content/plugins/layui/layui.js"></script> <script src="/content/scripts/topback.js"></script> <link type="text/css" rel="stylesheet" href="/content/css/newEdition.css?v=20250405073030856" /> <script src="/content/scripts/shoppingMallCommon.js?v=20250405073030856"></script> <script> //写入token var token = localStorage.getItem("token"); if (token == "" || token != "") { localStorage.setItem("token", ""); } var sslsite = "https:"; if (window.location.protocol != sslsite && window.location.host.indexOf("localhost") == -1) { window.location.href = sslsite + window.location.href.substring(window.location.protocol.length); } </script> </head> <body> <div class="top_wrap"> <div class="home-header-top"> <div class="main-box"> <p class="left"> 您好,欢迎来到仪商汇! <a class="special" onclick="goUrl('login')">请登录</a> <a onclick="goUrl('register')">免费注册</a> </p> <div class="right"> <ul> <li onclick="window.location=window.location.origin">仪商汇首页</li> <li onclick="_isLogin('https://passport.1718china.cn/', '/ShoppingCart')">购物车<em class="set-shop-cart-num"></em></li> <li onclick="_isLogin('https://passport.1718china.cn/', '/ucenter/home')">进入我的仪商汇</li> </ul> <div class="tel">010-51285752</div> </div> </div> </div> <script src="/content/scripts/YzsmApi.js?v=20250405073030856"></script> <script> var Api = new Api(); $(function () { var token = localStorage.getItem("token"); if (token != "" && token == "") { getShopCartNum(); } $('.home-header-top .user-menu .tel').on('click', function () { let parentDom = $(this).parent(); if (parentDom.hasClass('active')) { parentDom.removeClass('active'); $(this).find(".iconfont").removeClass('icon-shangjiantou').addClass('icon-xiajiantou'); } else { parentDom.addClass('active'); $(this).find(".iconfont").removeClass('icon-xiajiantou').addClass('icon-shangjiantou'); } }); }); //获取购物车数量 function getShopCartNum() { Api.get("https://m.1718china.cn/api/PlaceOrder/GetShoppingCartNum", {}, function (res) { if(res.errCode == 200 && res.data > 0){ $(document).find('.set-shop-cart-num').text(res.data).css('display','block'); } }); } function goUrl(type) { var _back_page = "?appId=300000&redirectURL=" + encodeURIComponent(window.location.origin) if (type == "login") { window.location = "https://passport.1718china.cn/login" + _back_page; return false; } else if (type == "register") { window.location = "https://passport.1718china.cn/login/register" + _back_page; return false; } else if (type == "logout") { localStorage.removeItem("token"); window.location = "https://passport.1718china.cn/logout" + _back_page; } else { var _source = type==""?"":"?sourceType="+type; window.location = "https://www.1718china.cn/ucenter/home" + _source; } $('.home-header-top .user-menu').removeClass('active') .find('.tel .iconfont').removeClass('icon-shangjiantou').addClass('icon-xiajiantou'); } </script> <div class="ysh-menu-box"> <div class="main-box"> <div class="gudkuan"> <div class="logo" onclick="window.location=window.location.origin"> <img src="/content/img/platform/logo1.png"> </div> <div class="center-box"> <div class="search" id="clickSearch"> <input type="text" placeholder="请输入商品名称等关键字" /> <span><i class="iconfont icon-chaxun"></i>搜索</span> </div> <ul id="hotBox"></ul> </div> <div class="right-box"> <a class="cgdan" onclick="_isLogin('https://passport.1718china.cn/', '/ucenter/home?sourceType=yshAddDemand')"> <img src="/content/img/xt05.png" width="19" height="19" />发布采购单 </a> <a onclick="_isLogin('https://passport.1718china.cn/', '/ShoppingCart')"> <img src="/content/img/xt06.png" width="19" height="19" />我的购物车 <i class="num set-shop-cart-num"></i> </a> </div> </div> <div class="gudkuan"> <div class="qbflbt" onclick="openAllCategory()">全部分类</div> <div class="dhtwk" id="homeMenu"> <a href="/">首页</a> <a href="/Seckill">清仓</a> <a href="/Exclusive">独家授权</a> <a href="javascript:;" onclick="bindClickPage('/Finance/Home')">融资租赁</a> <a href="https://express.1718china.cn/web/" target="_blank">物流服务</a> <a href="https://data.1718china.com" target="_blank">大数据服务</a> <ul class="finance-menu" style="left: 312px;"> <li onclick="bindClickPage('')">企业资料</li> <li onclick="bindClickPage('/Project')">我的项目</li> </ul> </div> </div> </div> </div> </div> <div class="main-box"> <div class="all-categories-wrap"> <ul class="categoryItem" id="categoriesAll"> </ul> <div class="categoryContent" id="categoriesChild"> </div> </div> </div> <script src="/content/scripts/YzsmApi.js?v=20250405073030856"></script> <script src="/content/scripts/rzApi.js?v=20250405073030856"></script> <script> var Api = new Api(); var rzApi = new rzApi(); var categoriesAllData = []; var isOpenCategory = false; var cmpyState = {}; var isCmpyIsAudit = false; $(function () { let $homeMenuDome = $("#homeMenu a"); let _pathName = window.location.pathname; if (_pathName.indexOf("/Index") > -1 || _pathName == "/") { $homeMenuDome.eq(0).addClass('active'); $('.all-categories-wrap').show().css("position",'absolute'); }else{ isOpenCategory = true; for (var i = 0; i < $homeMenuDome.length; i++) { var _href = $homeMenuDome.eq(i).attr("href"); if(_pathName.indexOf('/Finance') > -1){ $homeMenuDome.eq(3).addClass('active'); }else{ if (_pathName == _href) { $homeMenuDome.eq(i).addClass('active'); } } } } $homeMenuDome.on('mouseenter', function(){ if($(this).text() == "融资租赁"){ $(".finance-menu").show(); }else{ $(".finance-menu").hide(); } }); $(document).on('mouseleave', '.finance-menu', function(){ $(".finance-menu").hide() }); getCheckIsCmpyIsAudit(); GetCateAll(); GetSearchList(); $("#clickSearch span").click(function(){ var val = $(this).parent().find("input").val(); if($.trim(val) != ""){ window.location = "/MallSearch?keyword="+$.trim(val); } }); $(document).on('mouseleave', '.all-categories-wrap, #categoriesChild', function () { $("#categoriesChild").hide(); $('.all-categories-wrap #categoriesAll li').removeClass('active'); }); }); function goCmpyAudit(){ // 状态:-1删除、0编辑、1待审、2审核成功、3审核失败、4已失效 if (cmpyState.key == 1 || cmpyState.key == 3 || cmpyState.key == 4) { window.open(window.location.origin + '/Ucenter/home?sourceType=FinanceStatus'); } else { window.open(window.location.origin + '/Ucenter/home?sourceType=FinanceAuth'); } } function getCheckIsCmpyIsAudit() { var token = localStorage.getItem("token"); if (token == "" || token == undefined) return false; //是否认证企业 Api.post("https://m.1718china.cn/api/Company/CheckCompanyIsAudit", {}, function (res) { isCmpyIsAudit = res.data; if(!res.data){ $("#homeMenu").append('<a href="/ucenter/home?sourceType=UserCmpy">企业入驻</a>'); }else{ if( window.location.pathname.indexOf('/Finance') > -1){ isFinanceCmpyAudit(); } } }); } //判断融资租赁是否企业认证 function isFinanceCmpyAudit(){ rzApi.get("https://finance.1718china.cn/api/Tenantry/GetTenantryStatus", {}, function(res){ cmpyState = res.data; }); } function bindClickPage(_url){ var token = localStorage.getItem("token"); if (token == "" || token == undefined) { if(_url == "") _url = "/Finance/Home"; _isLogin('https://passport.1718china.cn/', _url); // window.location = "https://passport.1718china.cn/login?appId=300000&redirectURL=" + encodeURIComponent(window.location.origin) return false; } if(isCmpyIsAudit == false){ layer.open({ title: "企业认领", type: 2, area: ['800px', '650px'], content: "https://passport.1718china.cn/"+"company/companyInfo?appId=300000", }); }else{ if(_url == ""){ goCmpyAudit(); return false; } else { if (_url == "/Project") { //window.open(window.location.origin + '/Ucenter/home?sourceType=FinanceProject'); //pgopen('我的申请', '/ucenter/Finance/Project', 'menu_800', '802'); window.location = window.location.origin + '/Ucenter/home?sourceType=FinanceProject'; } else { window.location = _url; } } } } function openAllCategory(){ if(!isOpenCategory) { if($(window).scrollTop() > 500){ $('body,html').animate({scrollTop:0},1000); } return false; } if($('.all-categories-wrap').is(":hidden")){ $('.all-categories-wrap').show().css("position",'fixed'); }else{ $('.all-categories-wrap').hide().find('#categoriesAll li').removeClass('active'); $("#categoriesChild").hide(); } } //分类:一级菜单 function bindFirstMenu(cateId, $this){ if($($this).hasClass('active')){ $($this).removeClass('active'); $("#categoriesChild").hide(); return false; } $($this).addClass('active').siblings().removeClass('active'); clickCategory(cateId); } //分类:子级菜单 function bindChildMenu(cateId){ window.location.href='/MallSearch?cateId='+cateId; $("#categoriesAll li").removeClass('active'); $("#categoriesChild").hide(); } //热门搜索 function GetSearchList(){ Api.get("https://m.1718china.cn/api/SearchAll/GetSearchList", {}, function (res) { var _html = ""; res.data.hotList.forEach((item, i) => { _html += '<li>'+item; if(i == 0){ _html += '<img src="/content/img/xt04.png" width="20" height="10" />'; } _html += '</li>'; }) $("#hotBox").html(_html); }); } function clickCategory(cateId){ categoriesAllData.forEach(item => { if(item.cateId == cateId){ var two = ""; item.childrenList.forEach(child => { var three = ""; if(child.childrenList != null){ child.childrenList.forEach(t => { three += '<li onclick="bindChildMenu('+t.cateId+', this)">'+t.cateName+'</li>'; }); } two += '<div class="item">'+ '<h3>'+child.cateName+'</h3>'+ '<ul>'+ three + '</ul>'+ '</div>'; }); $("#categoriesChild").html(two).show(); } }) } function GetCateFirstList(){ Api.get("https://m.1718china.cn/api/ProductCate/GetCateFirstList", {}, function (res) { var _html = ""; res.data.forEach(item => { _html += '<li class="categoryName" onclick="bindFirstMenu('+item.cateId+', this)">'+item.cateName+'<i class="iconfont icon-zuojiantou"></i></li>'; }) $("#categoriesAll").html(_html); }); } function GetCateAll(){ Api.get("https://m.1718china.cn/api/ProductCate/GetProductCateList", {}, function (res) { categoriesAllData = res.data; GetCateFirstList(); }); } </script> <div class="center_wrap"> <div class="sydt"> <div class="flexslider"> <ul class="slides"> <li style="background:url(/content/img/platform/muniheibanne2.jpg?v=2) 50% 0 no-repeat;" onclick="window.open('https://www.analyticachina.com.cn/zh-cn/index/trade_fair/for_exhibitor/stand_booking.html', '_black')"></li> </ul> <!-- <ul class="slides"> <li style="background:url(/content/img/platform/muniheibanner-New.jpg?v=2) 50% 0 no-repeat;" onclick="window.open('https://www.analyticachina.com.cn/zh-cn/content/labtech_China_Congress?', '_black')"></li> <li style="background:url(/content/img/platform/muniheibanne2.jpg?v=2) 50% 0 no-repeat;" onclick="window.open('https://www.analyticachina.com.cn/zh-cn/index/trade_fair/for_exhibitor/stand_booking.html', '_black')"></li> <li style="background:url(/content/img/d1.jpg?v=2) 50% 0 no-repeat;" onclick="window.open('https://www.1718china.cn/home/html/70', '_black')"></li> <li style="background:url(/content/img/d2.jpg?v=2) 50% 0 no-repeat;" onclick="window.open('https://www.1718china.cn/home/html/70', '_black')"></li> </ul> --> </div> </div> <div class="xwrnk"> <ul> <li> <a href="/home/html/90"> <img src="https://m.1718china.cn/Upload/NewsImg\2024-11-18/6f6a5477-b57b-4233-8013-3cd6c111e297.jpeg" width="256" height="168"> <h2>11-18<p>2024</p></h2><h3>科技盛典,洞“析”奥秘 | 20<p>科技盛典,洞“析”奥秘 | 2024</p></h3> </a> </li> <li> <a href="/home/html/89"> <img src="https://m.1718china.cn/Upload/NewsImg\2024-11-18/54744713-6256-4a84-9f4c-c49a730c2fc5.png" width="256" height="168"> <h2>11-18<p>2024</p></h2><h3>2024 慕尼黑上海分析生化展 逛<p>2024 慕尼黑上海分析生化展 逛展攻</p></h3> </a> </li> <li> <a href="/home/html/88"> <img src="https://m.1718china.cn/Upload/NewsImg\2024-11-08/6d87679a-7eab-4742-ac46-61b46e3f587c.png" width="256" height="168"> <h2>11-08<p>2024</p></h2><h3>2024慕尼黑上海分析生化展 | 展<p>2024慕尼黑上海分析生化展 | 展商名</p></h3> </a> </li> <li> <a href="/home/html/87"> <img src="https://m.1718china.cn/Upload/NewsImg\2024-11-06/abeaacb6-d468-4887-93da-aee246f8be5a.jpeg" width="256" height="168"> <h2>11-06<p>2024</p></h2><h3>2024慕尼黑上海分析生化展 | 逛<p>2024慕尼黑上海分析生化展 | 逛展打</p></h3> </a> </li> </ul> <div class="gdzx"><a href="/home/List">更多资讯</a></div> </div> <script src="/content/scripts/jquery.js"></script> <script src="/content/mobile/js/mui.min.js"></script> <script src="/content/plugins/bootstrap/bootstrap.js"></script> <script src="/content/plugins/bootstrap/validator/js/bootstrapValidator.js"></script> <script src="/content/plugins/bootstrap/bootstrap3-typeahead.js"></script> <script src="/content/plugins/layui/layui.js"></script> <script src="/content/mobile/js/common.js"></script> </div> <div class="dingbu"> <div class="dibu-nk"> <div class="dibu-nk-zuo"> <p> <a href="/aboutus">关于仪商汇</a> <span>|</span> <a href="/news">仪商动态</a> <span>|</span> <a href="/service">仪商服务</a> <span>|</span> <a href="/library">仪商库</a> <span>|</span> <a href="/checkin">入驻申请</a> <span>|</span> <a href="/league">运营加盟</a> <span>|</span> <a href="https://express.1718china.cn/web/">仪商汇快运</a> </p> <p> 京ICP备17051294号-1 <a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010802029219"><img src="/Content/img/gaba.png" />京公网安备 11010802029219号</a> ©2025 仪众宏鑫(北京)国际贸易有限责任公司 版权所有 <br> 地址:北京市怀柔区北房镇幸福西街3号1幢101室 </p> <div class="img"> <p>中国仪器仪表行业协会代理商分会 指导推荐采购平台</p> <img src="/Content/img/zx-65.jpg" /> <script type="text/javascript"> var cnzz_protocol = (("https:" == document.location.protocol) ? "https://" : "http://"); document.write(unescape("%3Cspan id='cnzz_stat_icon_1276832801'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s23.cnzz.com/z_stat.php%3Fid%3D1276832801%26show%3Dpic' type='text/javascript'%3E%3C/script%3E")); </script> </div> </div> <div class="dibu-nk-you"> <div class="dianhuahm"><p>服务热线</p>010-51285752</div> <div class="gzh"><img src="/content/img/platform/gzh.png" width="70" height="70"><p>仪商汇公众号</p></div> </div> </div> </div> <script src="/content/scripts/jquery-1.11.0.min.js"></script> <script src="/content/scripts/jquery.flexslider-min.js"></script> <script type="text/javascript"> $(document).ready(function () { $('.flexslider').flexslider({ directionNav: true, pauseOnAction: false }); }); </script> <style> .flexslider { position: relative; height: 360px; overflow: hidden; background: url(images/loading.gif) 50% no-repeat; } .slides { position: relative; z-index: 1; } .slides li { height: 360px; } .flex-control-nav { position: absolute; bottom: 10px; z-index: 2; width: 100%; text-align: center; } .flex-control-nav li { display: inline-block; width: 14px; height: 14px; margin: 0 5px; *display: inline; zoom: 1; } .flex-control-nav a { display: inline-block; width: 14px; height: 14px; line-height: 40px; overflow: hidden; background: url(/Content/img/platform/dot.png) right 0 no-repeat; cursor: pointer; } .flex-control-nav .flex-active { background-position: 0 0; } .flex-direction-nav { position: absolute; z-index: 3; width: 100%; top: 45%; } .flex-direction-nav li a { display: block; width: 50px; height: 50px; overflow: hidden; cursor: pointer; position: absolute; } .flex-direction-nav li a.flex-prev { left: 40px; background: url(images/prev.png) center center no-repeat; } .flex-direction-nav li a.flex-next { right: 40px; background: url(images/next.png) center center no-repeat; } </style> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10