CINXE.COM

行业专用仪器-行业专用仪器批发价格|型号|生产厂家-智能制造网

<!DOCTYPE html> <html lang="en"> <head> <meta name="applicable-device" content="pc"/> <meta http-equiv="Expires" content="0" /> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Cache-control" content="no-cache" /> <meta http-equiv="Cache" content="no-cache" /> <meta name="referrer" content="always" /> <script type="text/javascript" src="/ajax/common.ashx"></script> <script type="text/javascript" src="/ajax/Industry.Vivian,Industry.ashx"></script> <script type="text/javascript"> if(navigator.userAgent.match(/(iPhone|iPod|Android|ios)/i)&&window.location.host.indexOf('www')>=0){ window.location = window.location.href.replace("www", "m"); } </script> <script type="text/javascript"> if (document.location.host.indexOf("gkzhan.com")==-1 && document.location.host.indexOf("192.168.")==-1 && document.location.host.indexOf("10.115.")==-1) { location.href = location.href.replace(document.location.host, 'www.gkzhan.com'); } </script> <link rel="canonical" href="https://www.gkzhan.com/chanpin/4854/" /> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="renderer" content="webkit/ie-comp/ie-stand"> <title>行业专用仪器-行业专用仪器批发价格|型号|生产厂家-智能制造网</title> <META NAME="Description" CONTENT="智能制造网为您推荐行业专用仪器相关产品110671条,其中包括行业专用仪器批发价格报价、品牌厂家供应商、产品介绍图片视频材质参数、技术资料工作原理以及全国各地行业专用仪器产品行情信息等内容,如果您想了解更多更详细的行业专用仪器信息,您可以点击产品详情或在线给企业发送留言咨询。" /> <META NAME="Keywords" CONTENT="行业专用仪器价格,行业专用仪器批发,行业专用仪器报价" /> <link rel="stylesheet" href="https://public.mtnets.com/css/base.css"> <link rel="stylesheet" href="https://public.mtnets.com/css/advs.css"> <link rel="stylesheet" href="https://www.gkzhan.com/css/products/proarticlecommonnew.css?v=20200930"> <link rel="stylesheet" href="https://www.gkzhan.com/css/products/proliststyle.css?v=20220930"/> <link rel="stylesheet" href="https://www.gkzhan.com/css/products/products_prolist.css?v=2024"> <script src="https://public.mtnets.com/plugins/jquery/2.2.4/jquery-2.2.4.min.js" charset="utf-8"></script> <meta name="mobile-agent" content="format=html5; url=https://m.gkzhan.com/chanpin-4854.html" /> <meta name="mobile-agent" content="format=xhtml; url=https://m.gkzhan.com/chanpin-4854.html"> <meta name="mobile-agent" content="format=wml;url=https://m.gkzhan.com/chanpin-4854.html"> <link rel="alternate" media="only screen and(max-width: 640px)" href="https://m.gkzhan.com/chanpin-4854.html" > <!-- 库 --> <script src="https://public.mtnets.com/Plugins/jQuery/1.11.3/jquery.min.js"></script> <!-- 引入定义的方法 --> <script src="https://public.mtnets.com/Js/Utils/common.js"></script> <script type="text/javascript" src="https://www.gkzhan.com/Js/Version/2023/search_all.js?v=2024" ></script> <script type="application/ld+json"> { "@context": "https://ziyuan.baidu.com/contexts/cambrian.jsonld", "@id":"https://www.gkzhan.com/chanpin-4854.html", "upDate": "2024-11-23T09:35:37" } </script> <script type="text/javascript"> var sAdClassIDs="gkzhan;4854"; function WriteCookies(c_name,value,expiredays) { var exdate = new Date(); exdate.setDate(exdate.getDate() + expiredays); // 使设置的有效时间正确。增加toGMTString() document.cookie = c_name + "=" +escape(value) + ((expiredays == null) ? "" : ";expires=" + exdate.toGMTString()) + ";path=/"; }</script> <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "//hm.baidu.com/hm.js?a42709843eab10847462653598b51c65"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> <script src="https://public.mtnets.com/js/advs.js?v=6"></script> <script type="text/javascript"> (function () { var adma12 = document.createElement("script"); adma12.type = "text/javascript"; adma12.async = true; adma12.src = "https://yxb.xwboo.com/Advert/GetInfoByJS?ID=Advs12&AdClassIDs=" + sAdClassIDs; var ss12 = document.getElementsByTagName("script")[0]; ss12.parentNode.insertBefore(adma12, ss12); })(); </script> <script> function reurl(url){ location.href=url; } </script> </head> <body> <SCRIPT language=vbscript> Function str2asc(strstr) str2asc = hex(asc(strstr)) End Function Function asc2str(ascasc) asc2str = chr(ascasc) End Function </SCRIPT> <script type="text/javascript"> function UrlEncode(str){ var ret=""; var strSpecial="!\"#$%&'()*+,/:;<=>?[]^`{|}~%"; for(var i=0;i<str.length;i++){ var chr = str.charAt(i); var c=str2asc(chr); if(parseInt("0x"+c) > 0x7f){ ret+="%"+c.slice(0,2)+"%"+c.slice(-2); }else{ if(chr==" ") ret+="+"; else if(strSpecial.indexOf(chr)!=-1) ret+="%"+c.toString(16); else ret+=chr; } } return ret; } function UrlDecode(str){ var ret=""; for(var i=0;i<str.length;i++){ var chr = str.charAt(i); if(chr == "+"){ ret+=" "; }else if(chr=="%"){ var asc = str.substring(i+1,i+3); if(parseInt("0x"+asc)>0x7f){ ret+=asc2str(parseInt("0x"+asc+str.substring(i+4,i+6))); i+=5; }else{ ret+=asc2str(parseInt("0x"+asc)); i+=2; } }else{ ret+= chr; } } return ret; } var url_k= ""; function pageX(elem){ return elem.offsetParent?(elem.offsetLeft+pageX(elem.offsetParent)):elem.offsetLeft; }   //获取当前的Y坐标值 function pageY(elem){ return elem.offsetParent?(elem.offsetTop+pageY(elem.offsetParent)):elem.offsetTop; } //得到IE版本 var IEbate="7"; if (window.ActiveXObject) { var ua = navigator.userAgent.toLowerCase(); IEbate=ua.match(/msie ([\d.]+)/)[1]; url_k=UrlDecode(""); }else{ url_k=""; } </script> <script> function nmfocus() { var obtn1 = document.getElementById("PriceStart"); var obtn2 = document.getElementById("PriceEnd"); var btnurl = document.getElementById("btnurl"); var prcdown = document.getElementById("prcdown"); var prcup = document.getElementById("prcup"); var otest = document.getElementById("test"); var btn1value = null; var btn2value = null; obtn1.onkeydown = function(ev) { var oEvent = ev || event; //alert(oEvent.keyCode); if (oEvent.keyCode < 46 || oEvent.keyCode > 58 && oEvent.keyCode < 96 || oEvent.keyCode > 105 && oEvent.keyCode != 8) { return false; } } obtn1.onfocus = function() { obtn1.value = ""; } obtn2.onfocus = function() { obtn2.value = ""; } obtn1.onblur = function() { if (obtn1.value == "") { obtn1.value = "¥最低价"; } } obtn2.onblur = function() { if (obtn2.value == "") { obtn2.value = "¥最高价"; } } btnurl.onclick = function() { if (obtn1.value == "¥最低价") { btn1value = "0"; } else { btn1value = obtn1.value } if (obtn2.value == "¥最高价") { btn2value = 0; } else { btn2value = obtn2.value } SetFormValue('parm_pricestart', btn1value); SetFormValue('parm_priceend', btn2value); formProListSubmit(); } } </script> <!-- 头部 --> <div class="iframe"><iframe src="https://www.gkzhan.com/default.aspx?Include/products/products2020/prolist_header" allowtransparency="true" width="100%" height="41" scrolling="no" frameborder="0" ></iframe></div> <!-- 头部 --> <!-- 搜索框 --> <div class="Tophead w"><p> <a class="moblie">下载APP<img class="hbapp" src="https://www.gkzhan.com/images/znapp.png" alt=""></a><a class="moweixin">微信<img class="hbweixin" src="https://www.gkzhan.com/images/subweb2016/weixinPic.jpg" alt=""></a></p> </div> <div class="w"> <div class="banner-adv"> <ul class="one"> <li><div id="Advs12"></div></li> </ul> </div> </div> <div class="top w"> <div class="logo"> <a href="https://www.gkzhan.com" target="_blank"><img src="https://www.gkzhan.com/images/index/logo2013.gif"></a> </div> <div class="searchBox"> <form id="searchForm"> <div class="search"> <div class="searchSelect" style="z-index: 100;"> <div class="selectTop"> <p>产品</p> <i></i> </div> <ul class="selectBot"> <li>产品</li> <li>公司</li> <li>资讯</li> <li>技术</li> <li>视频</li> <li>展会</li> <li>样本</li> </ul> </div> <input type="text" id="keys" name="K" value="多个关键词间加空格,如:工业 除尘器" onfocus="this.value = '';" autocomplete="off" /> <button type="submit">搜索</button> </div> </form> <script> searchUrl = "https://www.gkzhan.com/chanpin/0_p0/" ; </script> </div> <div class="clear"></div> </div> <!-- 搜索框 --> <!-- 分类框 --> <div class="location w"> <p> <a href="https://www.gkzhan.com/" class="bigClass">智能制造网</a>&gt; <a href="https://www.gkzhan.com/update/newtype.html" target="_blank" class="bigClass">全部分类</a>&gt; <a href="https://www.gkzhan.com/chanpin/4276/" target="_blank" class="bigClass">仪器仪表</a>&gt; <a class="bigClass" title="行业专用仪器">行业专用仪器</a> </p> <span><a style="color: #333;">更新时间:2024-07-19</a></span> <span><a href="https://www.gkzhan.com/product/" target="_blank">返回产品中心</a></span> </div> <div class="findtop"> <div class="w"> <dl> <dt>产品分类</dt> <dd> <ul class="otherexi brand1"> <li> <a href="https://www.gkzhan.com/chanpin/4874/">农业食品行业仪器<span>(4444)</span></a> </li> <li> <a href="https://www.gkzhan.com/chanpin/4867/">建筑建材行业仪器<span>(2723)</span></a> </li> <li> <a href="https://www.gkzhan.com/chanpin/4873/">纺织服装行业仪器<span>(352)</span></a> </li> <li> <a href="https://www.gkzhan.com/chanpin/4875/">石油化工行业仪器<span>(3003)</span></a> </li> <li> <a href="https://www.gkzhan.com/chanpin/4872/">采矿冶炼行业仪器<span>(733)</span></a> </li> <li> <a href="https://www.gkzhan.com/chanpin/22212/">电力行业仪器<span>(1691)</span></a> </li> <li> <a href="https://www.gkzhan.com/chanpin/22213/">水利行业仪器<span>(24)</span></a> </li> <li> <a href="https://www.gkzhan.com/chanpin/4871/">包装行业仪器<span>(1338)</span></a> </li> <li> <a href="https://www.gkzhan.com/chanpin/4870/">印刷造纸行业仪器<span>(317)</span></a> </li> <li> <a href="https://www.gkzhan.com/chanpin/22214/">机床行业仪器<span>(28)</span></a> </li> <li> <a href="https://www.gkzhan.com/chanpin/4876/">制药行业仪器<span>(247)</span></a> </li> <li> <a href="https://www.gkzhan.com/chanpin/22215/">仓储物流行业仪器<span>(0)</span></a> </li> <li> <a href="https://www.gkzhan.com/chanpin/4868/">电子行业仪器<span>(8980)</span></a> </li> <li> <a href="https://www.gkzhan.com/chanpin/22216/">五金家电行业仪器<span>(1)</span></a> </li> <li> <a href="https://www.gkzhan.com/chanpin/22217/">家具家居行业仪器<span>(49)</span></a> </li> <li> <a href="https://www.gkzhan.com/chanpin/22218/">交通运输行业仪器<span>(208)</span></a> </li> <li> <a href="https://www.gkzhan.com/chanpin/4869/">通信数码行业仪器<span>(679)</span></a> </li> <li> <a href="https://www.gkzhan.com/chanpin/22230/">其它行业仪器<span>(85854)</span></a> </li> <br class="clear"> </ul> </dd> <a class="more">展开<i></i></a> </dl> <dl class="brandBox" id="BrandPropertyDiv" > <dt>品牌</dt> <dd> <ul class="brand brand1"> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','15');formProListSubmit();Vivian.UpdateBrandHappiness('15');" class="brand_A" id="brand_15_0" title="安捷伦/Agilent">安捷伦/Agilent</a><input type="hidden" value="15" id="hiddenbrand_15"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','989');formProListSubmit();Vivian.UpdateBrandHappiness('989');" class="brand_A" id="brand_989_0" title="安科瑞">安科瑞</a><input type="hidden" value="989" id="hiddenbrand_989"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','1129');formProListSubmit();Vivian.UpdateBrandHappiness('1129');" class="brand_A" id="brand_1129_0" title="AEG">AEG</a><input type="hidden" value="1129" id="hiddenbrand_1129"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','1134');formProListSubmit();Vivian.UpdateBrandHappiness('1134');" class="brand_A" id="brand_1134_0" title="ADVANTECH/研华">ADVANTECH/研华</a><input type="hidden" value="1134" id="hiddenbrand_1134"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','1137');formProListSubmit();Vivian.UpdateBrandHappiness('1137');" class="brand_A" id="brand_1137_0" title="阿尔泰科技">阿尔泰科技</a><input type="hidden" value="1137" id="hiddenbrand_1137"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','1660');formProListSubmit();Vivian.UpdateBrandHappiness('1660');" class="brand_A" id="brand_1660_0" title="安诺尼">安诺尼</a><input type="hidden" value="1660" id="hiddenbrand_1660"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','4331');formProListSubmit();Vivian.UpdateBrandHappiness('4331');" class="brand_A" id="brand_4331_0" title="罗克韦尔/Allen Bradley">罗克韦尔/Allen B</a><input type="hidden" value="4331" id="hiddenbrand_4331"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','3367');formProListSubmit();Vivian.UpdateBrandHappiness('3367');" class="brand_A" id="brand_3367_0" title="AHLBORN/德国爱尔邦">AHLBORN/德国爱尔</a><input type="hidden" value="3367" id="hiddenbrand_3367"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','3449');formProListSubmit();Vivian.UpdateBrandHappiness('3449');" class="brand_A" id="brand_3449_0" title="安徽春辉">安徽春辉</a><input type="hidden" value="3449" id="hiddenbrand_3449"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','1761');formProListSubmit();Vivian.UpdateBrandHappiness('1761');" class="brand_A" id="brand_1761_0" title="Azbil/山武">Azbil/山武</a><input type="hidden" value="1761" id="hiddenbrand_1761"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','3352');formProListSubmit();Vivian.UpdateBrandHappiness('3352');" class="brand_A" id="brand_3352_0" title="ATAGO/日本爱拓">ATAGO/日本爱拓</a><input type="hidden" value="3352" id="hiddenbrand_3352"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','2150');formProListSubmit();Vivian.UpdateBrandHappiness('2150');" class="brand_A" id="brand_2150_0" title="艾格玛/Agma">艾格玛/Agma</a><input type="hidden" value="2150" id="hiddenbrand_2150"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','2502');formProListSubmit();Vivian.UpdateBrandHappiness('2502');" class="brand_B" id="brand_2502_0" title="博远">博远</a><input type="hidden" value="2502" id="hiddenbrand_2502"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','588');formProListSubmit();Vivian.UpdateBrandHappiness('588');" class="brand_B" id="brand_588_0" title="邦纳/BANNER">邦纳/BANNER</a><input type="hidden" value="588" id="hiddenbrand_588"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','587');formProListSubmit();Vivian.UpdateBrandHappiness('587');" class="brand_B" id="brand_587_0" title="巴鲁夫/BALLUFF">巴鲁夫/BALLUFF</a><input type="hidden" value="587" id="hiddenbrand_587"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','2910');formProListSubmit();Vivian.UpdateBrandHappiness('2910');" class="brand_B" id="brand_2910_0" title="博盛">博盛</a><input type="hidden" value="2910" id="hiddenbrand_2910"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','756');formProListSubmit();Vivian.UpdateBrandHappiness('756');" class="brand_B" id="brand_756_0" title="宝德/Burkert">宝德/Burkert</a><input type="hidden" value="756" id="hiddenbrand_756"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','3179');formProListSubmit();Vivian.UpdateBrandHappiness('3179');" class="brand_B" id="brand_3179_0" title="贝加莱">贝加莱</a><input type="hidden" value="3179" id="hiddenbrand_3179"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','290');formProListSubmit();Vivian.UpdateBrandHappiness('290');" class="brand_C" id="brand_290_0" title="长城">长城</a><input type="hidden" value="290" id="hiddenbrand_290"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','2817');formProListSubmit();Vivian.UpdateBrandHappiness('2817');" class="brand_C" id="brand_2817_0" title="彩邦">彩邦</a><input type="hidden" value="2817" id="hiddenbrand_2817"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','4610');formProListSubmit();Vivian.UpdateBrandHappiness('4610');" class="brand_D" id="brand_4610_0" title="得开特">得开特</a><input type="hidden" value="4610" id="hiddenbrand_4610"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','888');formProListSubmit();Vivian.UpdateBrandHappiness('888');" class="brand_D" id="brand_888_0" title="德图/TESTO">德图/TESTO</a><input type="hidden" value="888" id="hiddenbrand_888"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','2041');formProListSubmit();Vivian.UpdateBrandHappiness('2041');" class="brand_D" id="brand_2041_0" title="达泰">达泰</a><input type="hidden" value="2041" id="hiddenbrand_2041"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','3434');formProListSubmit();Vivian.UpdateBrandHappiness('3434');" class="brand_D" id="brand_3434_0" title="大泽动力">大泽动力</a><input type="hidden" value="3434" id="hiddenbrand_3434"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','3445');formProListSubmit();Vivian.UpdateBrandHappiness('3445');" class="brand_D" id="brand_3445_0" title="Develogic">Develogic</a><input type="hidden" value="3445" id="hiddenbrand_3445"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','593');formProListSubmit();Vivian.UpdateBrandHappiness('593');" class="brand_F" id="brand_593_0" title="费斯托/FESTO">费斯托/FESTO</a><input type="hidden" value="593" id="hiddenbrand_593"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','896');formProListSubmit();Vivian.UpdateBrandHappiness('896');" class="brand_F" id="brand_896_0" title="福禄克/FLUKE">福禄克/FLUKE</a><input type="hidden" value="896" id="hiddenbrand_896"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','1102');formProListSubmit();Vivian.UpdateBrandHappiness('1102');" class="brand_F" id="brand_1102_0" title="仙童/FAIRCHILD">仙童/FAIRCHILD</a><input type="hidden" value="1102" id="hiddenbrand_1102"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','2535');formProListSubmit();Vivian.UpdateBrandHappiness('2535');" class="brand_F" id="brand_2535_0" title="菲格朗">菲格朗</a><input type="hidden" value="2535" id="hiddenbrand_2535"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','225');formProListSubmit();Vivian.UpdateBrandHappiness('225');" class="brand_F" id="brand_225_0" title="发那科/FANUC">发那科/FANUC</a><input type="hidden" value="225" id="hiddenbrand_225"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','643');formProListSubmit();Vivian.UpdateBrandHappiness('643');" class="brand_F" id="brand_643_0" title="Fotek/中国台湾阳明">Fotek/中国台湾阳</a><input type="hidden" value="643" id="hiddenbrand_643"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','2546');formProListSubmit();Vivian.UpdateBrandHappiness('2546');" class="brand_G" id="brand_2546_0" title="谷耐">谷耐</a><input type="hidden" value="2546" id="hiddenbrand_2546"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','1590');formProListSubmit();Vivian.UpdateBrandHappiness('1590');" class="brand_H" id="brand_1590_0" title="贺德克/HYDAC">贺德克/HYDAC</a><input type="hidden" value="1590" id="hiddenbrand_1590"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','3301');formProListSubmit();Vivian.UpdateBrandHappiness('3301');" class="brand_H" id="brand_3301_0" title="汉萨/HANSA">汉萨/HANSA</a><input type="hidden" value="3301" id="hiddenbrand_3301"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','3178');formProListSubmit();Vivian.UpdateBrandHappiness('3178');" class="brand_H" id="brand_3178_0" title="航振">航振</a><input type="hidden" value="3178" id="hiddenbrand_3178"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','2564');formProListSubmit();Vivian.UpdateBrandHappiness('2564');" class="brand_H" id="brand_2564_0" title="华盛">华盛</a><input type="hidden" value="2564" id="hiddenbrand_2564"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','1589');formProListSubmit();Vivian.UpdateBrandHappiness('1589');" class="brand_H" id="brand_1589_0" title="恒远">恒远</a><input type="hidden" value="1589" id="hiddenbrand_1589"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','3334');formProListSubmit();Vivian.UpdateBrandHappiness('3334');" class="brand_H" id="brand_3334_0" title="Heidenhain/海德汉">Heidenhain/海德</a><input type="hidden" value="3334" id="hiddenbrand_3334"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','2952');formProListSubmit();Vivian.UpdateBrandHappiness('2952');" class="brand_H" id="brand_2952_0" title="环速">环速</a><input type="hidden" value="2952" id="hiddenbrand_2952"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','3168');formProListSubmit();Vivian.UpdateBrandHappiness('3168');" class="brand_H" id="brand_3168_0" title="湖北高天">湖北高天</a><input type="hidden" value="3168" id="hiddenbrand_3168"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','518');formProListSubmit();Vivian.UpdateBrandHappiness('518');" class="brand_H" id="brand_518_0" title="虹润">虹润</a><input type="hidden" value="518" id="hiddenbrand_518"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','599');formProListSubmit();Vivian.UpdateBrandHappiness('599');" class="brand_H" id="brand_599_0" title="Honeywell/霍尼韦尔">Honeywell/霍尼韦</a><input type="hidden" value="599" id="hiddenbrand_599"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','3166');formProListSubmit();Vivian.UpdateBrandHappiness('3166');" class="brand_H" id="brand_3166_0" title="HT">HT</a><input type="hidden" value="3166" id="hiddenbrand_3166"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','3174');formProListSubmit();Vivian.UpdateBrandHappiness('3174');" class="brand_H" id="brand_3174_0" title="恒美">恒美</a><input type="hidden" value="3174" id="hiddenbrand_3174"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','3180');formProListSubmit();Vivian.UpdateBrandHappiness('3180');" class="brand_H" id="brand_3180_0" title="华测">华测</a><input type="hidden" value="3180" id="hiddenbrand_3180"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','1591');formProListSubmit();Vivian.UpdateBrandHappiness('1591');" class="brand_H" id="brand_1591_0" title="贺迪">贺迪</a><input type="hidden" value="1591" id="hiddenbrand_1591"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','4192');formProListSubmit();Vivian.UpdateBrandHappiness('4192');" class="brand_I" id="brand_4192_0" title="INNOV-X">INNOV-X</a><input type="hidden" value="4192" id="hiddenbrand_4192"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','4192');formProListSubmit();Vivian.UpdateBrandHappiness('4192');" class="brand_I" id="brand_4192_0" title="INNOV-X">INNOV-X</a><input type="hidden" value="4192" id="hiddenbrand_4192"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','3302');formProListSubmit();Vivian.UpdateBrandHappiness('3302');" class="brand_J" id="brand_3302_0" title="菁美瑞(JMR)">菁美瑞(JMR)</a><input type="hidden" value="3302" id="hiddenbrand_3302"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','3181');formProListSubmit();Vivian.UpdateBrandHappiness('3181');" class="brand_J" id="brand_3181_0" title="巨天 J-SKY">巨天 J-SKY</a><input type="hidden" value="3181" id="hiddenbrand_3181"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','3318');formProListSubmit();Vivian.UpdateBrandHappiness('3318');" class="brand_J" id="brand_3318_0" title="约瑟/JOSEF">约瑟/JOSEF</a><input type="hidden" value="3318" id="hiddenbrand_3318"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','920');formProListSubmit();Vivian.UpdateBrandHappiness('920');" class="brand_J" id="brand_920_0" title="金科">金科</a><input type="hidden" value="920" id="hiddenbrand_920"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','3450');formProListSubmit();Vivian.UpdateBrandHappiness('3450');" class="brand_J" id="brand_3450_0" title="JIGAO">JIGAO</a><input type="hidden" value="3450" id="hiddenbrand_3450"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','3364');formProListSubmit();Vivian.UpdateBrandHappiness('3364');" class="brand_K" id="brand_3364_0" title="KFPS/中国台湾开放">KFPS/中国台湾开</a><input type="hidden" value="3364" id="hiddenbrand_3364"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','2600');formProListSubmit();Vivian.UpdateBrandHappiness('2600');" class="brand_K" id="brand_2600_0" title="科硕">科硕</a><input type="hidden" value="2600" id="hiddenbrand_2600"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','1302');formProListSubmit();Vivian.UpdateBrandHappiness('1302');" class="brand_K" id="brand_1302_0" title="康耐德">康耐德</a><input type="hidden" value="1302" id="hiddenbrand_1302"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','3191');formProListSubmit();Vivian.UpdateBrandHappiness('3191');" class="brand_K" id="brand_3191_0" title="凯迪正大">凯迪正大</a><input type="hidden" value="3191" id="hiddenbrand_3191"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','4336');formProListSubmit();Vivian.UpdateBrandHappiness('4336');" class="brand_L" id="brand_4336_0" title="乐鸟 HAPPY BIRD">乐鸟 HAPPY BIRD</a><input type="hidden" value="4336" id="hiddenbrand_4336"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','3197');formProListSubmit();Vivian.UpdateBrandHappiness('3197');" class="brand_L" id="brand_3197_0" title="Labthink">Labthink</a><input type="hidden" value="3197" id="hiddenbrand_3197"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','792');formProListSubmit();Vivian.UpdateBrandHappiness('792');" class="brand_L" id="brand_792_0" title="力士乐/REXROTH">力士乐/REXROTH</a><input type="hidden" value="792" id="hiddenbrand_792"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','3402');formProListSubmit();Vivian.UpdateBrandHappiness('3402');" class="brand_L" id="brand_3402_0" title="Lambrecht">Lambrecht</a><input type="hidden" value="3402" id="hiddenbrand_3402"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','1537');formProListSubmit();Vivian.UpdateBrandHappiness('1537');" class="brand_M" id="brand_1537_0" title="穆格/MOOG">穆格/MOOG</a><input type="hidden" value="1537" id="hiddenbrand_1537"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','95');formProListSubmit();Vivian.UpdateBrandHappiness('95');" class="brand_M" id="brand_95_0" title="迈斯泰克">迈斯泰克</a><input type="hidden" value="95" id="hiddenbrand_95"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','249');formProListSubmit();Vivian.UpdateBrandHappiness('249');" class="brand_N" id="brand_249_0" title="NORD">NORD</a><input type="hidden" value="249" id="hiddenbrand_249"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','583');formProListSubmit();Vivian.UpdateBrandHappiness('583');" class="brand_O" id="brand_583_0" title="OPTEX/日本奥普士">OPTEX/日本奥普士</a><input type="hidden" value="583" id="hiddenbrand_583"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','98');formProListSubmit();Vivian.UpdateBrandHappiness('98');" class="brand_O" id="brand_98_0" title="欧姆龙/OMRON">欧姆龙/OMRON</a><input type="hidden" value="98" id="hiddenbrand_98"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','1460');formProListSubmit();Vivian.UpdateBrandHappiness('1460');" class="brand_P" id="brand_1460_0" title="派克/PARKER">派克/PARKER</a><input type="hidden" value="1460" id="hiddenbrand_1460"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','38');formProListSubmit();Vivian.UpdateBrandHappiness('38');" class="brand_P" id="brand_38_0" title="菲尼克斯/PHOENIX">菲尼克斯/PHOENIX</a><input type="hidden" value="38" id="hiddenbrand_38"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','3306');formProListSubmit();Vivian.UpdateBrandHappiness('3306');" class="brand_P" id="brand_3306_0" title="Proxitron/柏西铁龙">Proxitron/柏西铁</a><input type="hidden" value="3306" id="hiddenbrand_3306"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','118');formProListSubmit();Vivian.UpdateBrandHappiness('118');" class="brand_P" id="brand_118_0" title="松下/Panasonic">松下/Panasonic</a><input type="hidden" value="118" id="hiddenbrand_118"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','1483');formProListSubmit();Vivian.UpdateBrandHappiness('1483');" class="brand_Q" id="brand_1483_0" title="其他品牌">其他品牌</a><input type="hidden" value="1483" id="hiddenbrand_1483"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','3303');formProListSubmit();Vivian.UpdateBrandHappiness('3303');" class="brand_Q" id="brand_3303_0" title="倾技">倾技</a><input type="hidden" value="3303" id="hiddenbrand_3303"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','3362');formProListSubmit();Vivian.UpdateBrandHappiness('3362');" class="brand_R" id="brand_3362_0" title="RIKO/中国台湾瑞科">RIKO/中国台湾瑞</a><input type="hidden" value="3362" id="hiddenbrand_3362"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','3003');formProListSubmit();Vivian.UpdateBrandHappiness('3003');" class="brand_R" id="brand_3003_0" title="日通">日通</a><input type="hidden" value="3003" id="hiddenbrand_3003"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','4660');formProListSubmit();Vivian.UpdateBrandHappiness('4660');" class="brand_R" id="brand_4660_0" title="睿博联">睿博联</a><input type="hidden" value="4660" id="hiddenbrand_4660"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','3365');formProListSubmit();Vivian.UpdateBrandHappiness('3365');" class="brand_S" id="brand_3365_0" title="Suntex/中国台湾上泰">Suntex/中国台湾</a><input type="hidden" value="3365" id="hiddenbrand_3365"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','2012');formProListSubmit();Vivian.UpdateBrandHappiness('2012');" class="brand_S" id="brand_2012_0" title="深奥图">深奥图</a><input type="hidden" value="2012" id="hiddenbrand_2012"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','110');formProListSubmit();Vivian.UpdateBrandHappiness('110');" class="brand_S" id="brand_110_0" title="施耐德/SCHNEIDER">施耐德/SCHNEIDER</a><input type="hidden" value="110" id="hiddenbrand_110"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','1398');formProListSubmit();Vivian.UpdateBrandHappiness('1398');" class="brand_S" id="brand_1398_0" title="松茂">松茂</a><input type="hidden" value="1398" id="hiddenbrand_1398"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','1440');formProListSubmit();Vivian.UpdateBrandHappiness('1440');" class="brand_S" id="brand_1440_0" title="三达">三达</a><input type="hidden" value="1440" id="hiddenbrand_1440"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','1552');formProListSubmit();Vivian.UpdateBrandHappiness('1552');" class="brand_S" id="brand_1552_0" title="SKF">SKF</a><input type="hidden" value="1552" id="hiddenbrand_1552"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','3307');formProListSubmit();Vivian.UpdateBrandHappiness('3307');" class="brand_S" id="brand_3307_0" title="SCHUNK/雄克">SCHUNK/雄克</a><input type="hidden" value="3307" id="hiddenbrand_3307"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','809');formProListSubmit();Vivian.UpdateBrandHappiness('809');" class="brand_T" id="brand_809_0" title="天创">天创</a><input type="hidden" value="809" id="hiddenbrand_809"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','1039');formProListSubmit();Vivian.UpdateBrandHappiness('1039');" class="brand_T" id="brand_1039_0" title="泰丰">泰丰</a><input type="hidden" value="1039" id="hiddenbrand_1039"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','3284');formProListSubmit();Vivian.UpdateBrandHappiness('3284');" class="brand_T" id="brand_3284_0" title="TWYX">TWYX</a><input type="hidden" value="3284" id="hiddenbrand_3284"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','3279');formProListSubmit();Vivian.UpdateBrandHappiness('3279');" class="brand_T" id="brand_3279_0" title="TOP/拓普">TOP/拓普</a><input type="hidden" value="3279" id="hiddenbrand_3279"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','3358');formProListSubmit();Vivian.UpdateBrandHappiness('3358');" class="brand_T" id="brand_3358_0" title="Takex/日本竹中">Takex/日本竹中</a><input type="hidden" value="3358" id="hiddenbrand_3358"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','3245');formProListSubmit();Vivian.UpdateBrandHappiness('3245');" class="brand_W" id="brand_3245_0" title="雾王">雾王</a><input type="hidden" value="3245" id="hiddenbrand_3245"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','3422');formProListSubmit();Vivian.UpdateBrandHappiness('3422');" class="brand_X" id="brand_3422_0" title="XACLAKE">XACLAKE</a><input type="hidden" value="3422" id="hiddenbrand_3422"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','140');formProListSubmit();Vivian.UpdateBrandHappiness('140');" class="brand_X" id="brand_140_0" title="西门子/SIEMENS">西门子/SIEMENS</a><input type="hidden" value="140" id="hiddenbrand_140"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','2664');formProListSubmit();Vivian.UpdateBrandHappiness('2664');" class="brand_X" id="brand_2664_0" title="新阳">新阳</a><input type="hidden" value="2664" id="hiddenbrand_2664"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','144');formProListSubmit();Vivian.UpdateBrandHappiness('144');" class="brand_X" id="brand_144_0" title="欣灵">欣灵</a><input type="hidden" value="144" id="hiddenbrand_144"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','693');formProListSubmit();Vivian.UpdateBrandHappiness('693');" class="brand_Y" id="brand_693_0" title="伊藤动力/YITENG">伊藤动力/YITENG</a><input type="hidden" value="693" id="hiddenbrand_693"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','1791');formProListSubmit();Vivian.UpdateBrandHappiness('1791');" class="brand_Y" id="brand_1791_0" title="宇电/YUDIAN">宇电/YUDIAN</a><input type="hidden" value="1791" id="hiddenbrand_1791"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','414');formProListSubmit();Vivian.UpdateBrandHappiness('414');" class="brand_Y" id="brand_414_0" title="伊顿穆勒/EATON">伊顿穆勒/EATON</a><input type="hidden" value="414" id="hiddenbrand_414"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','2451');formProListSubmit();Vivian.UpdateBrandHappiness('2451');" class="brand_Y" id="brand_2451_0" title="沂机/YJ">沂机/YJ</a><input type="hidden" value="2451" id="hiddenbrand_2451"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','1800');formProListSubmit();Vivian.UpdateBrandHappiness('1800');" class="brand_Y" id="brand_1800_0" title="约克">约克</a><input type="hidden" value="1800" id="hiddenbrand_1800"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','2490');formProListSubmit();Vivian.UpdateBrandHappiness('2490');" class="brand_Z" id="brand_2490_0" title="中科">中科</a><input type="hidden" value="2490" id="hiddenbrand_2490"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','3266');formProListSubmit();Vivian.UpdateBrandHappiness('3266');" class="brand_Z" id="brand_3266_0" title="ZIK紫光">ZIK紫光</a><input type="hidden" value="3266" id="hiddenbrand_3266"/></li> <br class="clear"> </ul> </dd> <a class="more ">展开<i></i></a> </dl> </div> </div> <script type="text/javascript"> jQuery(function() { jQuery("#keys2").click(function() { if(jQuery("#keys2").val() == "可输入中、英文按回车查找品牌" || jQuery("#keys2").val() == "请输入您要查找的关键词") { jQuery(this).val(""); } }) }) </script> <script> jQuery(".brandletter").click(function () { var a = jQuery(this).html(); jQuery(".brand a").each(function (index, element) { if (jQuery(this).attr('class').indexOf("brand_" + a)>-1 ) { jQuery(this).css("display", "block"); } else { jQuery(this).css("display", "none"); } }); }); jQuery("#keys2").keydown(function (event) { var keycode = (event.keyCode ? event.keyCode : event.which); if (keycode == '13') { var text = jQuery(this).val(); jQuery(".brand a").each(function (index, element) { if (jQuery(this).html().toLowerCase().indexOf(text.toLowerCase()) > -1) { jQuery(this).css("display", "block"); } else { jQuery(this).css("display", "none"); } }); return false; } }); jQuery("#keys2").keyup(function (event) { if (jQuery(this).val() == "") { jQuery(".brand a").each(function (index, element) { jQuery(this).css("display", "block"); }); } }); </script> <script> jQuery("#brandlist li a").each(function () { var a=jQuery(this).html(); if(jQuery(".brand_"+a).length>0) { jQuery(this).show(); } else { jQuery(this).hide(); } }); var arrtitle = []; var arrid = []; var brandtitle=""; var brandid=""; var arrindex=""; jQuery(".brand a").each(function () { brandtitle= jQuery(this).attr('title').trim(); brandid= jQuery(this).attr('id').split("_")[1]; arrindex=jQuery.inArray(brandtitle, arrtitle); if(arrindex==-1)//检查数组,判断当前品牌名称是否存在 { arrtitle.push(brandtitle);//如果不存在,把该品牌title存入数组 arrid.push(brandid);//如果不存在,把该品牌ID存入数组 } else { jQuery(this).remove();//如果存在,去除掉该品牌html相关代码(直接去除掉,因为下面后面点击品牌目录筛选哪里很麻烦,又要筛选一遍) jQuery("#hiddenbrand_"+brandid).remove(); //var text= jQuery("#hiddenbrand_"+arrid[arrindex]).val();// 先获取原来品牌的值 //jQuery("#hiddenbrand_"+arrid[arrindex]).val(text+";"+brandid);//在原来品牌的值加上新的品牌id值 } }); </script> <!-- 分类框 --> <div class="w"> <div class="screening"> <div class="scrLeft"> <ul> <li id="Allmodel"> <div class="selectbox_model"><a href="javascript:;">所有模式</a></div> <div class="selectcompany" style="display: none;"> <ul> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_tid', 0);formProListSubmit();" rel="nofollow">所有经营模式</a></li> <li> <a href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_tid', '1');formProListSubmit();" rel="nofollow" class="actived">经销商</a></li> <li> <a href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_tid', '2');formProListSubmit();" rel="nofollow" class="actived">代理商</a></li> <li> <a href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_tid', '3');formProListSubmit();" rel="nofollow" class="actived">生产厂家</a></li> <li> <a href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_tid', '5');formProListSubmit();" rel="nofollow" class="actived">其他</a></li> <li> <a href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_tid', '6');formProListSubmit();" rel="nofollow" class="actived">工程商</a></li> </ul> </div> </li> <li id="AllAreas"> <div class="selectbox_area"><a href="javascript:;">所有地区</a></div> <div class="selectarea" style="display: none;"> <ul> <li class="allareaz"> <a href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid', 0);formProListSubmit();" id="provincesall" rel="nofollow">所有地区</a></li> <b class="clear"></b> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','1');formProListSubmit();" >安徽</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','2');formProListSubmit();" >北京</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','3');formProListSubmit();" >福建</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','4');formProListSubmit();" >甘肃</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','5');formProListSubmit();" >广东</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','6');formProListSubmit();" >广西</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','7');formProListSubmit();" >贵州</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','8');formProListSubmit();" >海南</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','9');formProListSubmit();" >河北</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','10');formProListSubmit();" >河南</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','11');formProListSubmit();" >黑龙江</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','12');formProListSubmit();" >湖北</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','13');formProListSubmit();" >湖南</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','14');formProListSubmit();" >吉林</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','15');formProListSubmit();" >江苏</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','16');formProListSubmit();" >江西</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','17');formProListSubmit();" >辽宁</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','18');formProListSubmit();" >内蒙古</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','19');formProListSubmit();" >宁夏</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','20');formProListSubmit();" >青海</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','21');formProListSubmit();" >山东</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','22');formProListSubmit();" >山西</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','23');formProListSubmit();" >陕西</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','24');formProListSubmit();" >上海</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','25');formProListSubmit();" >四川</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','26');formProListSubmit();" >天津</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','27');formProListSubmit();" >新疆</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','28');formProListSubmit();" >西藏</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','29');formProListSubmit();" >云南</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','30');formProListSubmit();" >浙江</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','31');formProListSubmit();" >重庆</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','32');formProListSubmit();" >香港</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','33');formProListSubmit();" >澳门</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','34');formProListSubmit();" >中国台湾</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','35');formProListSubmit();" >国外</a></li> </ul> </div> </li> </ul> <script> //价格升降 function chePrice(obj) { if(obj.className=="down")//降序 { document.getElementById("prcdown").className="prcactivedown"; document.getElementById("prcup").className="up"; SetFormValue('parm_p', 1); SetFormValue('parm_sort', 1); SetFormValue('parm_fldsort', 11); formProListSubmit(); }else if(obj.className=="up")//升序 { document.getElementById("prcdown").className="down"; document.getElementById("prcup").className="prcactiveup"; SetFormValue('parm_p', 1); SetFormValue('parm_sort', 0); SetFormValue('parm_fldsort', 11); formProListSubmit(); }else if(obj.className="prcactivedown") { document.getElementById("prcdown").className="down"; document.getElementById("prcup").className="up"; SetFormValue('parm_p', 1); SetFormValue('parm_sort', 1); SetFormValue('parm_fldsort', 0); formProListSubmit(); }else if(obj.className="prcactiveup") { document.getElementById("prcdown").className="down"; document.getElementById("prcup").className = "up"; SetFormValue('parm_p', 1); SetFormValue('parm_sort', 0); SetFormValue('parm_fldsort', 0); formProListSubmit(); } } </script> <div class="type price"> 价格 <a class="down" id="prcdown" href="javascript:;" onclick="chePrice(this)"></a> <a id="prcup" href="javascript:;" onclick="chePrice(this)" class="up"></a> </div> <div class="type btnBox"> <p class="btns_filter"> <input type="text" value="¥最低价" id="PriceStart"> <span>-</span> <input type="text" value="¥最高价" id="PriceEnd"> <input type="hidden" id="test" value="0"> <button id="btnurl">确定</button> </p> </div> <script>nmfocus()</script> <script>if(0==11&&1==1) { prcdown.className="prcactivedown"; } else if(0==11&&1==0) { prcup.className="prcactiveup"; }</script> <div class="switchBox"> <a href="javascript:void(0);" onclick="WriteCookies('ProlistPageStyle','1');location.reload();" class="on"><i class="icon-menu"></i>大图</a><a href="javascript:void(0);" onclick="WriteCookies('ProlistPageStyle','0');location.reload();" class="borderL"><i class="icon-list"></i>列表</a> </div> <!--<div class="switchBox"> <a href="javascript:void(0);" class="on"><i class="icon-menu"></i>大图</a><a href="javascript:void(0);" class="borderL"><i class="icon-list"></i>列表</a></div>--> </div> <div class="scrRight"> 共找到<span id="ProCounts">110671</span>条 <h1 id="keysname">行业专用仪器</h1> 产品信息 </div> </div> </div> <div class="wrapper w"> <div class="proBoxLeft"> <div class="proBox1"> <ul id="ProDataB"> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st14399/product_9761119.html" target="_blank" title="光伏冲击电压发生器PRM1250T4"><img src=https://img71.gkzhan.com/e5b38ea2ac80080eba1a934a3df34c212b9ba1323b55e6de2caac22ab70ea3183b2ed916c7eb93d5_208_208_5.jpg alt="光伏冲击电压发生器PRM1250T4"/></a> </td></tr></tbody></table> <b>面议<em>上海</em></b> <span class="title"><a href="https://www.gkzhan.com/st14399/product_9761119.html" target="_blank" title="光伏冲击电压发生器PRM1250T4"> 光伏冲击电压发生器prm1250t4</a></span> <p>上海普锐马电子有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="topLevel">|</b> <span>第<font>14</font>年</span> <a id="complareBtn9761119" data-pro="9761119,光伏冲击电压发生器PRM1250T4,https://img71.gkzhan.com/e5b38ea2ac80080eba1a934a3df34c212b9ba1323b55e6de2caac22ab70ea3183b2ed916c7eb93d5.jpg,//www.gkzhan.com/chanpin/9761119.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st6312/product_12622803.html" target="_blank" title="TA1424系列电压输出型电流变换器 (TA1424系列)"><img src=https://img64.gkzhan.com/5eceadd4559dcfd2aa2f2a1668aa0a472ed345b8567ca609237a5887981c236ebab9d1cc7d65eed1_208_208_5.jpg alt="TA1424系列电压输出型电流变换器 (TA1424系列)"/></a> </td></tr></tbody></table> <b>面议<em>北京市</em></b> <span class="title"><a href="https://www.gkzhan.com/st6312/product_12622803.html" target="_blank" title="TA1424系列电压输出型电流变换器 (TA1424系列)"> ta1424系列电压输出型电流变换器 (ta1424系列)</a></span> <p>北京创四方电子集团股份有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="topLevel">|</b> <span>第<font>18</font>年</span> <a id="complareBtn12622803" data-pro="12622803,TA1424系列电压输出型电流变换器 (TA1424系列),https://img64.gkzhan.com/5eceadd4559dcfd2aa2f2a1668aa0a472ed345b8567ca609237a5887981c236ebab9d1cc7d65eed1.jpg,//www.gkzhan.com/chanpin/12622803.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st141679/product_12510318.html" target="_blank" title="智能设备"><img src=https://img77.gkzhan.com/5eceadd4559dcfd2814dc5253b6dad73f65a10daf2823c1bf550fc1d0a221b8234b19835980622df_208_208_5.jpg alt="智能设备"/></a> </td></tr></tbody></table> <b>面议<em></em></b> <span class="title"><a href="https://www.gkzhan.com/st141679/product_12510318.html" target="_blank" title="智能设备"> 智能设备</a></span> <p>台达集团-中达电通股份有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="topLevel">|</b> <span>第<font>9</font>年</span> <a id="complareBtn12510318" data-pro="12510318,智能设备,https://img77.gkzhan.com/5eceadd4559dcfd2814dc5253b6dad73f65a10daf2823c1bf550fc1d0a221b8234b19835980622df.jpg,//www.gkzhan.com/chanpin/12510318.html,4868" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st54217/product_1688132.html" target="_blank" title="自动石油产品运动粘度测定仪 库存 D408311"><img src=https://img54.gkzhan.com/a10e47f466ff8fb5713cea13d02fc1122aa289fc73b19b2d643735b3627fb1fcfab867e6bae0165b_208_208_5.jpg alt="自动石油产品运动粘度测定仪 库存 D408311"/></a> </td></tr></tbody></table> <b><span>&yen</span>60000<em>北京市</em></b> <span class="title"><a href="https://www.gkzhan.com/st54217/product_1688132.html" target="_blank" title="自动石油产品运动粘度测定仪 库存 D408311"> 自动石油产品运动粘度测定仪 库存 d408311</a></span> <p>东方化玻(北京)科技有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="senior">|</b> <span>第<font>15</font>年</span> <a id="complareBtn1688132" data-pro="1688132,自动石油产品运动粘度测定仪 库存 D408311,https://img54.gkzhan.com/a10e47f466ff8fb5713cea13d02fc1122aa289fc73b19b2d643735b3627fb1fcfab867e6bae0165b.jpg,//www.gkzhan.com/chanpin/1688132.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st151150/product_13445707.html" target="_blank" title="泡沫海绵自动切割机"><img src=https://img78.gkzhan.com/d18d22ba8792e2aa5a66904ac265730780e8fba35c465b72ac437e7c7b4387315399cec8ba6d41cd_208_208_5.jpg alt="泡沫海绵自动切割机"/></a> </td></tr></tbody></table> <b><span>&yen</span>35000<em>北京市</em></b> <span class="title"><a href="https://www.gkzhan.com/st151150/product_13445707.html" target="_blank" title="泡沫海绵自动切割机"> 泡沫海绵自动切割机</a></span> <p>北京中航鼎力仪器设备有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="senior">|</b> <span>第<font>8</font>年</span> <a id="complareBtn13445707" data-pro="13445707,泡沫海绵自动切割机,https://img78.gkzhan.com/d18d22ba8792e2aa5a66904ac265730780e8fba35c465b72ac437e7c7b4387315399cec8ba6d41cd.jpg,//www.gkzhan.com/chanpin/13445707.html,4871" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st61976/product_7871822.html" target="_blank" title="手持落锤式弯沉仪价格"><img src=https://img46.gkzhan.com/a766f1ec5b0c76b0355862daeffd79d02000ef07775f95f0bb49ab86843feefb_208_208_5.jpg alt="手持落锤式弯沉仪价格"/></a> </td></tr></tbody></table> <b>面议<em>北京市</em></b> <span class="title"><a href="https://www.gkzhan.com/st61976/product_7871822.html" target="_blank" title="手持落锤式弯沉仪价格"> 手持落锤式弯沉仪价格</a></span> <p>北京时代新天测控技术有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="senior">|</b> <span>第<font>14</font>年</span> <a id="complareBtn7871822" data-pro="7871822,手持落锤式弯沉仪价格,https://img46.gkzhan.com/a766f1ec5b0c76b0355862daeffd79d02000ef07775f95f0bb49ab86843feefb.jpg,//www.gkzhan.com/chanpin/7871822.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st135222/product_6192202.html" target="_blank" title="TESA高度仪TESA Hite Manga 400"><img src=https://img55.gkzhan.com/f4ab28128bc76c9f98e401cfc720b3d91ee7f930c4e8e65d7db60c5c8ca36dd465ef43603311792e_208_208_5.jpg alt="TESA高度仪TESA Hite Manga 400"/></a> </td></tr></tbody></table> <b>面议<em>深圳市</em></b> <span class="title"><a href="https://www.gkzhan.com/st135222/product_6192202.html" target="_blank" title="TESA高度仪TESA Hite Manga 400"> tesa高度仪tesa hite manga 400</a></span> <p>深圳广测兴精密仪器有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="senior">|</b> <span>第<font>9</font>年</span> <a id="complareBtn6192202" data-pro="6192202,TESA高度仪TESA Hite Manga 400,https://img55.gkzhan.com/f4ab28128bc76c9f98e401cfc720b3d91ee7f930c4e8e65d7db60c5c8ca36dd465ef43603311792e.jpg,//www.gkzhan.com/chanpin/6192202.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st123711/product_12685961.html" target="_blank" title="激光对中仪"><img src=https://img63.gkzhan.com/5afa7988de8616ee7300bd0e9c1279d35f47c4e6f4d331620c4364e3ce371b017dc3bcb598d8a452_208_208_5.jpg alt="激光对中仪"/></a> </td></tr></tbody></table> <b><span>&yen</span>38000<em>上海市</em></b> <span class="title"><a href="https://www.gkzhan.com/st123711/product_12685961.html" target="_blank" title="激光对中仪"> 激光对中仪</a></span> <p>上海永趋智能科技有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="senior">|</b> <span>第<font>2</font>年</span> <a id="complareBtn12685961" data-pro="12685961,激光对中仪,https://img63.gkzhan.com/5afa7988de8616ee7300bd0e9c1279d35f47c4e6f4d331620c4364e3ce371b017dc3bcb598d8a452.jpg,//www.gkzhan.com/chanpin/12685961.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st74305/product_13118616.html" target="_blank" title="热变形软化点温度测定仪"><img src=https://img76.gkzhan.com/92b8cee7c1618c63a34ec0ce2d5ed77d778a1cb4fc5c3b57368b1297f3ae1b71bb9a91aa896a952c_208_208_5.png alt="热变形软化点温度测定仪"/></a> </td></tr></tbody></table> <b><span>&yen</span>35000<em>北京市</em></b> <span class="title"><a href="https://www.gkzhan.com/st74305/product_13118616.html" target="_blank" title="热变形软化点温度测定仪"> 热变形软化点温度测定仪</a></span> <p>北京北广精仪仪器设备有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="senior">|</b> <span>第<font>13</font>年</span> <a id="complareBtn13118616" data-pro="13118616,热变形软化点温度测定仪,https://img76.gkzhan.com/92b8cee7c1618c63a34ec0ce2d5ed77d778a1cb4fc5c3b57368b1297f3ae1b71bb9a91aa896a952c.png,//www.gkzhan.com/chanpin/13118616.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st206993/product_12585600.html" target="_blank" title="武汉喷水测试箱"><img src=https://img80.gkzhan.com/319cc19b395d723d5b98dfe2103cc579aec24eda383bbfb4bd22e529037a5ac123b8ec3e3990be23_208_208_5.png alt="武汉喷水测试箱"/></a> </td></tr></tbody></table> <b><span>&yen</span>21000<em>武汉市</em></b> <span class="title"><a href="https://www.gkzhan.com/st206993/product_12585600.html" target="_blank" title="武汉喷水测试箱"> 武汉喷水测试箱</a></span> <p>湖北高天试验设备有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="senior">|</b> <span>第<font>6</font>年</span> <a id="complareBtn12585600" data-pro="12585600,武汉喷水测试箱,https://img80.gkzhan.com/319cc19b395d723d5b98dfe2103cc579aec24eda383bbfb4bd22e529037a5ac123b8ec3e3990be23.png,//www.gkzhan.com/chanpin/12585600.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st163458/product_8593809.html" target="_blank" title="坚固耐用型光纤放大器/BANNER使用寿命长"><img src=https://img79.gkzhan.com/0b84597d658f3e645222f92e5365e1a1bf6f9c59393ca33d936e22d605d5a783898a8ee7c5a013d0_208_208_5.jpg alt="坚固耐用型光纤放大器/BANNER使用寿命长"/></a> </td></tr></tbody></table> <b>面议<em>成都市</em></b> <span class="title"><a href="https://www.gkzhan.com/st163458/product_8593809.html" target="_blank" title="坚固耐用型光纤放大器/BANNER使用寿命长"> 坚固耐用型光纤放大器/banner使用寿命长</a></span> <p>成都善荣机电设备有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="senior">|</b> <span>第<font>8</font>年</span> <a id="complareBtn8593809" data-pro="8593809,坚固耐用型光纤放大器/BANNER使用寿命长,https://img79.gkzhan.com/0b84597d658f3e645222f92e5365e1a1bf6f9c59393ca33d936e22d605d5a783898a8ee7c5a013d0.jpg,//www.gkzhan.com/chanpin/8593809.html,4868" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st7627/product_12524267.html" target="_blank" title="多功能频率表"><img src=https://img80.gkzhan.com/41d711f7cd1868fbec9389e509c9810dbbd7b2b19a43d82a8cc293f5fdd71de95a61c803eab5dc7a_208_208_5.jpg alt="多功能频率表"/></a> </td></tr></tbody></table> <b><span>&yen</span>2680<em>南平市</em></b> <span class="title"><a href="https://www.gkzhan.com/st7627/product_12524267.html" target="_blank" title="多功能频率表"> 多功能频率表</a></span> <p>福建顺昌虹润精密仪器有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="senior">|</b> <span>第<font>17</font>年</span> <a id="complareBtn12524267" data-pro="12524267,多功能频率表,https://img80.gkzhan.com/41d711f7cd1868fbec9389e509c9810dbbd7b2b19a43d82a8cc293f5fdd71de95a61c803eab5dc7a.jpg,//www.gkzhan.com/chanpin/12524267.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st145683/product_11428575.html" target="_blank" title="数控双工位卧式加工中心"><img src=https://img74.gkzhan.com/99c876c5d9ae48d9b5629306f92f7cf50bb42985a2fbfa0d963e753292672529324abc309b68d2af_208_208_5.jpg alt="数控双工位卧式加工中心"/></a> </td></tr></tbody></table> <b>面议<em>南京市</em></b> <span class="title"><a href="https://www.gkzhan.com/st145683/product_11428575.html" target="_blank" title="数控双工位卧式加工中心"> 数控双工位卧式加工中心</a></span> <p>南京肯迈得机床制造有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="senior">|</b> <span>第<font>9</font>年</span> <a id="complareBtn11428575" data-pro="11428575,数控双工位卧式加工中心,https://img74.gkzhan.com/99c876c5d9ae48d9b5629306f92f7cf50bb42985a2fbfa0d963e753292672529324abc309b68d2af.jpg,//www.gkzhan.com/chanpin/11428575.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st143984/product_6108406.html" target="_blank" title="无线集抄智能家用膜式燃气表"><img src=https://img54.gkzhan.com/f4ab28128bc76c9f371a6bd89ba55840a43571101e9dcc3a0fc77907a35a7e1a2847a8e740a29542_208_208_5.jpg alt="无线集抄智能家用膜式燃气表"/></a> </td></tr></tbody></table> <b>面议<em>郑州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st143984/product_6108406.html" target="_blank" title="无线集抄智能家用膜式燃气表"> 无线集抄智能家用膜式燃气表</a></span> <p>新开普电子股份有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="senior">|</b> <span>第<font>9</font>年</span> <a id="complareBtn6108406" data-pro="6108406,无线集抄智能家用膜式燃气表,https://img54.gkzhan.com/f4ab28128bc76c9f371a6bd89ba55840a43571101e9dcc3a0fc77907a35a7e1a2847a8e740a29542.jpg,//www.gkzhan.com/chanpin/6108406.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st141434/product_5279338.html" target="_blank" title="煤矿单轨吊辅助运输系统"><img src=https://img65.gkzhan.com/a3945802848bd36e0e4976a6b035120131f172247b895dcc6934226bce9b5774cc86288d51b204f4_208_208_5.jpg alt="煤矿单轨吊辅助运输系统"/></a> </td></tr></tbody></table> <b>面议<em>泰安市</em></b> <span class="title"><a href="https://www.gkzhan.com/st141434/product_5279338.html" target="_blank" title="煤矿单轨吊辅助运输系统"> 煤矿单轨吊辅助运输系统</a></span> <p>尤洛卡矿业安全工程股份有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="senior">|</b> <span>第<font>9</font>年</span> <a id="complareBtn5279338" data-pro="5279338,煤矿单轨吊辅助运输系统,https://img65.gkzhan.com/a3945802848bd36e0e4976a6b035120131f172247b895dcc6934226bce9b5774cc86288d51b204f4.jpg,//www.gkzhan.com/chanpin/5279338.html,22218" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st87900/product_13480833.html" target="_blank" title="新标准水泥干缩比长仪水泥胶砂限制膨胀率仪"><img src=https://img46.gkzhan.com/a10e47f466ff8fb5ba6c623974dd6d643eb82d485fee7482854fc7a2b3db8ea3d23679e3f75952bf_208_208_5.jpg alt="新标准水泥干缩比长仪水泥胶砂限制膨胀率仪"/></a> </td></tr></tbody></table> <b><span>&yen</span>760<em>沧州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st87900/product_13480833.html" target="_blank" title="新标准水泥干缩比长仪水泥胶砂限制膨胀率仪"> 新标准水泥干缩比长仪水泥胶砂限制膨胀率仪</a></span> <p>河北中科北工试验仪器有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>10</font>年</span> <a id="complareBtn13480833" data-pro="13480833,新标准水泥干缩比长仪水泥胶砂限制膨胀率仪,https://img46.gkzhan.com/a10e47f466ff8fb5ba6c623974dd6d643eb82d485fee7482854fc7a2b3db8ea3d23679e3f75952bf.jpg,//www.gkzhan.com/chanpin/13480833.html,4867" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st51847/product_8904877.html" target="_blank" title="防爆温湿度计 仪表"><img src=https://img75.gkzhan.com/1502f52b25101e8cb1bec8f86075944e29d273c5034a79b5e848d827202c451990a59fcb0312e221_208_208_5.png alt="防爆温湿度计 仪表"/></a> </td></tr></tbody></table> <b><span>&yen</span>4200<em>北京市</em></b> <span class="title"><a href="https://www.gkzhan.com/st51847/product_8904877.html" target="_blank" title="防爆温湿度计 仪表"> 防爆温湿度计 仪表</a></span> <p>北京海富达科技有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>15</font>年</span> <a id="complareBtn8904877" data-pro="8904877,防爆温湿度计 仪表,https://img75.gkzhan.com/1502f52b25101e8cb1bec8f86075944e29d273c5034a79b5e848d827202c451990a59fcb0312e221.png,//www.gkzhan.com/chanpin/8904877.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st154089/product_13195934.html" target="_blank" title="固体绝缘材料耐电弧试验仪"><img src=https://img60.gkzhan.com/b668da8d58269a52708fd141658fd73e227df78eb0f3075eb5962ae70dbf97e59665d1a55d7e1952_208_208_5.png alt="固体绝缘材料耐电弧试验仪"/></a> </td></tr></tbody></table> <b><span>&yen</span>70000<em>北京市</em></b> <span class="title"><a href="https://www.gkzhan.com/st154089/product_13195934.html" target="_blank" title="固体绝缘材料耐电弧试验仪"> 固体绝缘材料耐电弧试验仪</a></span> <p>北京华测试验仪器有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>7</font>年</span> <a id="complareBtn13195934" data-pro="13195934,固体绝缘材料耐电弧试验仪,https://img60.gkzhan.com/b668da8d58269a52708fd141658fd73e227df78eb0f3075eb5962ae70dbf97e59665d1a55d7e1952.png,//www.gkzhan.com/chanpin/13195934.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st15672/product_11946515.html" target="_blank" title="SS-PLC 脱机下载"><img src=https://img67.gkzhan.com/5eceadd4559dcfd2447425af12cfe23b5d8a45ccdf9481d09dff1db1243f0f7f947202b450d0b920_208_208_5.jpg alt="SS-PLC 脱机下载"/></a> </td></tr></tbody></table> <b>面议<em>深圳市</em></b> <span class="title"><a href="https://www.gkzhan.com/st15672/product_11946515.html" target="_blank" title="SS-PLC 脱机下载"> ss-plc 脱机下载</a></span> <p>深圳市公元科技有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>3</font>年</span> <a id="complareBtn11946515" data-pro="11946515,SS-PLC 脱机下载,https://img67.gkzhan.com/5eceadd4559dcfd2447425af12cfe23b5d8a45ccdf9481d09dff1db1243f0f7f947202b450d0b920.jpg,//www.gkzhan.com/chanpin/11946515.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st52286/product_2052531.html" target="_blank" title="自动研磨抛光机 库号:M208728"><img src=https://img46.gkzhan.com/a10e47f466ff8fb57d4238b8e5df5306715fe01aff4ff29c27ff6aa44c2f63456ae9e13c961d4c1b_208_208_5.jpg alt="自动研磨抛光机 库号:M208728"/></a> </td></tr></tbody></table> <b><span>&yen</span>34500<em>北京市</em></b> <span class="title"><a href="https://www.gkzhan.com/st52286/product_2052531.html" target="_blank" title="自动研磨抛光机 库号:M208728"> 自动研磨抛光机 库号:m208728</a></span> <p>北京中西华大科技有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>15</font>年</span> <a id="complareBtn2052531" data-pro="2052531,自动研磨抛光机 库号:M208728,https://img46.gkzhan.com/a10e47f466ff8fb57d4238b8e5df5306715fe01aff4ff29c27ff6aa44c2f63456ae9e13c961d4c1b.jpg,//www.gkzhan.com/chanpin/2052531.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st169984/product_13019574.html" target="_blank" title="HYDAC贺德克蓄能器SB330系列皮囊式"><img src=https://img60.gkzhan.com/344151f648682f181df7134791af92e4acafcc69297df262d58f53da1e25e60ddb7e9603f70c7c31_208_208_5.jpg alt="HYDAC贺德克蓄能器SB330系列皮囊式"/></a> </td></tr></tbody></table> <b>面议<em>上海市</em></b> <span class="title"><a href="https://www.gkzhan.com/st169984/product_13019574.html" target="_blank" title="HYDAC贺德克蓄能器SB330系列皮囊式"> hydac贺德克蓄能器sb330系列皮囊式</a></span> <p>上海乾拓贸易有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>7</font>年</span> <a id="complareBtn13019574" data-pro="13019574,HYDAC贺德克蓄能器SB330系列皮囊式,https://img60.gkzhan.com/344151f648682f181df7134791af92e4acafcc69297df262d58f53da1e25e60ddb7e9603f70c7c31.jpg,//www.gkzhan.com/chanpin/13019574.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st242632/product_13465229.html" target="_blank" title="直流大电流发生器 母线槽检测设备"><img src=https://img43.gkzhan.com/418afcb93361055d0fa62775ad1369100d16a6e0fffe72d1c905add2dbb1e3856e64982a63552170_208_208_5.jpg alt="直流大电流发生器 母线槽检测设备"/></a> </td></tr></tbody></table> <b>面议<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st242632/product_13465229.html" target="_blank" title="直流大电流发生器 母线槽检测设备"> 直流大电流发生器 母线槽检测设备</a></span> <p>江苏科硕电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>4</font>年</span> <a id="complareBtn13465229" data-pro="13465229,直流大电流发生器 母线槽检测设备,https://img43.gkzhan.com/418afcb93361055d0fa62775ad1369100d16a6e0fffe72d1c905add2dbb1e3856e64982a63552170.jpg,//www.gkzhan.com/chanpin/13465229.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st156882/product_13391144.html" target="_blank" title="钢护栏附着性试验仪"><img src=https://img51.gkzhan.com/3b2c6b54ba15b924aaf7eaa9fb36f674ad930dbe528ef989f838e82cd29b337a4a09bd88d988d64e_208_208_5.jpg alt="钢护栏附着性试验仪"/></a> </td></tr></tbody></table> <b><span>&yen</span>900<em>沧州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st156882/product_13391144.html" target="_blank" title="钢护栏附着性试验仪"> 钢护栏附着性试验仪</a></span> <p>献县睿博联仪器设备销售处 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>8</font>年</span> <a id="complareBtn13391144" data-pro="13391144,钢护栏附着性试验仪,https://img51.gkzhan.com/3b2c6b54ba15b924aaf7eaa9fb36f674ad930dbe528ef989f838e82cd29b337a4a09bd88d988d64e.jpg,//www.gkzhan.com/chanpin/13391144.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st162705/product_8039767.html" target="_blank" title="研控步进电机驱动器"><img src=https://img61.gkzhan.com/4b7a2e71b44ef79807ceeede1091760abff7cb385e571f40cf324fe91c940dbe6c985ead0d140e4a_208_208_5.jpg alt="研控步进电机驱动器"/></a> </td></tr></tbody></table> <b><span>&yen</span>999<em>深圳市</em></b> <span class="title"><a href="https://www.gkzhan.com/st162705/product_8039767.html" target="_blank" title="研控步进电机驱动器"> 研控步进电机驱动器</a></span> <p>深圳市天为机电设备有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>13</font>年</span> <a id="complareBtn8039767" data-pro="8039767,研控步进电机驱动器,https://img61.gkzhan.com/4b7a2e71b44ef79807ceeede1091760abff7cb385e571f40cf324fe91c940dbe6c985ead0d140e4a.jpg,//www.gkzhan.com/chanpin/8039767.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13470974.html" target="_blank" title="小型工业线缆品质自动检测仪"><img src=https://img50.gkzhan.com/922d359f624715fd727f9fe1892df28cc9edd07e18e078a4d5868ae68e6cb34c0b7e8013de338015_208_208_5.png alt="小型工业线缆品质自动检测仪"/></a> </td></tr></tbody></table> <b><span>&yen</span>850<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13470974.html" target="_blank" title="小型工业线缆品质自动检测仪"> 小型工业线缆品质自动检测仪</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13470974" data-pro="13470974,小型工业线缆品质自动检测仪,https://img50.gkzhan.com/922d359f624715fd727f9fe1892df28cc9edd07e18e078a4d5868ae68e6cb34c0b7e8013de338015.png,//www.gkzhan.com/chanpin/13470974.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st657/product_10540627.html" target="_blank" title="德国SINUS采集器"><img src=https://img42.gkzhan.com/20f2fab8a7a4c16d44974071d5f6d18bdef73496b6d7563d_208_208_5.jpg alt="德国SINUS采集器"/></a> </td></tr></tbody></table> <b>面议<em>武汉市</em></b> <span class="title"><a href="https://www.gkzhan.com/st657/product_10540627.html" target="_blank" title="德国SINUS采集器"> 德国sinus采集器</a></span> <p>武汉航天星科技有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="senior">|</b> <span>第<font>17</font>年</span> <a id="complareBtn10540627" data-pro="10540627,德国SINUS采集器,https://img42.gkzhan.com/20f2fab8a7a4c16d44974071d5f6d18bdef73496b6d7563d.jpg,//www.gkzhan.com/chanpin/10540627.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st60353/product_13465152.html" target="_blank" title="工业导轨式电能表"><img src=https://img52.gkzhan.com/5300461ad746faf7eb7f5af295d9708cdd92bef160a4e6ded1ee3bc45ce3286faa3de03e218145a8_208_208_5.jpg alt="工业导轨式电能表"/></a> </td></tr></tbody></table> <b><span>&yen</span>315<em>无锡市</em></b> <span class="title"><a href="https://www.gkzhan.com/st60353/product_13465152.html" target="_blank" title="工业导轨式电能表"> 工业导轨式电能表</a></span> <p>江苏安科瑞电器制造有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>13</font>年</span> <a id="complareBtn13465152" data-pro="13465152,工业导轨式电能表,https://img52.gkzhan.com/5300461ad746faf7eb7f5af295d9708cdd92bef160a4e6ded1ee3bc45ce3286faa3de03e218145a8.jpg,//www.gkzhan.com/chanpin/13465152.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st161354/product_9705368.html" target="_blank" title="100-500克调味品食品颗粒金属检测机"><img src=https://img49.gkzhan.com/6ea087e35f33215d5619314adad2fcc3da831ef0d6b1b9628af7169b250b21066d137d03666ce88a_208_208_5.png alt="100-500克调味品食品颗粒金属检测机"/></a> </td></tr></tbody></table> <b><span>&yen</span>28000<em>上海市</em></b> <span class="title"><a href="https://www.gkzhan.com/st161354/product_9705368.html" target="_blank" title="100-500克调味品食品颗粒金属检测机"> 100-500克调味品食品颗粒金属检测机</a></span> <p>上海铸衡电子科技有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>8</font>年</span> <a id="complareBtn9705368" data-pro="9705368,100-500克调味品食品颗粒金属检测机,https://img49.gkzhan.com/6ea087e35f33215d5619314adad2fcc3da831ef0d6b1b9628af7169b250b21066d137d03666ce88a.png,//www.gkzhan.com/chanpin/9705368.html,4874" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st152300/product_8311790.html" target="_blank" title="磁翻板液位计"><img src=https://img66.gkzhan.com/a6e2ded2f3c3817ed8e8af324c2191f856dfa66eda66c74f55d981367bc3a3cb2af91875e463e338_208_208_5.jpg alt="磁翻板液位计"/></a> </td></tr></tbody></table> <b>面议<em>西安市</em></b> <span class="title"><a href="https://www.gkzhan.com/st152300/product_8311790.html" target="_blank" title="磁翻板液位计"> 磁翻板液位计</a></span> <p>西安可雷可水电设备有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>8</font>年</span> <a id="complareBtn8311790" data-pro="8311790,磁翻板液位计,https://img66.gkzhan.com/a6e2ded2f3c3817ed8e8af324c2191f856dfa66eda66c74f55d981367bc3a3cb2af91875e463e338.jpg,//www.gkzhan.com/chanpin/8311790.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st161055/product_13459556.html" target="_blank" title="Buerkert阀门,流量计"><img src=https://img66.gkzhan.com/4b8cd55bb9473d45b910bc27f650681e2138705e8fd0cd76880cf9a47840de042866efb3d497b2ad_208_208_5.jpg alt="Buerkert阀门,流量计"/></a> </td></tr></tbody></table> <b>面议<em>上海市</em></b> <span class="title"><a href="https://www.gkzhan.com/st161055/product_13459556.html" target="_blank" title="Buerkert阀门,流量计"> buerkert阀门,流量计</a></span> <p>上海翊霈工业控制设备有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>6</font>年</span> <a id="complareBtn13459556" data-pro="13459556,Buerkert阀门,流量计,https://img66.gkzhan.com/4b8cd55bb9473d45b910bc27f650681e2138705e8fd0cd76880cf9a47840de042866efb3d497b2ad.jpg,//www.gkzhan.com/chanpin/13459556.html,4875" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st110611/product_10990672.html" target="_blank" title="安科瑞DDSY1352-NK/4G内单相预付费电能表"><img src=https://img80.gkzhan.com/a0e727e8d93ff73707b56a9b654fff39c0dd55db2ceb86a6943cf4513959809774fede9817f74c7b_208_208_5.jpg alt="安科瑞DDSY1352-NK/4G内单相预付费电能表"/></a> </td></tr></tbody></table> <b><span>&yen</span>630<em>上海市</em></b> <span class="title"><a href="https://www.gkzhan.com/st110611/product_10990672.html" target="_blank" title="安科瑞DDSY1352-NK/4G内单相预付费电能表"> 安科瑞ddsy1352-nk/4g内单相预付费电能表</a></span> <p>安科瑞电气股份有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>11</font>年</span> <a id="complareBtn10990672" data-pro="10990672,安科瑞DDSY1352-NK/4G内单相预付费电能表,https://img80.gkzhan.com/a0e727e8d93ff73707b56a9b654fff39c0dd55db2ceb86a6943cf4513959809774fede9817f74c7b.jpg,//www.gkzhan.com/chanpin/10990672.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st88614/product_13429492.html" target="_blank" title="断路器特性测试仪"><img src=https://img53.gkzhan.com/6e41f53139e533fd241954bea0f716101252bf0399f4441dfeb0a53aeb4c61089be0d219b34380e3_208_208_5.jpg alt="断路器特性测试仪"/></a> </td></tr></tbody></table> <b><span>&yen</span>8500<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st88614/product_13429492.html" target="_blank" title="断路器特性测试仪"> 断路器特性测试仪</a></span> <p>扬州苏电电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>11</font>年</span> <a id="complareBtn13429492" data-pro="13429492,断路器特性测试仪,https://img53.gkzhan.com/6e41f53139e533fd241954bea0f716101252bf0399f4441dfeb0a53aeb4c61089be0d219b34380e3.jpg,//www.gkzhan.com/chanpin/13429492.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st118184/product_8503444.html" target="_blank" title="耐温HQSS-II/阻旋式料位计"><img src=https://img59.gkzhan.com/48081211c6b97a369bb66ebfde4ef2069b8905b86521aa6fa6b0a87be39851ca616927ef75d583fa_208_208_5.jpg alt="耐温HQSS-II/阻旋式料位计"/></a> </td></tr></tbody></table> <b><span>&yen</span>4560<em>黄冈市</em></b> <span class="title"><a href="https://www.gkzhan.com/st118184/product_8503444.html" target="_blank" title="耐温HQSS-II/阻旋式料位计"> 耐温hqss-ii/阻旋式料位计</a></span> <p>湖北杭荣电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>16</font>年</span> <a id="complareBtn8503444" data-pro="8503444,耐温HQSS-II/阻旋式料位计,https://img59.gkzhan.com/48081211c6b97a369bb66ebfde4ef2069b8905b86521aa6fa6b0a87be39851ca616927ef75d583fa.jpg,//www.gkzhan.com/chanpin/8503444.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st116648/product_13411405.html" target="_blank" title="手持回路电阻测试仪"><img src=https://img55.gkzhan.com/6e41f53139e533fdc8c4fa2dc78ad72449198ef052fa566b31beb71567b1a28eb60d7f185c1a746e_208_208_5.jpg alt="手持回路电阻测试仪"/></a> </td></tr></tbody></table> <b><span>&yen</span>7000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st116648/product_13411405.html" target="_blank" title="手持回路电阻测试仪"> 手持回路电阻测试仪</a></span> <p>扬州海沃电气科技发展有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>7</font>年</span> <a id="complareBtn13411405" data-pro="13411405,手持回路电阻测试仪,https://img55.gkzhan.com/6e41f53139e533fdc8c4fa2dc78ad72449198ef052fa566b31beb71567b1a28eb60d7f185c1a746e.jpg,//www.gkzhan.com/chanpin/13411405.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st57765/product_13291631.html" target="_blank" title="函数/任意波形发生器"><img src=https://img49.gkzhan.com/5300461ad746faf7f5a887665caaa4189c214f08bde7e93dcf16b3cce2d1cdd28c51bc488cbd61d1_208_208_5.png alt="函数/任意波形发生器"/></a> </td></tr></tbody></table> <b>面议<em>上海市</em></b> <span class="title"><a href="https://www.gkzhan.com/st57765/product_13291631.html" target="_blank" title="函数/任意波形发生器"> 函数/任意波形发生器</a></span> <p>上海迈哲电子科技有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>14</font>年</span> <a id="complareBtn13291631" data-pro="13291631,函数/任意波形发生器,https://img49.gkzhan.com/5300461ad746faf7f5a887665caaa4189c214f08bde7e93dcf16b3cce2d1cdd28c51bc488cbd61d1.png,//www.gkzhan.com/chanpin/13291631.html,4868" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st126322/product_10682101.html" target="_blank" title="配备挡臂式全智能巧克力食品金属检测机价格"><img src=https://img50.gkzhan.com/6ea087e35f33215d5619314adad2fcc3a39805bbcd2814c6885b4f7e358d9cd0dae554457c637d02_208_208_5.png alt="配备挡臂式全智能巧克力食品金属检测机价格"/></a> </td></tr></tbody></table> <b><span>&yen</span>24000<em>上海</em></b> <span class="title"><a href="https://www.gkzhan.com/st126322/product_10682101.html" target="_blank" title="配备挡臂式全智能巧克力食品金属检测机价格"> 配备挡臂式全智能巧克力食品金属检测机价格</a></span> <p>上海铸衡电子科技有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>10</font>年</span> <a id="complareBtn10682101" data-pro="10682101,配备挡臂式全智能巧克力食品金属检测机价格,https://img50.gkzhan.com/6ea087e35f33215d5619314adad2fcc3a39805bbcd2814c6885b4f7e358d9cd0dae554457c637d02.png,//www.gkzhan.com/chanpin/10682101.html,4874" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st123059/product_5936221.html" target="_blank" title="德国进口compenser减震器"><img src=https://img70.gkzhan.com/4e22132ff1f1e4013fefefccb26ab999990a1cf9d32965a4344b1431504e20c20c5bfe8c1df91b32_208_208_5.jpg alt="德国进口compenser减震器"/></a> </td></tr></tbody></table> <b>面议<em>上海市</em></b> <span class="title"><a href="https://www.gkzhan.com/st123059/product_5936221.html" target="_blank" title="德国进口compenser减震器"> 德国进口compenser减震器</a></span> <p>江苏邱成机电有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>5</font>年</span> <a id="complareBtn5936221" data-pro="5936221,德国进口compenser减震器,https://img70.gkzhan.com/4e22132ff1f1e4013fefefccb26ab999990a1cf9d32965a4344b1431504e20c20c5bfe8c1df91b32.jpg,//www.gkzhan.com/chanpin/5936221.html,22218" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st89343/product_9955174.html" target="_blank" title="代理德国MOTCOM油雾探测器"><img src=https://img80.gkzhan.com/d18d22ba8792e2aaad28fee1259f0cb9f59098dd0cdab70e66ddfdcdda4f4ea64251af2e1f08bb22_208_208_5.jpg alt="代理德国MOTCOM油雾探测器"/></a> </td></tr></tbody></table> <b><span>&yen</span>1110<em>大连市</em></b> <span class="title"><a href="https://www.gkzhan.com/st89343/product_9955174.html" target="_blank" title="代理德国MOTCOM油雾探测器"> 代理德国motcom油雾探测器</a></span> <p>赫尔纳贸易(大连)有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>11</font>年</span> <a id="complareBtn9955174" data-pro="9955174,代理德国MOTCOM油雾探测器,https://img80.gkzhan.com/d18d22ba8792e2aaad28fee1259f0cb9f59098dd0cdab70e66ddfdcdda4f4ea64251af2e1f08bb22.jpg,//www.gkzhan.com/chanpin/9955174.html,4875" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st18529/product_13165018.html" target="_blank" title="金属材料持久试验机"><img src=https://img79.gkzhan.com/62b67f438055e754ecf537370a811bc995656712578950420a1545a271c7057d0689452d22bc4d9e_208_208_5.jpg alt="金属材料持久试验机"/></a> </td></tr></tbody></table> <b><span>&yen</span>38000<em>上海市</em></b> <span class="title"><a href="https://www.gkzhan.com/st18529/product_13165018.html" target="_blank" title="金属材料持久试验机"> 金属材料持久试验机</a></span> <p>上海倾技仪器仪表科技有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>17</font>年</span> <a id="complareBtn13165018" data-pro="13165018,金属材料持久试验机,https://img79.gkzhan.com/62b67f438055e754ecf537370a811bc995656712578950420a1545a271c7057d0689452d22bc4d9e.jpg,//www.gkzhan.com/chanpin/13165018.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st163626/product_13156468.html" target="_blank" title="希而科 代理LAPPORT品牌油石 10系列"><img src=https://img51.gkzhan.com/baf745d1f3ba588b34b088bf473e8b12ba72bb89bd7f3c797cd3ddf1adefc9ac0ad0ea7d92085650_208_208_5.jpg alt="希而科 代理LAPPORT品牌油石 10系列"/></a> </td></tr></tbody></table> <b><span>&yen</span>100<em>上海市</em></b> <span class="title"><a href="https://www.gkzhan.com/st163626/product_13156468.html" target="_blank" title="希而科 代理LAPPORT品牌油石 10系列"> 希而科 代理lapport品牌油石 10系列</a></span> <p>希而科工业控制设备(上海)有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>6</font>年</span> <a id="complareBtn13156468" data-pro="13156468,希而科 代理LAPPORT品牌油石 10系列,https://img51.gkzhan.com/baf745d1f3ba588b34b088bf473e8b12ba72bb89bd7f3c797cd3ddf1adefc9ac0ad0ea7d92085650.jpg,//www.gkzhan.com/chanpin/13156468.html,4875" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st151314/product_7276887.html" target="_blank" title="导轨式多功能电能表"><img src=https://img42.gkzhan.com/d939ceae0c7984b877990567e45c53f48acfeb2787e3ba661553794f60ee7586a897623bc8e4dfa8_208_208_5.png alt="导轨式多功能电能表"/></a> </td></tr></tbody></table> <b><span>&yen</span>399<em>上海市</em></b> <span class="title"><a href="https://www.gkzhan.com/st151314/product_7276887.html" target="_blank" title="导轨式多功能电能表"> 导轨式多功能电能表</a></span> <p>安科瑞电气股份有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>8</font>年</span> <a id="complareBtn7276887" data-pro="7276887,导轨式多功能电能表,https://img42.gkzhan.com/d939ceae0c7984b877990567e45c53f48acfeb2787e3ba661553794f60ee7586a897623bc8e4dfa8.png,//www.gkzhan.com/chanpin/7276887.html,4868" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st286856/product_13105772.html" target="_blank" title="Proceq自动涂膜机ZAA2600.C"><img src=https://img52.gkzhan.com/dff4085807f5b902c29a152e1b4b9d2f5dfa1e6a5ffe6f7d82f95bfcc40531df464dd40bd380e825_208_208_5.jpg alt="Proceq自动涂膜机ZAA2600.C"/></a> </td></tr></tbody></table> <b><span>&yen</span>6500<em>郑州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st286856/product_13105772.html" target="_blank" title="Proceq自动涂膜机ZAA2600.C"> proceq自动涂膜机zaa2600.c</a></span> <p>北京汉达森机械技术有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>2</font>年</span> <a id="complareBtn13105772" data-pro="13105772,Proceq自动涂膜机ZAA2600.C,https://img52.gkzhan.com/dff4085807f5b902c29a152e1b4b9d2f5dfa1e6a5ffe6f7d82f95bfcc40531df464dd40bd380e825.jpg,//www.gkzhan.com/chanpin/13105772.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st60251/product_8368801.html" target="_blank" title="MLI 3000-A5 胀差检测仪"><img src=https://img52.gkzhan.com/dff4085807f5b9025f2fc22913f8d9d2acdf89abb61fa64dee6e9c207082e79c78f8bc01030e7e63_208_208_5.jpg alt="MLI 3000-A5 胀差检测仪"/></a> </td></tr></tbody></table> <b><span>&yen</span>4500<em>北京市</em></b> <span class="title"><a href="https://www.gkzhan.com/st60251/product_8368801.html" target="_blank" title="MLI 3000-A5 胀差检测仪"> mli 3000-a5 胀差检测仪</a></span> <p>北京拓普瑞晟测控技术有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>14</font>年</span> <a id="complareBtn8368801" data-pro="8368801,MLI 3000-A5 胀差检测仪,https://img52.gkzhan.com/dff4085807f5b9025f2fc22913f8d9d2acdf89abb61fa64dee6e9c207082e79c78f8bc01030e7e63.jpg,//www.gkzhan.com/chanpin/8368801.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st153872/product_9906846.html" target="_blank" title="振动探头轴位移传感器"><img src=https://img70.gkzhan.com/edbdb22ff9de4a32153005426442ec384ed309f8051824debad7c74fe10be23e4029b856eea87981_208_208_5.png alt="振动探头轴位移传感器"/></a> </td></tr></tbody></table> <b>面议<em>滁州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st153872/product_9906846.html" target="_blank" title="振动探头轴位移传感器"> 振动探头轴位移传感器</a></span> <p>安徽春辉仪表线缆集团有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>8</font>年</span> <a id="complareBtn9906846" data-pro="9906846,振动探头轴位移传感器,https://img70.gkzhan.com/edbdb22ff9de4a32153005426442ec384ed309f8051824debad7c74fe10be23e4029b856eea87981.png,//www.gkzhan.com/chanpin/9906846.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st152243/product_6924522.html" target="_blank" title="TAG6000 语音无线高压核相器"><img src=https://img65.gkzhan.com/744e504f2a9629ff59302d32a97fc54dbf9253734c33fa6298da22ecf4d658d6a179f75a4baf1388_208_208_5.jpg alt="TAG6000 语音无线高压核相器"/></a> </td></tr></tbody></table> <b>面议<em>上海市</em></b> <span class="title"><a href="https://www.gkzhan.com/st152243/product_6924522.html" target="_blank" title="TAG6000 语音无线高压核相器"> tag6000 语音无线高压核相器</a></span> <p>上海旺徐电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>8</font>年</span> <a id="complareBtn6924522" data-pro="6924522,TAG6000 语音无线高压核相器,https://img65.gkzhan.com/744e504f2a9629ff59302d32a97fc54dbf9253734c33fa6298da22ecf4d658d6a179f75a4baf1388.jpg,//www.gkzhan.com/chanpin/6924522.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st14018/product_12220211.html" target="_blank" title="熔体流动速率测试仪"><img src=https://img76.gkzhan.com/24e8f035994b740a9c4156c541f392ee50dc325a3fda79999719f01393a0711428c23d00a2c866f6_208_208_5.jpg alt="熔体流动速率测试仪"/></a> </td></tr></tbody></table> <b>面议<em>上海市</em></b> <span class="title"><a href="https://www.gkzhan.com/st14018/product_12220211.html" target="_blank" title="熔体流动速率测试仪"> 熔体流动速率测试仪</a></span> <p>上海倾技仪器仪表科技有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>17</font>年</span> <a id="complareBtn12220211" data-pro="12220211,熔体流动速率测试仪,https://img76.gkzhan.com/24e8f035994b740a9c4156c541f392ee50dc325a3fda79999719f01393a0711428c23d00a2c866f6.jpg,//www.gkzhan.com/chanpin/12220211.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st142912/product_13041698.html" target="_blank" title="德国进口JANITZA功率计UMG 509 PRO"><img src=https://img65.gkzhan.com/4b8cd55bb9473d455a340c39fcdca6fe3233563ae6dd79ecb637cd4ea0c980790f8c3c555a062001_208_208_5.jpg alt="德国进口JANITZA功率计UMG 509 PRO"/></a> </td></tr></tbody></table> <b><span>&yen</span>6000<em>南通市</em></b> <span class="title"><a href="https://www.gkzhan.com/st142912/product_13041698.html" target="_blank" title="德国进口JANITZA功率计UMG 509 PRO"> 德国进口janitza功率计umg 509 pro</a></span> <p>江苏邱成机电有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>5</font>年</span> <a id="complareBtn13041698" data-pro="13041698,德国进口JANITZA功率计UMG 509 PRO,https://img65.gkzhan.com/4b8cd55bb9473d455a340c39fcdca6fe3233563ae6dd79ecb637cd4ea0c980790f8c3c555a062001.jpg,//www.gkzhan.com/chanpin/13041698.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167758/product_12178198.html" target="_blank" title="ACCEL放大器"><img src=https://img64.gkzhan.com/0497b4e3566c142079ab9d654d1e20448d6048d88092097b896d1f5a6b6be0d351829f1fbb0fc4b1_208_208_5.jpg alt="ACCEL放大器"/></a> </td></tr></tbody></table> <b>面议<em>武汉市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167758/product_12178198.html" target="_blank" title="ACCEL放大器"> accel放大器</a></span> <p>宏浩机械·德国瑞科 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>7</font>年</span> <a id="complareBtn12178198" data-pro="12178198,ACCEL放大器,https://img64.gkzhan.com/0497b4e3566c142079ab9d654d1e20448d6048d88092097b896d1f5a6b6be0d351829f1fbb0fc4b1.jpg,//www.gkzhan.com/chanpin/12178198.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st189357/product_12892401.html" target="_blank" title="赫尔纳供应意大利OMAC数控机床VTC-800/20SR"><img src=https://img61.gkzhan.com/bc84567bfd36087e74dff9e977712f5ee016cdabac0603920f00f99da225f809e3299e78dda6c9a5_208_208_5.jpg alt="赫尔纳供应意大利OMAC数控机床VTC-800/20SR"/></a> </td></tr></tbody></table> <b><span>&yen</span>6755<em>大连市</em></b> <span class="title"><a href="https://www.gkzhan.com/st189357/product_12892401.html" target="_blank" title="赫尔纳供应意大利OMAC数控机床VTC-800/20SR"> 赫尔纳供应意大利omac数控机床vtc-800/20sr</a></span> <p>赫尔纳贸易(大连)有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>6</font>年</span> <a id="complareBtn12892401" data-pro="12892401,赫尔纳供应意大利OMAC数控机床VTC-800/20SR,https://img61.gkzhan.com/bc84567bfd36087e74dff9e977712f5ee016cdabac0603920f00f99da225f809e3299e78dda6c9a5.jpg,//www.gkzhan.com/chanpin/12892401.html,22214" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st32473/product_917220.html" target="_blank" title="静电桌"><img src=https://img66.gkzhan.com/463345e347026bedee0eac239dcd0c91f5e4e3b937eefb03b03d062208fb5dbcd95c7ec0f0e1c4c7_208_208_5.png alt="静电桌"/></a> </td></tr></tbody></table> <b>面议<em>东莞市</em></b> <span class="title"><a href="https://www.gkzhan.com/st32473/product_917220.html" target="_blank" title="静电桌"> 静电桌</a></span> <p>东莞市昊昕仪器设备有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>16</font>年</span> <a id="complareBtn917220" data-pro="917220,静电桌,https://img66.gkzhan.com/463345e347026bedee0eac239dcd0c91f5e4e3b937eefb03b03d062208fb5dbcd95c7ec0f0e1c4c7.png,//www.gkzhan.com/chanpin/917220.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st85295/product_12670356.html" target="_blank" title="钙钛矿IV太阳模拟器"><img src=https://img65.gkzhan.com/d6168c174cc86a73b61d85b48daef18a4b5d72fb9f4a47743a28646d95fffaf7f98ca83dc18253ec_208_208_5.jpg alt="钙钛矿IV太阳模拟器"/></a> </td></tr></tbody></table> <b><span>&yen</span>222222<em>上海市</em></b> <span class="title"><a href="https://www.gkzhan.com/st85295/product_12670356.html" target="_blank" title="钙钛矿IV太阳模拟器"> 钙钛矿iv太阳模拟器</a></span> <p>上海科迎法电气科技有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>11</font>年</span> <a id="complareBtn12670356" data-pro="12670356,钙钛矿IV太阳模拟器,https://img65.gkzhan.com/d6168c174cc86a73b61d85b48daef18a4b5d72fb9f4a47743a28646d95fffaf7f98ca83dc18253ec.jpg,//www.gkzhan.com/chanpin/12670356.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st161050/product_12438401.html" target="_blank" title="工控产品 HBM BM40系列信号放大器"><img src=https://img77.gkzhan.com/d4728b83567c73151d27302cd7260046f24d00d63e4273c86f8b204f44e92f2ae64ebcee9fd463f5_208_208_5.png alt="工控产品 HBM BM40系列信号放大器"/></a> </td></tr></tbody></table> <b><span>&yen</span>2000<em>上海市</em></b> <span class="title"><a href="https://www.gkzhan.com/st161050/product_12438401.html" target="_blank" title="工控产品 HBM BM40系列信号放大器"> 工控产品 hbm bm40系列信号放大器</a></span> <p>希而科工业控制设备(上海)有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>8</font>年</span> <a id="complareBtn12438401" data-pro="12438401,工控产品 HBM BM40系列信号放大器,https://img77.gkzhan.com/d4728b83567c73151d27302cd7260046f24d00d63e4273c86f8b204f44e92f2ae64ebcee9fd463f5.png,//www.gkzhan.com/chanpin/12438401.html,4868" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st242578/product_10920443.html" target="_blank" title="维克托LY优势供应HYGROMATIK 蒸汽发生器"><img src=https://img79.gkzhan.com/fd9c5b6de14e75b13865e39f8566f05722de35f5288f4db8142d83c50644f6e8862802a5da5ef701_208_208_5.jpg alt="维克托LY优势供应HYGROMATIK 蒸汽发生器"/></a> </td></tr></tbody></table> <b>面议<em>秦皇岛市</em></b> <span class="title"><a href="https://www.gkzhan.com/st242578/product_10920443.html" target="_blank" title="维克托LY优势供应HYGROMATIK 蒸汽发生器"> 维克托ly优势供应hygromatik 蒸汽发生器</a></span> <p>秦皇岛维克托国际贸易有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>4</font>年</span> <a id="complareBtn10920443" data-pro="10920443,维克托LY优势供应HYGROMATIK 蒸汽发生器,https://img79.gkzhan.com/fd9c5b6de14e75b13865e39f8566f05722de35f5288f4db8142d83c50644f6e8862802a5da5ef701.jpg,//www.gkzhan.com/chanpin/10920443.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st146973/product_6687522.html" target="_blank" title="优势设备"><img src=https://img66.gkzhan.com/4b8cd55bb9473d45b910bc27f650681e631033086300f4386748a0f1084b1b1c890508132138bd9c_208_208_5.jpg alt="优势设备"/></a> </td></tr></tbody></table> <b>面议<em>上海市</em></b> <span class="title"><a href="https://www.gkzhan.com/st146973/product_6687522.html" target="_blank" title="优势设备"> 优势设备</a></span> <p>上海翊霈工业控制设备有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>6</font>年</span> <a id="complareBtn6687522" data-pro="6687522,优势设备,https://img66.gkzhan.com/4b8cd55bb9473d45b910bc27f650681e631033086300f4386748a0f1084b1b1c890508132138bd9c.jpg,//www.gkzhan.com/chanpin/6687522.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st159073/product_10705082.html" target="_blank" title="极速报价HYDAC压力开关EDS344-3-600-000"><img src=https://img78.gkzhan.com/d18d22ba8792e2aa28d0746f138130b3ca6fa7bb19ae4fb29b548568364f14312bc09d072540a034_208_208_5.jpg alt="极速报价HYDAC压力开关EDS344-3-600-000"/></a> </td></tr></tbody></table> <b>面议<em>上海市</em></b> <span class="title"><a href="https://www.gkzhan.com/st159073/product_10705082.html" target="_blank" title="极速报价HYDAC压力开关EDS344-3-600-000"> 极速报价hydac压力开关eds344-3-600-000</a></span> <p>上海荆戈工业控制设备有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>8</font>年</span> <a id="complareBtn10705082" data-pro="10705082,极速报价HYDAC压力开关EDS344-3-600-000,https://img78.gkzhan.com/d18d22ba8792e2aa28d0746f138130b3ca6fa7bb19ae4fb29b548568364f14312bc09d072540a034.jpg,//www.gkzhan.com/chanpin/10705082.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st4187/product_6730106.html" target="_blank" title="振动监控仪厂家"><img src=https://img68.gkzhan.com/91acbec15a63dbc9fbb6cdd75d25904be32bdb99b74472fbd99cc8d50c73c27637d63039868ad6af_208_208_5.jpg alt="振动监控仪厂家"/></a> </td></tr></tbody></table> <b><span>&yen</span>2000<em>无锡市</em></b> <span class="title"><a href="https://www.gkzhan.com/st4187/product_6730106.html" target="_blank" title="振动监控仪厂家"> 振动监控仪厂家</a></span> <p>江阴市中泰科技有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>19</font>年</span> <a id="complareBtn6730106" data-pro="6730106,振动监控仪厂家,https://img68.gkzhan.com/91acbec15a63dbc9fbb6cdd75d25904be32bdb99b74472fbd99cc8d50c73c27637d63039868ad6af.jpg,//www.gkzhan.com/chanpin/6730106.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st5474/product_7925004.html" target="_blank" title="翊霈*欧洲工控产品588N-6"><img src=https://img50.gkzhan.com/f34697d735b517a6c7c364e5688c93deca654f732029c417b093c748825e37cd403cc6a402940b7c_208_208_5.jpg alt="翊霈*欧洲工控产品588N-6"/></a> </td></tr></tbody></table> <b>面议<em>上海市</em></b> <span class="title"><a href="https://www.gkzhan.com/st5474/product_7925004.html" target="_blank" title="翊霈*欧洲工控产品588N-6"> 翊霈*欧洲工控产品588n-6</a></span> <p>上海翊霈工业控制设备有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>7</font>年</span> <a id="complareBtn7925004" data-pro="7925004,翊霈*欧洲工控产品588N-6,https://img50.gkzhan.com/f34697d735b517a6c7c364e5688c93deca654f732029c417b093c748825e37cd403cc6a402940b7c.jpg,//www.gkzhan.com/chanpin/7925004.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st46094/product_6089305.html" target="_blank" title="测量用电流互感器"><img src=https://img49.gkzhan.com/1b2e1c1f731641a0e2a44045159d9a208156551293ea222bc8abca93f4497d58a8e7685ead555fde_208_208_5.jpg alt="测量用电流互感器"/></a> </td></tr></tbody></table> <b>面议<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st46094/product_6089305.html" target="_blank" title="测量用电流互感器"> 测量用电流互感器</a></span> <p>扬州拓普电气科技有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>15</font>年</span> <a id="complareBtn6089305" data-pro="6089305,测量用电流互感器,https://img49.gkzhan.com/1b2e1c1f731641a0e2a44045159d9a208156551293ea222bc8abca93f4497d58a8e7685ead555fde.jpg,//www.gkzhan.com/chanpin/6089305.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st85023/product_10900771.html" target="_blank" title="邱成供应HAFFMANS溶解氧仪ISD"><img src=https://img77.gkzhan.com/53be32d69316d699b010f7f53fb422288eaed2129505445c45dd5d1081ae659208c014f817dd01ba_208_208_5.jpg alt="邱成供应HAFFMANS溶解氧仪ISD"/></a> </td></tr></tbody></table> <b><span>&yen</span>100<em>南通市</em></b> <span class="title"><a href="https://www.gkzhan.com/st85023/product_10900771.html" target="_blank" title="邱成供应HAFFMANS溶解氧仪ISD"> 邱成供应haffmans溶解氧仪isd</a></span> <p>江苏邱成机电有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>5</font>年</span> <a id="complareBtn10900771" data-pro="10900771,邱成供应HAFFMANS溶解氧仪ISD,https://img77.gkzhan.com/53be32d69316d699b010f7f53fb422288eaed2129505445c45dd5d1081ae659208c014f817dd01ba.jpg,//www.gkzhan.com/chanpin/10900771.html,4874" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st134760/product_10638744.html" target="_blank" title="希而科Martens TV501Ex信号放大器"><img src=https://img80.gkzhan.com/53be32d69316d69995922b77ea4201e39893f296bdbee12b266fffa1d418fdae09845422197212c7_208_208_5.png alt="希而科Martens TV501Ex信号放大器"/></a> </td></tr></tbody></table> <b><span>&yen</span>19<em>上海市</em></b> <span class="title"><a href="https://www.gkzhan.com/st134760/product_10638744.html" target="_blank" title="希而科Martens TV501Ex信号放大器"> 希而科martens tv501ex信号放大器</a></span> <p>希而科工业控制设备(上海)有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>10</font>年</span> <a id="complareBtn10638744" data-pro="10638744,希而科Martens TV501Ex信号放大器,https://img80.gkzhan.com/53be32d69316d69995922b77ea4201e39893f296bdbee12b266fffa1d418fdae09845422197212c7.png,//www.gkzhan.com/chanpin/10638744.html,4868" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st64908/product_8156482.html" target="_blank" title="AWHS-100自动气象站"><img src=https://img64.gkzhan.com/29ac94300968f1eb5de219c8e1be1e16340cf57aa89095382134294282c5c8e76624c67538f9f5c5_208_208_5.jpg alt="AWHS-100自动气象站"/></a> </td></tr></tbody></table> <b>面议<em>武汉市</em></b> <span class="title"><a href="https://www.gkzhan.com/st64908/product_8156482.html" target="_blank" title="AWHS-100自动气象站"> awhs-100自动气象站</a></span> <p>深圳市勤联科技有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>8</font>年</span> <a id="complareBtn8156482" data-pro="8156482,AWHS-100自动气象站,https://img64.gkzhan.com/29ac94300968f1eb5de219c8e1be1e16340cf57aa89095382134294282c5c8e76624c67538f9f5c5.jpg,//www.gkzhan.com/chanpin/8156482.html,4874" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st147606/product_6545302.html" target="_blank" title="HBM TF放大器 1-MP55DP"><img src=https://img54.gkzhan.com/f4ab28128bc76c9f00f1c09cf1fe934c6f1e907012867a42ef8fd9303d7f9fbff8b00255d3db3482_208_208_5.jpg alt="HBM TF放大器 1-MP55DP"/></a> </td></tr></tbody></table> <b>面议<em>上海市</em></b> <span class="title"><a href="https://www.gkzhan.com/st147606/product_6545302.html" target="_blank" title="HBM TF放大器 1-MP55DP"> hbm tf放大器 1-mp55dp</a></span> <p>希而科工业控制设备(上海)有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>6</font>年</span> <a id="complareBtn6545302" data-pro="6545302,HBM TF放大器 1-MP55DP,https://img54.gkzhan.com/f4ab28128bc76c9f00f1c09cf1fe934c6f1e907012867a42ef8fd9303d7f9fbff8b00255d3db3482.jpg,//www.gkzhan.com/chanpin/6545302.html,4868" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st31823/product_1211598.html" target="_blank" title="ZetaTransferstandard马尔文"><img src=https://img61.gkzhan.com/0497b4e3566c1420dd0f25cff4a1a50196f46c4455a1a91cd92e0f50c321e5bef4946eff947d911d_208_208_5.png alt="ZetaTransferstandard马尔文"/></a> </td></tr></tbody></table> <b><span>&yen</span>2100<em>北京市</em></b> <span class="title"><a href="https://www.gkzhan.com/st31823/product_1211598.html" target="_blank" title="ZetaTransferstandard马尔文"> zetatransferstandard马尔文</a></span> <p>北京海富达科技有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="primary"></b> <span>第<font>4</font>年</span> <a id="complareBtn1211598" data-pro="1211598,ZetaTransferstandard马尔文,https://img61.gkzhan.com/0497b4e3566c1420dd0f25cff4a1a50196f46c4455a1a91cd92e0f50c321e5bef4946eff947d911d.png,//www.gkzhan.com/chanpin/1211598.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st299102/product_13477778.html" target="_blank" title="纸张抗张强度试验机"><img src=https://img48.gkzhan.com/a10e47f466ff8fb5d3b97bee8e0910b7b49aef16dd33f73c0f4f6968f483c35e0ea6e6d72bcfe7cd_208_208_5.jpg alt="纸张抗张强度试验机"/></a> </td></tr></tbody></table> <b><span>&yen</span>10000<em>济南市</em></b> <span class="title"><a href="https://www.gkzhan.com/st299102/product_13477778.html" target="_blank" title="纸张抗张强度试验机"> 纸张抗张强度试验机</a></span> <p>济南恒品机电技术有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="primary"></b> <span>第<font>1</font>年</span> <a id="complareBtn13477778" data-pro="13477778,纸张抗张强度试验机,https://img48.gkzhan.com/a10e47f466ff8fb5d3b97bee8e0910b7b49aef16dd33f73c0f4f6968f483c35e0ea6e6d72bcfe7cd.jpg,//www.gkzhan.com/chanpin/13477778.html,4870" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st274471/product_13476904.html" target="_blank" title="脉冲恒电流电源30A脉冲电源"><img src=https://img65.gkzhan.com/9df95e9989903b9bcae4722414e8230191b8ce8de5833037f20cb5eafc5551dcc5f36d3709b7dc66_208_208_5.jpg alt="脉冲恒电流电源30A脉冲电源"/></a> </td></tr></tbody></table> <b><span>&yen</span>1000<em>武汉市</em></b> <span class="title"><a href="https://www.gkzhan.com/st274471/product_13476904.html" target="_blank" title="脉冲恒电流电源30A脉冲电源"> 脉冲恒电流电源30a脉冲电源</a></span> <p>武汉普赛斯仪表有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="primary"></b> <span>第<font>2</font>年</span> <a id="complareBtn13476904" data-pro="13476904,脉冲恒电流电源30A脉冲电源,https://img65.gkzhan.com/9df95e9989903b9bcae4722414e8230191b8ce8de5833037f20cb5eafc5551dcc5f36d3709b7dc66.jpg,//www.gkzhan.com/chanpin/13476904.html,4868" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st303223/product_13419666.html" target="_blank" title="德国TIRA振动台激振器振动设备试验机"><img src=https://img48.gkzhan.com/716cbbfcbc1fd293a73fa04f27e3c645321c0b88def18cdf049156be9f0a8b4db031db9bc24287a5_208_208_5.jpg alt="德国TIRA振动台激振器振动设备试验机"/></a> </td></tr></tbody></table> <b><span>&yen</span>20000<em>上海市</em></b> <span class="title"><a href="https://www.gkzhan.com/st303223/product_13419666.html" target="_blank" title="德国TIRA振动台激振器振动设备试验机"> 德国tira振动台激振器振动设备试验机</a></span> <p>上海盈沣元器件有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="primary"></b> <span>第<font>1</font>年</span> <a id="complareBtn13419666" data-pro="13419666,德国TIRA振动台激振器振动设备试验机,https://img48.gkzhan.com/716cbbfcbc1fd293a73fa04f27e3c645321c0b88def18cdf049156be9f0a8b4db031db9bc24287a5.jpg,//www.gkzhan.com/chanpin/13419666.html,4868" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st45880/product_12968097.html" target="_blank" title="休闲食品包装氧气残留量检测仪"><img src=https://img69.gkzhan.com/969b59aaf9fc955b885e8cde80bdcca2ac8654fd652ebec170b0bf8a2098defe9e7feceba265aee4_208_208_5.jpg alt="休闲食品包装氧气残留量检测仪"/></a> </td></tr></tbody></table> <b>面议<em>济南市</em></b> <span class="title"><a href="https://www.gkzhan.com/st45880/product_12968097.html" target="_blank" title="休闲食品包装氧气残留量检测仪"> 休闲食品包装氧气残留量检测仪</a></span> <p>济南兰光机电技术有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="primary"></b> <span>第<font>8</font>年</span> <a id="complareBtn12968097" data-pro="12968097,休闲食品包装氧气残留量检测仪,https://img69.gkzhan.com/969b59aaf9fc955b885e8cde80bdcca2ac8654fd652ebec170b0bf8a2098defe9e7feceba265aee4.jpg,//www.gkzhan.com/chanpin/12968097.html,4874" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st134281/product_13349120.html" target="_blank" title="MyOSLPCB BeO剂量计NMC1024"><img src=https://img58.gkzhan.com/1c9e5e6bcf563ad4df8e48465649b0cb26c8d47b8ee01260cada6c4c655f6559be94f3e8a5858083_208_208_5.jpg alt="MyOSLPCB BeO剂量计NMC1024"/></a> </td></tr></tbody></table> <b><span>&yen</span>1450<em>上海市</em></b> <span class="title"><a href="https://www.gkzhan.com/st134281/product_13349120.html" target="_blank" title="MyOSLPCB BeO剂量计NMC1024"> myoslpcb beo剂量计nmc1024</a></span> <p>上海连航机电科技有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="primary"></b> <span>第<font>10</font>年</span> <a id="complareBtn13349120" data-pro="13349120,MyOSLPCB BeO剂量计NMC1024,https://img58.gkzhan.com/1c9e5e6bcf563ad4df8e48465649b0cb26c8d47b8ee01260cada6c4c655f6559be94f3e8a5858083.jpg,//www.gkzhan.com/chanpin/13349120.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st53625/product_13307704.html" target="_blank" title="ALLURIS万能试验机FMT-310"><img src=https://img53.gkzhan.com/5300461ad746faf7512d39680ff9d2ff2d2a8beb2e464381065eb00313991983bf9ea04b906ad4db_208_208_5.jpg alt="ALLURIS万能试验机FMT-310"/></a> </td></tr></tbody></table> <b><span>&yen</span>1500<em>天津市</em></b> <span class="title"><a href="https://www.gkzhan.com/st53625/product_13307704.html" target="_blank" title="ALLURIS万能试验机FMT-310"> alluris万能试验机fmt-310</a></span> <p>天津赛力斯自动化科技有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="primary"></b> <span>第<font>10</font>年</span> <a id="complareBtn13307704" data-pro="13307704,ALLURIS万能试验机FMT-310,https://img53.gkzhan.com/5300461ad746faf7512d39680ff9d2ff2d2a8beb2e464381065eb00313991983bf9ea04b906ad4db.jpg,//www.gkzhan.com/chanpin/13307704.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st303590/product_13076764.html" target="_blank" title="防水卷材拉力试验机"><img src=https://img55.gkzhan.com/f05c972a1daef939c7a7e1c25dd80d93c6ba081de2f7d69c102c9fe3c0d4814554a11c389480ff41_208_208_5.jpg alt="防水卷材拉力试验机"/></a> </td></tr></tbody></table> <b><span>&yen</span>10000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st303590/product_13076764.html" target="_blank" title="防水卷材拉力试验机"> 防水卷材拉力试验机</a></span> <p>扬州市俊平试验机械有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="primary"></b> <span>第<font>1</font>年</span> <a id="complareBtn13076764" data-pro="13076764,防水卷材拉力试验机,https://img55.gkzhan.com/f05c972a1daef939c7a7e1c25dd80d93c6ba081de2f7d69c102c9fe3c0d4814554a11c389480ff41.jpg,//www.gkzhan.com/chanpin/13076764.html,4867" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st75158/product_13185912.html" target="_blank" title="牙模块染色仪 染色装置 染牙机"><img src=https://img50.gkzhan.com/baf745d1f3ba588b5644919f880d0f277fa0edce6d8425bfba906591a1e0198ca8d3729e11c754c5_208_208_5.jpg alt="牙模块染色仪 染色装置 染牙机"/></a> </td></tr></tbody></table> <b><span>&yen</span>10000<em>北京市</em></b> <span class="title"><a href="https://www.gkzhan.com/st75158/product_13185912.html" target="_blank" title="牙模块染色仪 染色装置 染牙机"> 牙模块染色仪 染色装置 染牙机</a></span> <p>北京杰瑞恒达科技有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="primary"></b> <span>第<font>13</font>年</span> <a id="complareBtn13185912" data-pro="13185912,牙模块染色仪 染色装置 染牙机,https://img50.gkzhan.com/baf745d1f3ba588b5644919f880d0f277fa0edce6d8425bfba906591a1e0198ca8d3729e11c754c5.jpg,//www.gkzhan.com/chanpin/13185912.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st28368/product_1029074.html" target="_blank" title="Deepvision 侧扫声纳 旁扫声纳"><img src=https://img43.gkzhan.com/251d28d5b77e7a72744fe6d2f48de096985fc9b021e5488148cb276a8d227fc2_208_208_5.jpg alt="Deepvision 侧扫声纳 旁扫声纳"/></a> </td></tr></tbody></table> <b><span>&yen</span>800000<em>国外</em></b> <span class="title"><a href="https://www.gkzhan.com/st28368/product_1029074.html" target="_blank" title="Deepvision 侧扫声纳 旁扫声纳"> deepvision 侧扫声纳 旁扫声纳</a></span> <p>上海瑾瑜科学仪器有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="primary"></b> <span>第<font>9</font>年</span> <a id="complareBtn1029074" data-pro="1029074,Deepvision 侧扫声纳 旁扫声纳,https://img43.gkzhan.com/251d28d5b77e7a72744fe6d2f48de096985fc9b021e5488148cb276a8d227fc2.jpg,//www.gkzhan.com/chanpin/1029074.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st236736/product_12532121.html" target="_blank" title="联测_液位计/水位计_投入式/超声波/雷达液位计_"><img src=https://img62.gkzhan.com/5eceadd4559dcfd29b27147f2117aac9e3f4843c5f63fbeb1cc24973aa07f5dd0a66e50c3c7ffb7b_208_208_5.jpg alt="联测_液位计/水位计_投入式/超声波/雷达液位计_"/></a> </td></tr></tbody></table> <b>面议<em></em></b> <span class="title"><a href="https://www.gkzhan.com/st236736/product_12532121.html" target="_blank" title="联测_液位计/水位计_投入式/超声波/雷达液位计_"> 联测_液位计/水位计_投入式/超声波/雷达液位计_</a></span> <p>杭州联测自动化技术有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="primary"></b> <span>第<font>5</font>年</span> <a id="complareBtn12532121" data-pro="12532121,联测_液位计/水位计_投入式/超声波/雷达液位计_,https://img62.gkzhan.com/5eceadd4559dcfd29b27147f2117aac9e3f4843c5f63fbeb1cc24973aa07f5dd0a66e50c3c7ffb7b.jpg,//www.gkzhan.com/chanpin/12532121.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st68771/product_11494359.html" target="_blank" title="HSBG-V3200振动传感器•振动变送器"><img src=https://img70.gkzhan.com/0497b4e3566c1420084aec41ac894b4b2943a5c9a5145dcd9fd4314e4330a6afb898c9b8cc82ad58_208_208_5.jpg alt="HSBG-V3200振动传感器•振动变送器"/></a> </td></tr></tbody></table> <b>面议<em>上海市</em></b> <span class="title"><a href="https://www.gkzhan.com/st68771/product_11494359.html" target="_blank" title="HSBG-V3200振动传感器•振动变送器"> hsbg-v3200振动传感器•振动变送器</a></span> <p>上海航振仪器仪表有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="primary"></b> <span>第<font>9</font>年</span> <a id="complareBtn11494359" data-pro="11494359,HSBG-V3200振动传感器•振动变送器,https://img70.gkzhan.com/0497b4e3566c1420084aec41ac894b4b2943a5c9a5145dcd9fd4314e4330a6afb898c9b8cc82ad58.jpg,//www.gkzhan.com/chanpin/11494359.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st123293/product_11832473.html" target="_blank" title="H920智能遥测终端机"><img src=https://img62.gkzhan.com/5eceadd4559dcfd2133b537d8976044f690b0e1b128ad843d7fa2f0f771d2376c14b1fb8b9d64794_208_208_5.jpg alt="H920智能遥测终端机"/></a> </td></tr></tbody></table> <b>面议<em>上海市</em></b> <span class="title"><a href="https://www.gkzhan.com/st123293/product_11832473.html" target="_blank" title="H920智能遥测终端机"> h920智能遥测终端机</a></span> <p>上海华测导航技术股份有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="primary"></b> <span>第<font>2</font>年</span> <a id="complareBtn11832473" data-pro="11832473,H920智能遥测终端机,https://img62.gkzhan.com/5eceadd4559dcfd2133b537d8976044f690b0e1b128ad843d7fa2f0f771d2376c14b1fb8b9d64794.jpg,//www.gkzhan.com/chanpin/11832473.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st133411/product_5665951.html" target="_blank" title="西纳数字仪表之CET数字仪表"><img src=https://img54.gkzhan.com/9413136fc9958f62ad64168004c41aa87b0d1d4651b144a24bbe345c0a786e52f736da03c49e7b6f_208_208_5.jpg alt="西纳数字仪表之CET数字仪表"/></a> </td></tr></tbody></table> <b>面议<em>天津市</em></b> <span class="title"><a href="https://www.gkzhan.com/st133411/product_5665951.html" target="_blank" title="西纳数字仪表之CET数字仪表"> 西纳数字仪表之cet数字仪表</a></span> <p>天津西纳智能科技有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="primary"></b> <span>第<font>10</font>年</span> <a id="complareBtn5665951" data-pro="5665951,西纳数字仪表之CET数字仪表,https://img54.gkzhan.com/9413136fc9958f62ad64168004c41aa87b0d1d4651b144a24bbe345c0a786e52f736da03c49e7b6f.jpg,//www.gkzhan.com/chanpin/5665951.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st65963/product_5931638.html" target="_blank" title="RTF212-95-99-ACROMAG变送器、ACROMAG隔离器"><img src=https://img65.gkzhan.com/a3945802848bd36e9dc7f78d59e34bbcdc36f29ecb9f76bdde8a740d54c7d0deeeae03ba0ebd405e_208_208_5.jpg alt="RTF212-95-99-ACROMAG变送器、ACROMAG隔离器"/></a> </td></tr></tbody></table> <b>面议<em>上海市</em></b> <span class="title"><a href="https://www.gkzhan.com/st65963/product_5931638.html" target="_blank" title="RTF212-95-99-ACROMAG变送器、ACROMAG隔离器"> rtf212-95-99-acromag变送器、acromag隔离器</a></span> <p>上海航欧机电设备有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="primary"></b> <span>第<font>14</font>年</span> <a id="complareBtn5931638" data-pro="5931638,RTF212-95-99-ACROMAG变送器、ACROMAG隔离器,https://img65.gkzhan.com/a3945802848bd36e9dc7f78d59e34bbcdc36f29ecb9f76bdde8a740d54c7d0deeeae03ba0ebd405e.jpg,//www.gkzhan.com/chanpin/5931638.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st11911/product_8259201.html" target="_blank" title="XJZC-03A撞击子监视保护仪(监测,监控仪)"><img src=https://img63.gkzhan.com/29ac94300968f1eb0461b5a8d0747c1407756cfd1549cb0da70a4bb18566fa0c4b603b9bc57a6ecf_208_208_5.jpg alt="XJZC-03A撞击子监视保护仪(监测,监控仪)"/></a> </td></tr></tbody></table> <b>面议<em>苏州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st11911/product_8259201.html" target="_blank" title="XJZC-03A撞击子监视保护仪(监测,监控仪)"> xjzc-03a撞击子监视保护仪(监测,监控仪)</a></span> <p>上海工皇传感器有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="primary"></b> <span>第<font>1</font>年</span> <a id="complareBtn8259201" data-pro="8259201,XJZC-03A撞击子监视保护仪(监测,监控仪),https://img63.gkzhan.com/29ac94300968f1eb0461b5a8d0747c1407756cfd1549cb0da70a4bb18566fa0c4b603b9bc57a6ecf.jpg,//www.gkzhan.com/chanpin/8259201.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st160350/product_7814015.html" target="_blank" title="意大利BDC开关DC8/4700L"><img src=https://img65.gkzhan.com/a623a6b923b05504e118199226394a707edd01651f13959d15f0730d7b6abe086a405235671762e5_208_208_5.jpg alt="意大利BDC开关DC8/4700L"/></a> </td></tr></tbody></table> <b>面议<em>上海市</em></b> <span class="title"><a href="https://www.gkzhan.com/st160350/product_7814015.html" target="_blank" title="意大利BDC开关DC8/4700L"> 意大利bdc开关dc8/4700l</a></span> <p>上海航欧机电设备有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="primary"></b> <span>第<font>4</font>年</span> <a id="complareBtn7814015" data-pro="7814015,意大利BDC开关DC8/4700L,https://img65.gkzhan.com/a623a6b923b05504e118199226394a707edd01651f13959d15f0730d7b6abe086a405235671762e5.jpg,//www.gkzhan.com/chanpin/7814015.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st141197/product_5274545.html" target="_blank" title="EMCP物联网云平台应用于农业气象站"><img src=https://img66.gkzhan.com/a3945802848bd36e6f64ed96cad1f66e587355c8f426754b655d1bb945ad518586e0b5a967214496_208_208_5.jpg alt="EMCP物联网云平台应用于农业气象站"/></a> </td></tr></tbody></table> <b>面议<em>石家庄市</em></b> <span class="title"><a href="https://www.gkzhan.com/st141197/product_5274545.html" target="_blank" title="EMCP物联网云平台应用于农业气象站"> emcp物联网云平台应用于农业气象站</a></span> <p>河北蓝蜂信息科技有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="primary"></b> <span>第<font>5</font>年</span> <a id="complareBtn5274545" data-pro="5274545,EMCP物联网云平台应用于农业气象站,https://img66.gkzhan.com/a3945802848bd36e6f64ed96cad1f66e587355c8f426754b655d1bb945ad518586e0b5a967214496.jpg,//www.gkzhan.com/chanpin/5274545.html,4874" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st166178/product_10485528.html" target="_blank" title="熔喷布喷雾加湿器"><img src=https://img71.gkzhan.com/1db5f40061365a43d3206d096c85088a4945239ffbb28967f4f88f813d028c9fb901b10121e4762e_208_208_5.jpg alt="熔喷布喷雾加湿器"/></a> </td></tr></tbody></table> <b>面议<em>郑州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st166178/product_10485528.html" target="_blank" title="熔喷布喷雾加湿器"> 熔喷布喷雾加湿器</a></span> <p>郑州国润智慧科技有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="primary"></b> <span>第<font>7</font>年</span> <a id="complareBtn10485528" data-pro="10485528,熔喷布喷雾加湿器,https://img71.gkzhan.com/1db5f40061365a43d3206d096c85088a4945239ffbb28967f4f88f813d028c9fb901b10121e4762e.jpg,//www.gkzhan.com/chanpin/10485528.html,4873" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st79226/product_4160298.html" target="_blank" title="静电枪"><img src=https://img64.gkzhan.com/cc947453cd6ce8aa8656ea63ce08c72ea7e360b5d48ba4c020870b0199e72c31356ac8d5e241ea51_208_208_5.jpg alt="静电枪"/></a> </td></tr></tbody></table> <b><span>&yen</span>100000<em>上海市</em></b> <span class="title"><a href="https://www.gkzhan.com/st79226/product_4160298.html" target="_blank" title="静电枪"> 静电枪</a></span> <p>上海博统科学仪器有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="free">|</b><a id="complareBtn4160298" data-pro="4160298,静电枪,https://img64.gkzhan.com/cc947453cd6ce8aa8656ea63ce08c72ea7e360b5d48ba4c020870b0199e72c31356ac8d5e241ea51.jpg,//www.gkzhan.com/chanpin/4160298.html,4868" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st257552/product_13477608.html" target="_blank" title="擦拭机"><img src=https://img58.gkzhan.com/418afcb93361055d80304c365ef97726cba230e4d5fef0db93d5c0bcf1b952cc2ef024210cdea900_208_208_5.jpg alt="擦拭机"/></a> </td></tr></tbody></table> <b><span>&yen</span>510000<em>东莞市</em></b> <span class="title"><a href="https://www.gkzhan.com/st257552/product_13477608.html" target="_blank" title="擦拭机"> 擦拭机</a></span> <p>东莞市双仁机械设备科技有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="free">|</b> <a id="complareBtn13477608" data-pro="13477608,擦拭机,https://img58.gkzhan.com/418afcb93361055d80304c365ef97726cba230e4d5fef0db93d5c0bcf1b952cc2ef024210cdea900.jpg,//www.gkzhan.com/chanpin/13477608.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st314605/product_13474674.html" target="_blank" title="爱疆科技钙钛矿电池IV测试仪"><img src=https://img53.gkzhan.com/418afcb93361055d1a1d25f41ddc5e5b5c3af152a6fde94fa00aed6179598831eaba5ad1ffe0cca5_208_208_5.jpg alt="爱疆科技钙钛矿电池IV测试仪"/></a> </td></tr></tbody></table> <b><span>&yen</span>600005<em>武汉市</em></b> <span class="title"><a href="https://www.gkzhan.com/st314605/product_13474674.html" target="_blank" title="爱疆科技钙钛矿电池IV测试仪"> 爱疆科技钙钛矿电池iv测试仪</a></span> <p>武汉爱疆科技有限公司 </p> <div class="year"> <b class="free">|</b> <a id="complareBtn13474674" data-pro="13474674,爱疆科技钙钛矿电池IV测试仪,https://img53.gkzhan.com/418afcb93361055d1a1d25f41ddc5e5b5c3af152a6fde94fa00aed6179598831eaba5ad1ffe0cca5.jpg,//www.gkzhan.com/chanpin/13474674.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st6312/product_12619602.html" target="_blank" title="TA1323系列电压输出型电流变换器 (TA1323系列)"><img src=https://img69.gkzhan.com/mt0024/5/20230217/638122435189541971494_208_208_5.gif alt="TA1323系列电压输出型电流变换器 (TA1323系列)"/></a> </td></tr></tbody></table> <b>面议<em>北京市</em></b> <span class="title"><a href="https://www.gkzhan.com/st6312/product_12619602.html" target="_blank" title="TA1323系列电压输出型电流变换器 (TA1323系列)"> ta1323系列电压输出型电流变换器 (ta1323系列)</a></span> <p>北京创四方电子集团股份有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="topLevel">|</b> <span>第<font>18</font>年</span> <a id="complareBtn12619602" data-pro="12619602,TA1323系列电压输出型电流变换器 (TA1323系列),https://img69.gkzhan.com/mt0024/5/20230217/638122435189541971494.gif,//www.gkzhan.com/chanpin/12619602.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st6312/product_12616609.html" target="_blank" title="TA1322系列电压输出型电流变换器 (TA1322系列)"><img src=https://img65.gkzhan.com/5eceadd4559dcfd2aa2f2a1668aa0a472ed345b8567ca609b35f2a44ce71c0ebcf158d62d067b7f7_208_208_5.jpg alt="TA1322系列电压输出型电流变换器 (TA1322系列)"/></a> </td></tr></tbody></table> <b>面议<em>北京市</em></b> <span class="title"><a href="https://www.gkzhan.com/st6312/product_12616609.html" target="_blank" title="TA1322系列电压输出型电流变换器 (TA1322系列)"> ta1322系列电压输出型电流变换器 (ta1322系列)</a></span> <p>北京创四方电子集团股份有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="topLevel">|</b> <span>第<font>18</font>年</span> <a id="complareBtn12616609" data-pro="12616609,TA1322系列电压输出型电流变换器 (TA1322系列),https://img65.gkzhan.com/5eceadd4559dcfd2aa2f2a1668aa0a472ed345b8567ca609b35f2a44ce71c0ebcf158d62d067b7f7.jpg,//www.gkzhan.com/chanpin/12616609.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st54217/product_1686207.html" target="_blank" title="尿流量检测仪 库存 库号:D26239"><img src=https://img41.gkzhan.com/a10e47f466ff8fb5713cea13d02fc112d8da0d98a943bfe4d8ae2f3911efd08e1f150aa7277e28ab_208_208_5.jpg alt="尿流量检测仪 库存 库号:D26239"/></a> </td></tr></tbody></table> <b><span>&yen</span>7500<em>北京市</em></b> <span class="title"><a href="https://www.gkzhan.com/st54217/product_1686207.html" target="_blank" title="尿流量检测仪 库存 库号:D26239"> 尿流量检测仪 库存 库号:d26239</a></span> <p>东方化玻(北京)科技有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="senior">|</b> <span>第<font>15</font>年</span> <a id="complareBtn1686207" data-pro="1686207,尿流量检测仪 库存 库号:D26239,https://img41.gkzhan.com/a10e47f466ff8fb5713cea13d02fc112d8da0d98a943bfe4d8ae2f3911efd08e1f150aa7277e28ab.jpg,//www.gkzhan.com/chanpin/1686207.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st54217/product_1686188.html" target="_blank" title="美国GE 巴纳XMTC-6211分析仪 库存 D135373"><img src=https://img53.gkzhan.com/a10e47f466ff8fb5713cea13d02fc1122415ef16a6c86d1de93db0bd03befc3fa8c13324f83f9592_208_208_5.jpg alt="美国GE 巴纳XMTC-6211分析仪 库存 D135373"/></a> </td></tr></tbody></table> <b><span>&yen</span>75000<em>北京市</em></b> <span class="title"><a href="https://www.gkzhan.com/st54217/product_1686188.html" target="_blank" title="美国GE 巴纳XMTC-6211分析仪 库存 D135373"> 美国ge 巴纳xmtc-6211分析仪 库存 d135373</a></span> <p>东方化玻(北京)科技有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="senior">|</b> <span>第<font>15</font>年</span> <a id="complareBtn1686188" data-pro="1686188,美国GE 巴纳XMTC-6211分析仪 库存 D135373,https://img53.gkzhan.com/a10e47f466ff8fb5713cea13d02fc1122415ef16a6c86d1de93db0bd03befc3fa8c13324f83f9592.jpg,//www.gkzhan.com/chanpin/1686188.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st54217/product_1686244.html" target="_blank" title="金属管浮子流量计DN40 库存 库号:D226016"><img src=https://img44.gkzhan.com/a10e47f466ff8fb5713cea13d02fc11228d5db1d11c722993a9e6c648b037e68ae25bf9acc21e394_208_208_5.jpg alt="金属管浮子流量计DN40 库存 库号:D226016"/></a> </td></tr></tbody></table> <b><span>&yen</span>4750<em>北京市</em></b> <span class="title"><a href="https://www.gkzhan.com/st54217/product_1686244.html" target="_blank" title="金属管浮子流量计DN40 库存 库号:D226016"> 金属管浮子流量计dn40 库存 库号:d226016</a></span> <p>东方化玻(北京)科技有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="senior">|</b> <span>第<font>15</font>年</span> <a id="complareBtn1686244" data-pro="1686244,金属管浮子流量计DN40 库存 库号:D226016,https://img44.gkzhan.com/a10e47f466ff8fb5713cea13d02fc11228d5db1d11c722993a9e6c648b037e68ae25bf9acc21e394.jpg,//www.gkzhan.com/chanpin/1686244.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st54217/product_1686167.html" target="_blank" title="酒精测试仪 库存 库号:D279517"><img src=https://img50.gkzhan.com/a10e47f466ff8fb5713cea13d02fc11281c47c8f9582867b36844e406cb822654449ebf22bd5983b_208_208_5.jpg alt="酒精测试仪 库存 库号:D279517"/></a> </td></tr></tbody></table> <b><span>&yen</span>12000<em>北京市</em></b> <span class="title"><a href="https://www.gkzhan.com/st54217/product_1686167.html" target="_blank" title="酒精测试仪 库存 库号:D279517"> 酒精测试仪 库存 库号:d279517</a></span> <p>东方化玻(北京)科技有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="senior">|</b> <span>第<font>15</font>年</span> <a id="complareBtn1686167" data-pro="1686167,酒精测试仪 库存 库号:D279517,https://img50.gkzhan.com/a10e47f466ff8fb5713cea13d02fc11281c47c8f9582867b36844e406cb822654449ebf22bd5983b.jpg,//www.gkzhan.com/chanpin/1686167.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st54217/product_1686150.html" target="_blank" title="XMTC在线氢中氧纯度分析仪 库存 D328832"><img src=https://img54.gkzhan.com/a10e47f466ff8fb5713cea13d02fc112ec3e994b2834044b79c13eb4912a33eeabdecffc1dd32101_208_208_5.jpg alt="XMTC在线氢中氧纯度分析仪 库存 D328832"/></a> </td></tr></tbody></table> <b><span>&yen</span>75560<em>北京市</em></b> <span class="title"><a href="https://www.gkzhan.com/st54217/product_1686150.html" target="_blank" title="XMTC在线氢中氧纯度分析仪 库存 D328832"> xmtc在线氢中氧纯度分析仪 库存 d328832</a></span> <p>东方化玻(北京)科技有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="senior">|</b> <span>第<font>15</font>年</span> <a id="complareBtn1686150" data-pro="1686150,XMTC在线氢中氧纯度分析仪 库存 D328832,https://img54.gkzhan.com/a10e47f466ff8fb5713cea13d02fc112ec3e994b2834044b79c13eb4912a33eeabdecffc1dd32101.jpg,//www.gkzhan.com/chanpin/1686150.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st54217/product_1686108.html" target="_blank" title="美国GE 巴纳XMTC分析仪 库存 库号:D328917"><img src=https://img50.gkzhan.com/a10e47f466ff8fb5713cea13d02fc1123827c6e17d3fc087de82202664c5b2ab4e8d9991698cebe8_208_208_5.jpg alt="美国GE 巴纳XMTC分析仪 库存 库号:D328917"/></a> </td></tr></tbody></table> <b><span>&yen</span>75560<em>北京市</em></b> <span class="title"><a href="https://www.gkzhan.com/st54217/product_1686108.html" target="_blank" title="美国GE 巴纳XMTC分析仪 库存 库号:D328917"> 美国ge 巴纳xmtc分析仪 库存 库号:d328917</a></span> <p>东方化玻(北京)科技有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="senior">|</b> <span>第<font>15</font>年</span> <a id="complareBtn1686108" data-pro="1686108,美国GE 巴纳XMTC分析仪 库存 库号:D328917,https://img50.gkzhan.com/a10e47f466ff8fb5713cea13d02fc1123827c6e17d3fc087de82202664c5b2ab4e8d9991698cebe8.jpg,//www.gkzhan.com/chanpin/1686108.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st54217/product_1686009.html" target="_blank" title="旋杯式流速仪 库存 库号:D330330"><img src=https://img42.gkzhan.com/a10e47f466ff8fb5713cea13d02fc112a768cc46f8606137d9f2b1d7a85ccdbaee5727564167f862_208_208_5.jpg alt="旋杯式流速仪 库存 库号:D330330"/></a> </td></tr></tbody></table> <b><span>&yen</span>6650<em>北京市</em></b> <span class="title"><a href="https://www.gkzhan.com/st54217/product_1686009.html" target="_blank" title="旋杯式流速仪 库存 库号:D330330"> 旋杯式流速仪 库存 库号:d330330</a></span> <p>东方化玻(北京)科技有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="senior">|</b> <span>第<font>15</font>年</span> <a id="complareBtn1686009" data-pro="1686009,旋杯式流速仪 库存 库号:D330330,https://img42.gkzhan.com/a10e47f466ff8fb5713cea13d02fc112a768cc46f8606137d9f2b1d7a85ccdbaee5727564167f862.jpg,//www.gkzhan.com/chanpin/1686009.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st54217/product_1685424.html" target="_blank" title="德国久茂JUMO压力变送器 库存 D398673"><img src=https://img46.gkzhan.com/a10e47f466ff8fb5713cea13d02fc112e7f4e50e1537effd451b515d0035ee3f1aff884ca5117d07_208_208_5.jpg alt="德国久茂JUMO压力变送器 库存 D398673"/></a> </td></tr></tbody></table> <b><span>&yen</span>1650<em>北京市</em></b> <span class="title"><a href="https://www.gkzhan.com/st54217/product_1685424.html" target="_blank" title="德国久茂JUMO压力变送器 库存 D398673"> 德国久茂jumo压力变送器 库存 d398673</a></span> <p>东方化玻(北京)科技有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="senior">|</b> <span>第<font>15</font>年</span> <a id="complareBtn1685424" data-pro="1685424,德国久茂JUMO压力变送器 库存 D398673,https://img46.gkzhan.com/a10e47f466ff8fb5713cea13d02fc112e7f4e50e1537effd451b515d0035ee3f1aff884ca5117d07.jpg,//www.gkzhan.com/chanpin/1685424.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st54217/product_1685373.html" target="_blank" title="微孔板离心机 库存 库号:D388621"><img src=https://img57.gkzhan.com/a10e47f466ff8fb5713cea13d02fc112887953f033df0261e30bf4d8afa52ddd1fef7118de683f4b_208_208_5.jpg alt="微孔板离心机 库存 库号:D388621"/></a> </td></tr></tbody></table> <b><span>&yen</span>2760<em>北京市</em></b> <span class="title"><a href="https://www.gkzhan.com/st54217/product_1685373.html" target="_blank" title="微孔板离心机 库存 库号:D388621"> 微孔板离心机 库存 库号:d388621</a></span> <p>东方化玻(北京)科技有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="senior">|</b> <span>第<font>15</font>年</span> <a id="complareBtn1685373" data-pro="1685373,微孔板离心机 库存 库号:D388621,https://img57.gkzhan.com/a10e47f466ff8fb5713cea13d02fc112887953f033df0261e30bf4d8afa52ddd1fef7118de683f4b.jpg,//www.gkzhan.com/chanpin/1685373.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st54217/product_1685404.html" target="_blank" title="新款智能磨音测量仪 库存 库号:D395825"><img src=https://img43.gkzhan.com/a10e47f466ff8fb5713cea13d02fc11244cfab8038fcbd7b0be40514769a4231600ef0c319c93e2d_208_208_5.jpg alt="新款智能磨音测量仪 库存 库号:D395825"/></a> </td></tr></tbody></table> <b><span>&yen</span>16500<em>北京市</em></b> <span class="title"><a href="https://www.gkzhan.com/st54217/product_1685404.html" target="_blank" title="新款智能磨音测量仪 库存 库号:D395825"> 新款智能磨音测量仪 库存 库号:d395825</a></span> <p>东方化玻(北京)科技有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="senior">|</b> <span>第<font>15</font>年</span> <a id="complareBtn1685404" data-pro="1685404,新款智能磨音测量仪 库存 库号:D395825,https://img43.gkzhan.com/a10e47f466ff8fb5713cea13d02fc11244cfab8038fcbd7b0be40514769a4231600ef0c319c93e2d.jpg,//www.gkzhan.com/chanpin/1685404.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st54217/product_1685316.html" target="_blank" title="智能磨音测量仪(湿料) 库存 库号:D407708"><img src=https://img44.gkzhan.com/a10e47f466ff8fb5713cea13d02fc112a6c534edc881c229f88066a86c263a1a018ee48f5771cfdc_208_208_5.jpg alt="智能磨音测量仪(湿料) 库存 库号:D407708"/></a> </td></tr></tbody></table> <b><span>&yen</span>17780<em>北京市</em></b> <span class="title"><a href="https://www.gkzhan.com/st54217/product_1685316.html" target="_blank" title="智能磨音测量仪(湿料) 库存 库号:D407708"> 智能磨音测量仪(湿料) 库存 库号:d407708</a></span> <p>东方化玻(北京)科技有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="senior">|</b> <span>第<font>15</font>年</span> <a id="complareBtn1685316" data-pro="1685316,智能磨音测量仪(湿料) 库存 库号:D407708,https://img44.gkzhan.com/a10e47f466ff8fb5713cea13d02fc112a6c534edc881c229f88066a86c263a1a018ee48f5771cfdc.jpg,//www.gkzhan.com/chanpin/1685316.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st54217/product_1688363.html" target="_blank" title="玻璃恒温水槽 库存 库号:D408289"><img src=https://img57.gkzhan.com/a10e47f466ff8fb5713cea13d02fc1128c95123d460246d38044d17c27afb25b98767a846eef7862_208_208_5.jpg alt="玻璃恒温水槽 库存 库号:D408289"/></a> </td></tr></tbody></table> <b><span>&yen</span>7800<em>北京市</em></b> <span class="title"><a href="https://www.gkzhan.com/st54217/product_1688363.html" target="_blank" title="玻璃恒温水槽 库存 库号:D408289"> 玻璃恒温水槽 库存 库号:d408289</a></span> <p>东方化玻(北京)科技有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="senior">|</b> <span>第<font>15</font>年</span> <a id="complareBtn1688363" data-pro="1688363,玻璃恒温水槽 库存 库号:D408289,https://img57.gkzhan.com/a10e47f466ff8fb5713cea13d02fc1128c95123d460246d38044d17c27afb25b98767a846eef7862.jpg,//www.gkzhan.com/chanpin/1688363.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st54217/product_1688295.html" target="_blank" title="声波加湿器 库存 库号:D126842"><img src=https://img52.gkzhan.com/a10e47f466ff8fb5713cea13d02fc11233b6ba031e1a9d0fc27ad95f7767c6009240332318c6160c_208_208_5.jpg alt="声波加湿器 库存 库号:D126842"/></a> </td></tr></tbody></table> <b><span>&yen</span>400<em>北京市</em></b> <span class="title"><a href="https://www.gkzhan.com/st54217/product_1688295.html" target="_blank" title="声波加湿器 库存 库号:D126842"> 声波加湿器 库存 库号:d126842</a></span> <p>东方化玻(北京)科技有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="senior">|</b> <span>第<font>15</font>年</span> <a id="complareBtn1688295" data-pro="1688295,声波加湿器 库存 库号:D126842,https://img52.gkzhan.com/a10e47f466ff8fb5713cea13d02fc11233b6ba031e1a9d0fc27ad95f7767c6009240332318c6160c.jpg,//www.gkzhan.com/chanpin/1688295.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st54217/product_1684165.html" target="_blank" title="旋转滴低界面张力仪 库存 库号:D329705"><img src=https://img52.gkzhan.com/a10e47f466ff8fb5713cea13d02fc112f311a313e1768b6fc29ebb82072c44dffbd8912ab7b8f65e_208_208_5.jpg alt="旋转滴低界面张力仪 库存 库号:D329705"/></a> </td></tr></tbody></table> <b><span>&yen</span>110000<em>北京市</em></b> <span class="title"><a href="https://www.gkzhan.com/st54217/product_1684165.html" target="_blank" title="旋转滴低界面张力仪 库存 库号:D329705"> 旋转滴低界面张力仪 库存 库号:d329705</a></span> <p>东方化玻(北京)科技有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="senior">|</b> <span>第<font>15</font>年</span> <a id="complareBtn1684165" data-pro="1684165,旋转滴低界面张力仪 库存 库号:D329705,https://img52.gkzhan.com/a10e47f466ff8fb5713cea13d02fc112f311a313e1768b6fc29ebb82072c44dffbd8912ab7b8f65e.jpg,//www.gkzhan.com/chanpin/1684165.html,22230" class="" href="javascript:void(0);">对比</a> </div> </li> </ul> <div class="clear"></div> </div> <div class="newspages"> <span id="fLink" style="display:none">/chanpin/4854/</span><a class="ft" title="第一页" href="/chanpin/4854/"></a><a class="prev" href="#" ></a><a class="on" href="/chanpin/4854/">1</a><a href="/chanpin/4854_p2/">2</a><a href="/chanpin/4854_p3/">3</a><a href="/chanpin/4854_p4/">4</a><a href="/chanpin/4854_p5/">5</a><a class="lt" title="下一页" href="/chanpin/4854_p2/"></a><a class="next" title="最后一页" href="/chanpin/4854_p100/"></a><span class="jump">共100页110671条记录<input id="selPage" name="selPage" onkeydown="if(event.keyCode>=96&&event.keyCode<=105 ||event.keyCode>=48&&event.keyCode<=57||event.keyCode==8||event.keyCode==46)return true;else if(event.keyCode==13){var pVal=this.value;if(pVal=='')pVal=1;var f=document.getElementById('pagenum');var act=document.getElementById('fLink').innerHTML.toLowerCase();if(!(/_p(\d+)/).test(act)){if(act.indexOf('.html')==-1)act=act.substring(0,act.length-1)+'_p'+pVal+'/';else if(act.indexOf('/list_pid')>-1)act=act.replace('/list_pid','/list_p'+pVal+'_pid');else act=act.replace('.html','_p'+pVal+'.html')}else{act=act.replace(/_p(\d+)/,'_p'+pVal);}location.href=act;}else return false;"><button onclick="var pVal=document.getElementById('selPage').value;if(pVal=='')pVal=1;var f=document.getElementById('pagenum');var act=document.getElementById('fLink').innerHTML.toLowerCase();if(!(/_p(\d+)/).test(act)){if(act.indexOf('.html')==-1)act=act.substring(0,act.length-1)+'_p'+pVal+'/';else if(act.indexOf('/list_pid')>-1)act=act.replace('/list_pid','/list_p'+pVal+'_pid');else act=act.replace('.html','_p'+pVal+'.html')}else{act=act.replace(/_p(\d+)/,'_p'+pVal);}location.href=act;" id="btnGopage">确定</button></span> </div> <div class="pages-tip">智能制造网为您找到110671条 <a href="https://www.gkzhan.com/chanpin/4854/">行业专用仪器</a>产品的价格/报价信息、 <a href="https://www.gkzhan.com/chanpin/4854/">行业专用仪器</a>厂家供应商、高清图片视频、产品型号参数等信息。您还可以查看 <ul class="pages-otherexi"> <li><a href="https://www.gkzhan.com/chanpin/4874/">农业食品行业仪器</a></li> <li><a href="https://www.gkzhan.com/chanpin/4867/">建筑建材行业仪器</a></li> <li><a href="https://www.gkzhan.com/chanpin/4873/">纺织服装行业仪器</a></li> <br class="clear"> </ul> 等产品信息。 </div> </div> <!-- 右边的框 --> <div class="proBoxRight"> <div class="titleList"> <h3><a href="https://expo.gkzhan.com/" target="_blank">产品视频</a></h3> <a href="https://expo.gkzhan.com/" target="_blank" class="more">更多+</a> </div> <ul class="video"> <li> <div class="videoImg"> <a href="https://www.gkzhan.com/st154089/product_13476937.html" target="_blank" title="电气绝缘材料测试 耐电弧测试仪"> <img class="lazy" src=https://img60.gkzhan.com/b668da8d58269a52708fd141658fd73e0229647c8363db9770634a7e7b9e79729f22ad4efbd49bcd_241_149_5.png /><i class="video-icon"></i> </a> </div> <h2><a href="https://www.gkzhan.com/st154089/product_13476937.html" title="电气绝缘材料测试 耐电弧测试仪" target="_blank">电气绝缘材料测试 耐电弧测试仪</a></h2> <h3 class="comp">北京华测试验仪器有限公司</h3> <div class="year"> <b class="intermediate"></b><span><font></font></span> <i class="companyAuth"></i></div> <b><span>&yen</span>60000<em>浏览:145</em></b> </li> <li> <div class="videoImg"> <a href="https://www.gkzhan.com/st274471/product_13476904.html" target="_blank" title="脉冲恒电流电源30A脉冲电源"> <img class="lazy" src=https://img65.gkzhan.com/9df95e9989903b9bcae4722414e8230191b8ce8de5833037f20cb5eafc5551dcc5f36d3709b7dc66_241_149_5.jpg /><i class="video-icon"></i> </a> </div> <h2><a href="https://www.gkzhan.com/st274471/product_13476904.html" title="脉冲恒电流电源30A脉冲电源" target="_blank">脉冲恒电流电源30A脉冲电源</a></h2> <h3 class="comp">武汉普赛斯仪表有限公司</h3> <div class="year"> <b class="primary"></b><span><font></font></span> <i class="companyAuth"></i></div> <b><span>&yen</span>1000<em>浏览:62</em></b> </li> <li> <div class="videoImg"> <a href="https://www.gkzhan.com/st154089/product_13473120.html" target="_blank" title="锂电池隔膜测试系统50点电极法高压试验装置"> <img class="lazy" src=https://img46.gkzhan.com/b668da8d58269a52db602a33f51fc0a0cb7c3f2b9a17eec6b1a77de191ca69c1e32eac6946346eca_241_149_5.png /><i class="video-icon"></i> </a> </div> <h2><a href="https://www.gkzhan.com/st154089/product_13473120.html" title="锂电池隔膜测试系统50点电极法高压试验装置" target="_blank">锂电池隔膜测试系统50点电极法高压试验装置</a></h2> <h3 class="comp">北京华测试验仪器有限公司</h3> <div class="year"> <b class="intermediate"></b><span><font></font></span> <i class="companyAuth"></i></div> <b><span>&yen</span>70000<em>浏览:158</em></b> </li> <li> <div class="videoImg"> <a href="https://www.gkzhan.com/st274471/product_13471526.html" target="_blank" title="数字源表IV扫描电子皮肤电性能参数"> <img class="lazy" src=https://img59.gkzhan.com/4c6b81a0f7ee9f3f2a033dcc4bbc509143f5e72aebc9f15907efb918e480c8895b0521fceafdc543_241_149_5.png /><i class="video-icon"></i> </a> </div> <h2><a href="https://www.gkzhan.com/st274471/product_13471526.html" title="数字源表IV扫描电子皮肤电性能参数" target="_blank">数字源表IV扫描电子皮肤电性能参数</a></h2> <h3 class="comp">武汉普赛斯仪表有限公司</h3> <div class="year"> <b class="primary"></b><span><font></font></span> <i class="companyAuth"></i></div> <b><span>&yen</span>1000<em>浏览:67</em></b> </li> <li> <div class="videoImg"> <a href="https://www.gkzhan.com/st274471/product_13467060.html" target="_blank" title="柔性传感器电性能测试源表IV曲线扫描"> <img class="lazy" src=https://img59.gkzhan.com/4c6b81a0f7ee9f3f2a033dcc4bbc509143f5e72aebc9f15907efb918e480c8895b0521fceafdc543_241_149_5.png /><i class="video-icon"></i> </a> </div> <h2><a href="https://www.gkzhan.com/st274471/product_13467060.html" title="柔性传感器电性能测试源表IV曲线扫描" target="_blank">柔性传感器电性能测试源表IV曲线扫描</a></h2> <h3 class="comp">武汉普赛斯仪表有限公司</h3> <div class="year"> <b class="primary"></b><span><font></font></span> <i class="companyAuth"></i></div> <b><span>&yen</span>1000<em>浏览:94</em></b> </li> </ul> <div class="proBoxRight proBoxRight1"> <div class="titleList"> <h3><a>最新产品</a></h3> <a href="https://www.gkzhan.com/product/" class="more">更多+</a> </div> <ul class="video"> <li> <h2><a href="https://www.gkzhan.com/st14399/product_9761119.html" title="光伏冲击电压发生器PRM1250T4" target="_blank">光伏冲击电压发生器PRM1250T4</a></h2> <div class="videoImg"> <a href="https://www.gkzhan.com/st14399/product_9761119.html" target="_blank" title="光伏冲击电压发生器PRM1250T4"> <img class="lazy" src=//img71.gkzhan.com/e5b38ea2ac80080eba1a934a3df34c212b9ba1323b55e6de2caac22ab70ea3183b2ed916c7eb93d5_241_149_5.jpg /> </a> </div> <div class="text"> <!-- <h3 class="comp">上海普锐马电子有限公司</h3> --> <h3 class="comp">地址:上海</h3> <div class="protype">型号:</div> <b><em>参考价:</em>面议</b> <!--<div class="date">更新 2024-07-19</div>--> <div class="year"> <b class="topLevel"></b> <span>第<font>14</font>年</span> </div> </div> <br class="clear" /> </li> <li> <h2><a href="https://www.gkzhan.com/st6312/product_12622803.html" title="TA1424系列电压输出型电流变换器 (TA1424系列)" target="_blank">TA1424系列电压输出型电流变换器 (TA1424系列)</a></h2> <div class="videoImg"> <a href="https://www.gkzhan.com/st6312/product_12622803.html" target="_blank" title="TA1424系列电压输出型电流变换器 (TA1424系列)"> <img class="lazy" src=//img64.gkzhan.com/5eceadd4559dcfd2aa2f2a1668aa0a472ed345b8567ca609237a5887981c236ebab9d1cc7d65eed1_241_149_5.jpg /> </a> </div> <div class="text"> <!-- <h3 class="comp">北京创四方电子集团股份有限公司</h3> --> <h3 class="comp">地址:北京市</h3> <div class="protype">型号:</div> <b><em>参考价:</em>面议</b> <!--<div class="date">更新 2023-03-30</div>--> <div class="year"> <b class="topLevel"></b> <span>第<font>18</font>年</span> </div> </div> <br class="clear" /> </li> <li> <h2><a href="https://www.gkzhan.com/st141679/product_12510318.html" title="智能设备" target="_blank">智能设备</a></h2> <div class="videoImg"> <a href="https://www.gkzhan.com/st141679/product_12510318.html" target="_blank" title="智能设备"> <img class="lazy" src=//img77.gkzhan.com/5eceadd4559dcfd2814dc5253b6dad73f65a10daf2823c1bf550fc1d0a221b8234b19835980622df_241_149_5.jpg /> </a> </div> <div class="text"> <!-- <h3 class="comp">台达集团-中达电通股份有限公司</h3> --> <h3 class="comp">地址:</h3> <div class="protype">型号:输送带追踪点胶机</div> <b><em>参考价:</em>面议</b> <!--<div class="date">更新 2023-02-16</div>--> <div class="year"> <b class="topLevel"></b> <span>第<font>9</font>年</span> </div> </div> <br class="clear" /> </li> <li> <h2><a href="https://www.gkzhan.com/st54217/product_1688132.html" title="自动石油产品运动粘度测定仪 库存 D408311" target="_blank">自动石油产品运动粘度测定仪 库存 D408311</a></h2> <div class="videoImg"> <a href="https://www.gkzhan.com/st54217/product_1688132.html" target="_blank" title="自动石油产品运动粘度测定仪 库存 D408311"> <img class="lazy" src=//img54.gkzhan.com/a10e47f466ff8fb5713cea13d02fc1122aa289fc73b19b2d643735b3627fb1fcfab867e6bae0165b_241_149_5.jpg /> </a> </div> <div class="text"> <!-- <h3 class="comp">东方化玻(北京)科技有限公司</h3> --> <h3 class="comp">地址:北京市</h3> <div class="protype">型号:ZY766-WZ-265Z</div> <b><em>参考价:</em><span>&yen</span>60000</b> <!--<div class="date">更新 2024-11-22</div>--> <div class="year"> <b class="senior"></b> <span>第<font>15</font>年</span> </div> </div> <br class="clear" /> </li> <li> <h2><a href="https://www.gkzhan.com/st151150/product_13445707.html" title="泡沫海绵自动切割机" target="_blank">泡沫海绵自动切割机</a></h2> <div class="videoImg"> <a href="https://www.gkzhan.com/st151150/product_13445707.html" target="_blank" title="泡沫海绵自动切割机"> <img class="lazy" src=//img78.gkzhan.com/d18d22ba8792e2aa5a66904ac265730780e8fba35c465b72ac437e7c7b4387315399cec8ba6d41cd_241_149_5.jpg /> </a> </div> <div class="text"> <!-- <h3 class="comp">北京中航鼎力仪器设备有限公司</h3> --> <h3 class="comp">地址:北京市</h3> <div class="protype">型号:</div> <b><em>参考价:</em><span>&yen</span>35000</b> <!--<div class="date">更新 2024-11-22</div>--> <div class="year"> <b class="senior"></b> <span>第<font>8</font>年</span> </div> </div> <br class="clear" /> </li> <li> <h2><a href="https://www.gkzhan.com/st61976/product_7871822.html" title="手持落锤式弯沉仪价格" target="_blank">手持落锤式弯沉仪价格</a></h2> <div class="videoImg"> <a href="https://www.gkzhan.com/st61976/product_7871822.html" target="_blank" title="手持落锤式弯沉仪价格"> <img class="lazy" src=//img46.gkzhan.com/a766f1ec5b0c76b0355862daeffd79d02000ef07775f95f0bb49ab86843feefb_241_149_5.jpg /> </a> </div> <div class="text"> <!-- <h3 class="comp">北京时代新天测控技术有限公司</h3> --> <h3 class="comp">地址:北京市</h3> <div class="protype">型号:TPFWD-1500</div> <b><em>参考价:</em>面议</b> <!--<div class="date">更新 2024-10-21</div>--> <div class="year"> <b class="senior"></b> <span>第<font>14</font>年</span> </div> </div> <br class="clear" /> </li> <li> <h2><a href="https://www.gkzhan.com/st135222/product_6192202.html" title="TESA高度仪TESA Hite Manga 400" target="_blank">TESA高度仪TESA Hite Manga 400</a></h2> <div class="videoImg"> <a href="https://www.gkzhan.com/st135222/product_6192202.html" target="_blank" title="TESA高度仪TESA Hite Manga 400"> <img class="lazy" src=//img55.gkzhan.com/f4ab28128bc76c9f98e401cfc720b3d91ee7f930c4e8e65d7db60c5c8ca36dd465ef43603311792e_241_149_5.jpg /> </a> </div> <div class="text"> <!-- <h3 class="comp">深圳广测兴精密仪器有限公司</h3> --> <h3 class="comp">地址:深圳市</h3> <div class="protype">型号:</div> <b><em>参考价:</em>面议</b> <!--<div class="date">更新 2024-10-18</div>--> <div class="year"> <b class="senior"></b> <span>第<font>9</font>年</span> </div> </div> <br class="clear" /> </li> <li> <h2><a href="https://www.gkzhan.com/st123711/product_12685961.html" title="激光对中仪" target="_blank">激光对中仪</a></h2> <div class="videoImg"> <a href="https://www.gkzhan.com/st123711/product_12685961.html" target="_blank" title="激光对中仪"> <img class="lazy" src=//img63.gkzhan.com/5afa7988de8616ee7300bd0e9c1279d35f47c4e6f4d331620c4364e3ce371b017dc3bcb598d8a452_241_149_5.jpg /> </a> </div> <div class="text"> <!-- <h3 class="comp">上海永趋智能科技有限公司</h3> --> <h3 class="comp">地址:上海市</h3> <div class="protype">型号:Vibro-laser</div> <b><em>参考价:</em><span>&yen</span>38000</b> <!--<div class="date">更新 2024-06-04</div>--> <div class="year"> <b class="senior"></b> <span>第<font>2</font>年</span> </div> </div> <br class="clear" /> </li> <li> <h2><a href="https://www.gkzhan.com/st74305/product_13118616.html" title="热变形软化点温度测定仪" target="_blank">热变形软化点温度测定仪</a></h2> <div class="videoImg"> <a href="https://www.gkzhan.com/st74305/product_13118616.html" target="_blank" title="热变形软化点温度测定仪"> <img class="lazy" src=//img76.gkzhan.com/92b8cee7c1618c63a34ec0ce2d5ed77d778a1cb4fc5c3b57368b1297f3ae1b71bb9a91aa896a952c_241_149_5.png /> </a> </div> <div class="text"> <!-- <h3 class="comp">北京北广精仪仪器设备有限公司</h3> --> <h3 class="comp">地址:北京市</h3> <div class="protype">型号:RBWK-300A</div> <b><em>参考价:</em><span>&yen</span>35000</b> <!--<div class="date">更新 2024-05-13</div>--> <div class="year"> <b class="senior"></b> <span>第<font>13</font>年</span> </div> </div> <br class="clear" /> </li> <li> <h2><a href="https://www.gkzhan.com/st206993/product_12585600.html" title="武汉喷水测试箱" target="_blank">武汉喷水测试箱</a></h2> <div class="videoImg"> <a href="https://www.gkzhan.com/st206993/product_12585600.html" target="_blank" title="武汉喷水测试箱"> <img class="lazy" src=//img80.gkzhan.com/319cc19b395d723d5b98dfe2103cc579aec24eda383bbfb4bd22e529037a5ac123b8ec3e3990be23_241_149_5.png /> </a> </div> <div class="text"> <!-- <h3 class="comp">湖北高天试验设备有限公司</h3> --> <h3 class="comp">地址:武汉市</h3> <div class="protype">型号:</div> <b><em>参考价:</em><span>&yen</span>21000</b> <!--<div class="date">更新 2024-03-13</div>--> <div class="year"> <b class="senior"></b> <span>第<font>6</font>年</span> </div> </div> <br class="clear" /> </li> </ul> </div> <div class="titleList"> <h3><a href="https://www.gkzhan.com/service/Service3.html" target="_blank">优质供应商</a></h3> <a href="https://www.gkzhan.com/service/Service3.html" target="_blank" class="more">更多+</a> </div> <ul class="bannerRight"> <li><a href="https://www.gkzhan.com/AdvertisInfo_PageView.aspx?ID=4346" title="上海乾拓贸易有限公司" rel="nofollow" class="advs" style="position: relative; display: block;"> <img src=' https://img63.gkzhan.com/6/20141117/635518329242255438336.gif ' alt="上海乾拓贸易有限公司" style="display: block;" /> <i style="position:absolute;left:0;bottom:0;z-index:9;width:24px;height:12px;background:url(https://public.mtnets.com/Images/public/adv.png) no-repeat;"></i> </a> <p> <a href="https://www.gkzhan.com/AdvertisInfo_PageView.aspx?ID=4346">上海乾拓贸易有限公司</a> </p> </li><li><a href="https://www.gkzhan.com/AdvertisInfo_PageView.aspx?ID=2110" title="唐山领航自动化设备有限公司" rel="nofollow" class="advs" style="position: relative; display: block;"> <img src=' https://img52.gkzhan.com/6/20160629/636028072419915794441.gif ' alt="唐山领航自动化设备有限公司" style="display: block;" /> <i style="position:absolute;left:0;bottom:0;z-index:9;width:24px;height:12px;background:url(https://public.mtnets.com/Images/public/adv.png) no-repeat;"></i> </a> <p> <a href="https://www.gkzhan.com/AdvertisInfo_PageView.aspx?ID=2110">唐山领航自动化设备有限公司</a> </p> </li><li><a href="https://www.gkzhan.com/AdvertisInfo_PageView.aspx?ID=4413" title="上海锐呈电气有限公司" rel="nofollow" class="advs" style="position: relative; display: block;"> <img src=' https://img58.gkzhan.com/6/20141219/635545869187655968997.gif ' alt="上海锐呈电气有限公司" style="display: block;" /> <i style="position:absolute;left:0;bottom:0;z-index:9;width:24px;height:12px;background:url(https://public.mtnets.com/Images/public/adv.png) no-repeat;"></i> </a> <p> <a href="https://www.gkzhan.com/AdvertisInfo_PageView.aspx?ID=4413">上海锐呈电气有限公司</a> </p> </li><li><a href="https://www.gkzhan.com/AdvertisInfo_PageView.aspx?ID=1991" title="深圳倍拓" rel="nofollow" class="advs" style="position: relative; display: block;"> <img src=' https://img45.gkzhan.com/6/20101207/634273142142933750.gif ' alt="深圳倍拓" style="display: block;" /> <i style="position:absolute;left:0;bottom:0;z-index:9;width:24px;height:12px;background:url(https://public.mtnets.com/Images/public/adv.png) no-repeat;"></i> </a> <p> <a href="https://www.gkzhan.com/AdvertisInfo_PageView.aspx?ID=1991">深圳倍拓</a> </p> </li><li><a href="https://www.gkzhan.com/AdvertisInfo_PageView.aspx?ID=3743" title="苏州锦诺克机械设备有限公司" rel="nofollow" class="advs" style="position: relative; display: block;"> <img src=' https://img50.gkzhan.com/6/20180920/636730568015623094508.gif ' alt="苏州锦诺克机械设备有限公司" style="display: block;" /> <i style="position:absolute;left:0;bottom:0;z-index:9;width:24px;height:12px;background:url(https://public.mtnets.com/Images/public/adv.png) no-repeat;"></i> </a> <p> <a href="https://www.gkzhan.com/AdvertisInfo_PageView.aspx?ID=3743">苏州锦诺克机械设备有限公司</a> </p> </li><li><a href="https://www.gkzhan.com/AdvertisInfo_PageView.aspx?ID=6375" title="昆山巨天仪器设备有限公司" rel="nofollow" class="advs" style="position: relative; display: block;"> <img src=' https://img65.gkzhan.com/6/20170425/636287389119302583764.gif ' alt="昆山巨天仪器设备有限公司" style="display: block;" /> <i style="position:absolute;left:0;bottom:0;z-index:9;width:24px;height:12px;background:url(https://public.mtnets.com/Images/public/adv.png) no-repeat;"></i> </a> <p> <a href="https://www.gkzhan.com/AdvertisInfo_PageView.aspx?ID=6375">昆山巨天仪器设备有限公司</a> </p> </li><li><a href="https://www.gkzhan.com/AdvertisInfo_PageView.aspx?ID=6133" title="北京欣与思创科技有限公司" rel="nofollow" class="advs" style="position: relative; display: block;"> <img src=' https://img60.gkzhan.com/6/20161025/636130023994234089783.gif ' alt="北京欣与思创科技有限公司" style="display: block;" /> <i style="position:absolute;left:0;bottom:0;z-index:9;width:24px;height:12px;background:url(https://public.mtnets.com/Images/public/adv.png) no-repeat;"></i> </a> <p> <a href="https://www.gkzhan.com/AdvertisInfo_PageView.aspx?ID=6133">北京欣与思创科技有限公司</a> </p> </li> </ul> </div> <!-- 右边的框 --> <br class="clear"> </div> <div class="newsBox"> <div class="newsBoxLeft"> <div class="newsBoxTitle"><h2><a>行业专用仪器新闻</a></h2></div> <dl> <dd> <h3><i>HOT</i><a href="https://www.gkzhan.com/tech_news/detail/405527.html" title="聊聊谐波对电力系统会产生哪些危害?" target="_blank">聊聊谐波对电力系统会产生哪些危害?</a></h3> <p>电力谐波测试仪从使用设备的角度来讲,当仪器设备运转不正常时要考虑到谐波的影响,才能避免故障诊断的盲目性;从产品开发的角度,要尽可能避免或降低自己产品产生的谐波、才能顺利进入市场。这<a href="https://www.gkzhan.com/tech_news/detail/405527.html" target="_blank">【详情】</a></p> </dd> </dl> <ul> <li><a href="https://www.gkzhan.com/tech_news/detail/406027.html" title="SiC GaN三代半功率器件测试挑战及应对测试方案" target="_blank">SiC GaN三代半功率器件测试挑战及应对测试方案</a></a><span>11-20</span></li> <li><a href="https://www.gkzhan.com/tech_news/detail/405798.html" title="你了解压电陶瓷极化装置吗?" target="_blank">你了解压电陶瓷极化装置吗?</a></a><span>11-18</span></li> <li><a href="https://www.gkzhan.com/tech_news/detail/405765.html" title="接地线成组直流电阻测试仪_TP_HCR3610_技术资料" target="_blank">接地线成组直流电阻测试仪_TP_HCR3610_技术资料</a></a><span>11-18</span></li> <li><a href="https://www.gkzhan.com/tech_news/detail/405763.html" title="变压器三通道直流电阻测试仪_TP_HCR3310_技术资料" target="_blank">变压器三通道直流电阻测试仪_TP_HCR3310_技术资料</a></a><span>11-18</span></li> <li><a href="https://www.gkzhan.com/tech_news/detail/405762.html" title="变压器直流电阻测试仪_TP_HCR3120_40_50_技术资料" target="_blank">变压器直流电阻测试仪_TP_HCR3120_40_50_技术资料</a></a><span>11-18</span></li> <li><a href="https://www.gkzhan.com/tech_news/detail/405761.html" title="变压器直流电阻测试仪_TP_HCR3110A_技术资料" target="_blank">变压器直流电阻测试仪_TP_HCR3110A_技术资料</a></a><span>11-18</span></li> <li><a href="https://www.gkzhan.com/tech_news/detail/405759.html" title="电容电感测试仪_TP_HCDR-II_技术资料" target="_blank">电容电感测试仪_TP_HCDR-II_技术资料</a></a><span>11-18</span></li> <li><a href="https://www.gkzhan.com/tech_news/detail/405527.html" title="聊聊谐波对电力系统会产生哪些危害?" target="_blank">聊聊谐波对电力系统会产生哪些危害?</a></a><span>11-15</span></li> <li><a href="https://www.gkzhan.com/tech_news/detail/405407.html" title="小电流系统选线装置_TP_PT-2000_功能特点" target="_blank">小电流系统选线装置_TP_PT-2000_功能特点</a></a><span>11-14</span></li> <li><a href="https://www.gkzhan.com/tech_news/detail/405406.html" title="水内冷发电机绝缘电阻测试仪_TP_ZSM5000A_技术指标" target="_blank">水内冷发电机绝缘电阻测试仪_TP_ZSM5000A_技术指标</a></a><span>11-14</span></li> </ul> </div> <div class="newsBoxRight"> <div class="newsBoxTitle"><h2><a>技术热点</a></h2></div> <ul> </ul> </div> <br class="clear"> </div> <div id="footer"> <div class="footMenu"><a href="https://www.gkzhan.com/service/service21.html" rel="nofollow" target="blank">关于我们</a>|<a href="https://www.gkzhan.com/service/service1.html" target="blank" rel="nofollow">本站服务</a>|<a href="https://www.gkzhan.com/service/service3.html" target="blank" rel="nofollow">会员服务</a>|<a href="https://www.gkzhan.com/service/service17.html" target="blank" rel="nofollow">企业建站</a>|<a href="http://www.mtnets.com/website.html" target="blank" rel="nofollow">旗下网站</a>|<a href="https://www.gkzhan.com/link/" target="blank" rel="nofollow">友情链接</a>|<a href="https://www.gkzhan.com/product/newtype.html" target="blank">产品分类浏览</a>|<a href="https://www.gkzhan.com/productsitemap.html" target="blank">产品sitemap</a></div> <div class="copyright">Copyright <script>var Dates = new Date();document.write(Dates.getFullYear());</script> gkzhan.com &nbsp;&nbsp;&nbsp;&nbsp;All Rights Reserved &nbsp;&nbsp;&nbsp;&nbsp;法律顾问:浙江天册律师事务所 贾熙明律师 </div> <p>客服热线:0571-87756395 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;加盟热线:0571-56204581 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 媒体合作:0571-89719789</p> </div> <div class="comBox"> <p class="title">对比栏<a href="javascript:void(0);"></a></p> <ul> <li class="add"> <a href="javascript:addPro();">添加产品</a> </li> <li class="btn"> <a class="compare" href="javascript:void(0);">对比</a> <a class="empty" href="javascript:void(0);">清空对比栏</a> </li> </ul> </div> <script type="text/javascript" src="https://www.gkzhan.com/js/showCompare.js"></script> <script type="text/javascript" src="https://www.gkzhan.com/js/rightBarProlist.js"></script> <script src="https://public.mtnets.com/Plugins/require/require.js" data-main="/javascript/config.js" id="current-page" current-page="products2020" target-module="products2020"></script> <link rel="stylesheet" type="text/css" href="/js/jquery.autocomplete.css?v=12"> <script>!window.jQuery && document.write('<script type=\'text/javascript\' src=\'/js/jquery-1.9.1.min.js\'>'+'</scr'+'ipt>');</script> <script type="text/javascript" src="/js/jquery-migrate-1.2.1.js"></script> <script type="text/javascript" src="/js/jquery.autocomplete.js?v=20220507"></script> <script type="text/javascript" src="/js/autocomplete_MTnets.js?v=16"></script> <script type="text/javascript"> jQuery(document).ready(function () { ClassKeyWordAutocomplete("keys"); }); </script> <div style="display:none;"> <form method="post" id="formProList" name="formProList" target="_self" action="https://www.gkzhan.com/chanpin/0_p0/"> T<input type="text" id="parm_t" name="T" value="4854"> P<input type="text" id="parm_p" name="P" value="1"> PID<input type="text" id="parm_pid" name="PID" value="0"> CID<input type="text" id="parm_cid" name="CID" value="0"> TID<input type="text" id="parm_tid" name="TID" value="0"> SORT<input type="text" id="parm_sort" name="Sort" value="1"> FldSort<input type="text" id="parm_fldsort" name="FldSort" value="0"> PriceStart<input type="text" id="parm_pricestart" name="PriceStart" value="0"> PriceEnd<input type="text" id="parm_priceend" name="PriceEnd" value="0"> PBID<input type="text" id="parm_pbid" name="PBID" value="0"> K<input type="text" id="parm_k" name="K" value=""> JustPC<input type="text" id="parm_justpc" name="JustPC" value="1"> PP<input type="text" id="parm_pp" name="PP" value="0"> <a href="javascript:void(0);" onclick="formProListSubmit();return false;" rel="nofollow" target="_self">提交</a> </form> </div> <script type="text/javascript" > function formProListSubmit() { var urlT = document.getElementById("parm_t").value; var urlP = document.getElementById("parm_p").value; if (urlP == "" || urlP == "0") urlP = "1"; if (urlT == "") urlT = "0"; var searchUrl = "https://www.gkzhan.com/chanpin/" + urlT + "_p" + urlP + "/"; document.getElementById("formProList").action = searchUrl; document.getElementById("formProList").submit(); return false; } function SetFormValue(CotrlID, CotrlValue) { var oldValue = document.getElementById(CotrlID).value; if (CotrlID == "parm_pp") { if (oldValue == "") oldValue = "0"; document.getElementById(CotrlID).value = oldValue + "," + CotrlValue; } else document.getElementById(CotrlID).value = CotrlValue; } </script> <link rel='stylesheet' type='text/css' href='/css/xwt-notice.css?v=1111' /> <link rel='stylesheet' type='text/css' href='/Font/font_2941626/iconfont.css' /> <script type='text/javascript' src='/JavaScript/soundmanager2-nodebug-jsmin.js'></script> <script>!window.jQuery && document.write('<script src=\'https://public.mtnets.com/Plugins/jQuery/2.2.4/jquery-2.2.4.min.js\'>'+'</scr'+'ipt>');</script> <script type='text/javascript' src='/js/XwtEnclosure.js?v=202411240326'></script> <script type='text/javascript' src='/js/AdvertiseTotle.js?v=202411240326'></script> </body> </html>

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