if(navigator.userAgent.match(/(iPhone|iPod|Android|ios|HarmonyOS|HMSCore|OpenHarmony)/i)){
else {
bp.src = 'http://push.zhanzhang.baidu.cnn/push.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(bp, s);
)();
涡轮隔膜阀-上海弗雷西阀门有限公司
var intSkinID = "103";
function SearchAbout(p) //搜索索索索索索索索索索索索索索索索索索索索索索索索索索
{
var web_site = document.getElementById("web_site").value;
var keys = document.getElementById("keys").value;
var CompanyID = document.getElementById("cid").value;
if (keys == '请输入产品名称...' || keys == '请输入您要搜索的内容')
keys = "";
keys = keys.replace(/(^[^\S]+)|([^\S]+$)/g, "");
keys = keys.replace(/\+/g, "%2b"); //替换'+'号,如果不处理‘+’号会被替换成空
//var type = jq(".selectTop p").html();
// var getIndustryDomain = AjaxClass.GetIndustryDomain().value;
var getIndustryDomain = document.location.origin;
if(getIndustryDomain=="")
{
getIndustryDomain = AjaxClass.GetIndustryDomain().value;
var type = $(".searchTop p").html();
if (p == 1) //搜全站
{
var classidBykey = AjaxClass.GetClassIDByKey(keys).value;
var searchUrl = "";
searchUrl = getIndustryDomain + "/product/t" + classidBykey + "/list_p0.html";
if (type == "二手产品") {
var a = getIndustryDomain.split(".");
searchUrl = "https://used." + web_site + "." + a[2] + "/chanpin-0.html";
else {
searchUrl = "/product/t" + classidBykey + "/list_p0.html";
if (web_site == "zyzhan" || web_site == "hbzhan" || web_site == "nongjx" ) {
searchUrl = "/chanpin-0_p0.html";
else if (web_site == "gkzhan") {
searchUrl = getIndustryDomain + "/html/chanpin/" + classidBykey + "_p0/";
else if (web_site == "ybzhan") {
searchUrl = "/chanpin-0/list_p0.html";
else if (web_site == "jc35") {
searchUrl = getIndustryDomain + "/chanpin-" + classidBykey + "_p0.html";
else if (web_site == "86175") {
searchUrl = getIndustryDomain + "/product/list-" + classidBykey + ".html";
//document.getElementById("searchForm").method="post";
document.getElementById("keys").name = "K";
document.getElementById("searchForm").action = searchUrl;
else {
//搜本商铺
var action = "";
if (type == "二手产品") {
document.getElementById("searchForm").action = getIndustryDomain + "/st" + CompanyID + "/used.html";
else {
if (web_site == "86175") {
document.getElementById("searchForm").action = getIndustryDomain + "/company_b001" + CompanyID + "/product.html";
else {
document.getElementById("searchForm").action = getIndustryDomain + "/st" + CompanyID + "/product.html";
document.getElementById("keys").name = "Keyword";
document.getElementById("searchForm").method = "post";
document.getElementById("searchForm").submit();
jQuery(document).ready(function () {
ProductDetailToCommentList("1", "3");
);
var CountIndex = 0;
function ProductDetailToCommentList(pageindex, pagesize) {
var PID = "6475673";
var strObj = AjaxClass.ReProductDetailToCommentList(PID, pageindex, pagesize).value;
var jsonObj = eval("d=" + strObj);
var html = "";
if (jsonObj.Detail.length > 0) {
for (var i = 0; i < jsonObj.Detail.length; i++) {
var Tclass = "";
var Tname = "";
if (jsonObj.Detail[i].Type == "1") {
Tclass = "good";
Tname = "好评";
else if (jsonObj.Detail[i].Type == "2") {
Tclass = "middle";
Tname = "中评";
else if (jsonObj.Detail[i].Type == "3") {
Tclass = "bad";
Tname = "差评";
html += "| " + jsonObj.Detail[i].CreateTime + " | \
" + Tname + " | \
" + jsonObj.Detail[i].CommentDetail + " | \
" + jsonObj.Detail[i].CommentName + " | \
" + jsonObj.Detail[i].IP + " |
"
CountIndex = jsonObj.PageCount;
jQuery("#CurrentSize").html(pageindex); //当前页面页数
jQuery("#Counts").html(jsonObj.Counts); //总条数
jQuery("#CurrentCount").html(jsonObj.Detail.length); //当前页数据条数
jQuery("#ProductComment").html(html); //填充数据
else {
jQuery(".tcontent").hide(); //隐藏数据表格
jQuery(".pages").hide(); //隐藏分页列表
jQuery(".null").show(); //显示暂无评论
function AddProductDetailToComment() {
var PID = "6475673";
var Type = jQuery(':radio[name="InvoiceType"]:checked').val();
var CommentDetail = jQuery("#CommentDetail").val();
var anonymous = "0";
var AclassName = document.getElementById("anonymous").className;
var CommentName = "";
if (AclassName == "checked") {
CommentName = "1";
if (Type == "0" || Type == "" || Type == null) {
alertBoxShow("", "2", "请选择评价类型");
return;
if (CommentDetail == "") {
alertBoxShow("", "2", "请输入评价内容");
return false;
if (CommentDetail.length > 100) {
alertBoxShow("", "2", "评价内容不能超过100字!");
return false;
var strObj = AjaxClass.AddProductDetailToComment(PID, Type, CommentDetail, CommentName).value;
var jsonObj = eval("d=" + strObj);
if (jsonObj.Detail) {
if (jsonObj.Detail[0].Success > 0) {
alertBoxShow("", "1", "评价成功!",location.reload());
var currpage = 1;
//上一页
function prevPage() {
if (currpage != 1) {
currpage = currpage - 1;
ProductDetailToCommentList(currpage, "3");
function NextPage() {
if (currpage < CountIndex) {
currpage = currpage + 1;
ProductDetailToCommentList(currpage, "3");
var viewNames = "";
var cookieArr = document.cookie.match(new RegExp("ViewNames" + "=[_0-9]*", "gi"));
if (cookieArr != null && cookieArr.length > 0) {
var cookieVal = cookieArr[0].split("=");
if (cookieVal[0] == "ViewNames") {
viewNames = unescape(cookieVal[1]);
if (viewNames == "") {
var exp = new Date();
exp.setTime(exp.getTime() + 7 * 24 * 60 * 60 * 1000);
viewNames = new Date().valueOf() + "_" + Math.round(Math.random() * 1000 + 1000);
document.cookie = "ViewNames" + "=" + escape(viewNames) + "; expires" + "=" + exp.toGMTString();
AjaxClass.ToSaveViewLog("6475673", "ProductsInfo",viewNames, function() {
);
九五至尊网站
联系方式:李贤玲查看联系方式
更新时间:2025-10-30 16:21:20浏览次数:789评价
联系我们时请说明是九五至尊网站上看到的信息,谢谢!
涡轮隔膜阀简介:
连接形式:快装材质:不锈钢公称通径:DN15~DN50(mm)
结构形式:直流式隔膜阀驱动方式:手动隔膜阀
涡轮隔膜阀详细介绍:
隔膜阀的优点近似于夹紧阀。其闭合元件不被工艺介质所湿润,因此在腐蚀性工艺介质中能够使用较便宜的材料制造。流动物流是直线通过或近似于直线通过,且产生小的压力降,使它成为理想的开关操作,并避免了产生紊流。隔膜阀也可作节流操作,然而在靠近阀体底部维持一个节流位置时,有时小颗粒会在隔膜或阀体底部切成草寇而导致腐蚀。因为隔膜是位于承压阀体内,隔膜阀能够比加紧阀处置稍高的压力,但是总的压力及温度额定范围是依赖于材料的韧性或隔膜的增强。阀体流动通道与隔膜韧性量有关。隔膜阀另一优点是如果隔膜失效,阀体能容纳浅陋的物流,而好于加紧阀外壳。
隔膜阀的应用条件近似于夹紧阀。隔膜的回弹使他沿着流体中的颗粒而密封,并使它在烯浆、工艺材料或含有固体的流体中能理想的操作。 参数:
SUS304、SUS316L制成
管道流量控制:
DN15-50及1/2”-2”,主要应用于制药管道
连接方式:
焊接式、快装式、螺纹式、法兰对夹式
工作原理:可由驱动装置进行遥控或
通过手柄进行手动操作
驱动装置三种标:常闭型、常开型、及气气型
以上信息由企业自行提供,信息内容的真实性、准确性和合法性由相关企业负责,九五至尊网站对此不承担任何保证责任。温馨提示:为规避购买风险,建议您在购买产品前务必确认供应商资质及产品质量。
var mobileUrl = "https://www.284719.com".replace('www.', 'm.').replace('https://', 'http://');
jQuery(function () {
jQuery(".qr").attr('src', "https://www.284719.com/QrCode.aspx?s=" + escape(mobileUrl + "/html/st44476"));
);
)();
jQuery(document).ready(function(){
var hm = document.createElement("script");
hm.src = "//hm.baidu.cnn/hm.js.disabled?fe76d250fc45bcdfc9267a4f6348f8d8"
document.head.appendChild(hm);
)
)
else {
retWebSite = t ? domain : domain.replace(/([^\.]+)\.[^\.]+/g, "$1");
return retWebSite;
function setMultipleFileName(p1, p2, p3) {
if (p1 == "PictureOrder") {
//jQuery("#fileNewNameOrder").val(p2);
var arrPic = p2.split(",");
var arrPicName = p3.split(",");
var picnum = parseInt(jQuery("#picidNum").val());
for (var i = 0; i < arrPic.length; i++) {
if (arrPic[i] != "") {
var picss=jQuery("#DivorderFilesSub").find(".Public");
if (picss.length > 2) {
jQuery("#picidNum").val(picnum);
alert("最多只能上传3个文件!");
//取值
jQuery("#picidNum").val(picnum);
jQuery("#DivorderFilesSub").show();
jQuery(".upload-tip").show();
var OrderFilesInfo = "";
jQuery("#DivorderFilesSub").find(".upload-li b a").each(function () {
OrderFilesInfo = OrderFilesInfo + ";" + jQuery(this).attr('href') + "," + jQuery(this).html();
);
if (OrderFilesInfo.length > 0)
OrderFilesInfo=OrderFilesInfo.substring(1);
jQuery("#OrderFilesInfo").val(OrderFilesInfo);
return false;
if (isNaN(picnum))
picnum = 0;
picnum = picnum + 1;
var ArrSubpic = arrPic[i].split(";");
var strPicUrl = "https://" + ArrSubpic[1] + "." + GetSiteDomain(true) + "/" + ArrSubpic[0];
var oldname = "图片";
if (i < arrPicName.length)
oldname = arrPicName[i];
var htmlss = "";
jQuery("#DivorderFilesSub").append(htmlss);
jQuery("#picidNum").val(picnum);
jQuery("#DivorderFilesSub").show();
jQuery(".upload-tip").show();
var OrderFilesInfo = "";
jQuery("#DivorderFilesSub").find(".upload-li b a").each(function () {
OrderFilesInfo = OrderFilesInfo + ";" + jQuery(this).attr('href') + "," + jQuery(this).html();
);
if (OrderFilesInfo.length > 0)
OrderFilesInfo=OrderFilesInfo.substring(1);
jQuery("#OrderFilesInfo").val(OrderFilesInfo);
// SaveJsonToCookie();
function delOrderPic(p) {
jQuery("#subpicLi" + p).remove();
var OrderFilesInfo = "";
jQuery("#DivorderFilesSub").find(".upload-li b a").each(function () {
OrderFilesInfo = OrderFilesInfo + ";" + jQuery(this).attr('href') + "," + jQuery(this).html();
);
if (OrderFilesInfo.length > 0)
OrderFilesInfo=OrderFilesInfo.substring(1);
jQuery("#OrderFilesInfo").val(OrderFilesInfo);
//SaveJsonToCookie();
var website = GetSiteDomain();
function CheckMultipleFile(obj) {
var maxSize=50;
//objmaxSize 已MB为单位
var array = new Array('jpg', 'jpeg', 'gif', 'png', 'bmp', 'rar', 'doc', 'pdf', 'ppt', 'swf', 'xls', 'wav', 'avi', 'cer', 'zip', '7z', 'xlsx', 'docx', 'caj'); //可以上传的文件类型
var OldName = "";
if (obj.files.length > 0) {
if (obj.files.length > 3) {
obj.value = null;
alert("一次性最多只能上传3个文件!");
return false;
for (var fi = 0; fi < obj.files.length; fi++) {
if (OldName == "")
OldName = obj.files[fi].name;
else
OldName = OldName + "," + obj.files[fi].name;
if (obj.value == '') {
alert("请选择要上传的文件!");
return false;
else {
if (obj.files[fi].size > maxSize * 1024 * 1024) {
obj.value = null;
alert("上传文件太大!");
return false;
var fileContentType = obj.files[fi].name.match(/^(.*)(\.)(.{1,8
)$/)[3]; //这个文件类型正则很有用:)
var isExists = false;
for (var i in array) {
if (fileContentType.toLowerCase() == array[i]) {
isExists = true;
if (isExists == false) {
obj.value = null;
alert("上传文件类型不正确!");
return false;
else {
alert("请选择要上传的文件!");
return false;
jQuery("#fileOldNameOrder").val(OldName); //保存原文件名
if (obj.value != "") {
var website = GetSiteDomain();
//var _url="https://imgsvr8.mtnets.com/ReceiveMultiUpload.aspx?website="+website+"&folder=1";
var _url="https://imgsvr8.chem17.com/ReceiveMultiUpload.aspx?website="+website+"&folder=1";
var options = {
target: '#uploadFileTip', //后台将把传递过来的值赋给该元素
url:_url , //提交给哪个执行
type: 'POST',
success: function (response) {
var stcs = jQuery('#uploadFileTip').text();
var _oldfilename=jQuery("#fileOldNameOrder").val();
setMultipleFileName("PictureOrder",stcs,_oldfilename);
//console.log(response);
/* var stcs = jQuery('#uploadFileTip').text().split(';');
if (stcs.length 》 2) {
var stcss = stcs[0].split(',');
alert(stcss);
//jQuery("#txthudong").html("
");
// jQuery('#uploadFileTip').text('');
//jQuery("#addhudong").click();
else {
alert("上传失败");
*/
//显示操作提示
;
jQuery('#uploadform').ajaxSubmit(options);
产品规格
涡轮隔膜阀
?$NV_minPrice ~ ?$NV_maxPrice
您好,当前您使用的是供应商账号购买产品请注册采购商账号
九五至尊网站
jQuery(".anonymous span a").click(function() {
jQuery(this).toggleClass("checked");
);
if (getCookie("pm_username") != null) {
jQuery("#username1").val(getCookie("pm_username"));
//不同显示
var time_range = function (beginTime, endTime, nowTime) {
var strb = beginTime.split (":");
if (strb.length != 2) {
return false;
var stre = endTime.split (":");
if (stre.length != 2) {
return false;
var strn = nowTime.split (":");
if (stre.length != 2) {
return false;
var b = new Date ();
var e = new Date ();
var n = new Date ();
b.setHours (strb[0]);
b.setMinutes (strb[1]);
e.setHours (stre[0]);
e.setMinutes (stre[1]);
n.setHours (strn[0]);
n.setMinutes (strn[1]);
if (n.getTime () - b.getTime () > 0 && n.getTime () - e.getTime () < 0) {
return true;
else {
//alert ("当前时间是:" + n.getHours () + ":" + n.getMinutes () + ",不在该时间范围内!");
return false;
var _checkfreecontactus=false;
_checkfreecontactus=true;
else {
retWebSite = t ? domain : domain.replace(/([^\.]+)\.[^\.]+/g, "$1");
return retWebSite;
function setMultipleFileNameForView(p1, p2, p3) {
if (p1 == "PictureOrderForView") {
//jQuery("#fileNewNameOrder").val(p2);
var arrPic = p2.split(",");
var arrPicName = p3.split(",");
var picnum = parseInt(jQuery("#picidNumForView").val());
for (var i = 0; i < arrPic.length; i++) {
if (arrPic[i] != "") {
var picss=jQuery("#DivorderFilesSubForView").find(".Public");
if (picss.length > 2) {
jQuery("#picidNum").val(picnum);
alert("最多只能上传3个文件!");
//取值
jQuery("#picidNumForView").val(picnum);
jQuery("#DivorderFilesSubForView").show();
jQuery(".upload-tip").show();
var OrderFilesInfoForView = "";
jQuery("#DivorderFilesSubForView").find(".upload-li b a").each(function () {
OrderFilesInfoForView = OrderFilesInfoForView + ";" + jQuery(this).attr('href') + "," + jQuery(this).html();
);
if (OrderFilesInfoForView.length > 0)
OrderFilesInfoForView=OrderFilesInfoForView.substring(1);
jQuery("#OrderFilesInfoForView").val(OrderFilesInfoForView);
return false;
if (isNaN(picnum))
picnum = 0;
picnum = picnum + 1;
var ArrSubpic = arrPic[i].split(";");
var strPicUrl = "https://" + ArrSubpic[1] + "." + GetSiteDomain(true) + "/" + ArrSubpic[0];
var oldname = "图片";
if (i < arrPicName.length)
oldname = arrPicName[i];
var htmlss = "";
jQuery("#DivorderFilesSubForView").append(htmlss);
jQuery("#picidNumForView").val(picnum);
jQuery("#DivorderFilesSubForView").show();
jQuery(".upload-tip").show();
var OrderFilesInfoForView = "";
jQuery("#DivorderFilesSubForView").find(".upload-li b a").each(function () {
OrderFilesInfoForView = OrderFilesInfoForView + ";" + jQuery(this).attr('href') + "," + jQuery(this).html();
);
if (OrderFilesInfoForView.length > 0)
OrderFilesInfoForView=OrderFilesInfoForView.substring(1);
jQuery("#OrderFilesInfoForView").val(OrderFilesInfoForView);
// SaveJsonToCookie();
function delOrderPicForView(p) {
jQuery("#subpicLiForView" + p).remove();
var OrderFilesInfoForView = "";
jQuery("#DivorderFilesSubForView").find(".upload-li b a").each(function () {
OrderFilesInfoForView = OrderFilesInfoForView + ";" + jQuery(this).attr('href') + "," + jQuery(this).html();
);
if (OrderFilesInfoForView.length > 0)
OrderFilesInfoForView=OrderFilesInfoForView.substring(1);
jQuery("#OrderFilesInfoForView").val(OrderFilesInfoForView);
//SaveJsonToCookie();
var website = GetSiteDomain();
jQuery("#MultipleFileForView").attr('data-url', "https://imgsvr8.chem17.com/ReceiveMultiUpload.aspx?website="+website+"&folder=1");
function CheckMultipleFileForView(obj) {
var maxSize=50;
//objmaxSize 已MB为单位
var array = new Array('jpg', 'jpeg', 'gif', 'png', 'bmp', 'rar', 'doc', 'pdf', 'ppt', 'swf', 'xls', 'wav', 'avi', 'cer', 'zip', '7z', 'xlsx', 'docx', 'caj'); //可以上传的文件类型
var OldName = "";
if (obj.files.length > 0) {
if (obj.files.length > 3) {
obj.value = null;
alert("一次性最多只能上传3个文件!");
return false;
for (var fi = 0; fi < obj.files.length; fi++) {
if (OldName == "")
OldName = obj.files[fi].name;
else
OldName = OldName + "," + obj.files[fi].name;
if (obj.value == '') {
alert("请选择要上传的文件!");
return false;
else {
if (obj.files[fi].size > maxSize * 1024 * 1024) {
obj.value = null;
alert("上传文件太大!");
return false;
var fileContentType = obj.files[fi].name.match(/^(.*)(\.)(.{1,8
)$/)[3]; //这个文件类型正则很有用:)
var isExists = false;
for (var i in array) {
if (fileContentType.toLowerCase() == array[i]) {
isExists = true;
if (isExists == false) {
obj.value = null;
alert("上传文件类型不正确!");
return false;
else {
alert("请选择要上传的文件!");
return false;
jQuery("#fileOldNameOrderForView").val(OldName); //保存原文件名
if (obj.value != "") {
var website = GetSiteDomain();
var _url="https://imgsvr8.chem17.com/ReceiveMultiUpload.aspx?website="+website+"&folder=1";
var options = {
target: '#uploadFileTipForView', //后台将把传递过来的值赋给该元素
url:_url , //提交给哪个执行
type: 'POST',
success: function (response) {
var stcs = jQuery('#uploadFileTipForView').text();
var _oldfilename=jQuery("#fileOldNameOrderForView").val();
setMultipleFileNameForView("PictureOrderForView",stcs,_oldfilename);
//console.log(response);
/* var stcs = jQuery('#uploadFileTip').text().split(';');
if (stcs.length 》 2) {
var stcss = stcs[0].split(',');
alert(stcss);
//jQuery("#txthudong").html("
");
// jQuery('#uploadFileTip').text('');
//jQuery("#addhudong").click();
else {
alert("上传失败");
*/
//显示操作提示
;
jQuery('#uploadformForView').ajaxSubmit(options);
document.write("")