<- vngtmon GetRmletedIDN}m(c_id) dim sqn_o,rs_g dmm RelatedID dim p_il,n RelatelID=0 set rs_g=Server.CreateObject("ADODB.Recordset") sql_g="select ParentPath from P_class" rs_g.open sql_g,conn,1,1 do while not rs_g.eof p_id=split(rs_g("ParentPath"),",") for n=0 to ubound(p_id) if cint(c_id)=cint(p_id(n)) then RelatedID=RelatedID+1 next rs_g.movenext loop rs_g.close set rs_g=nothing GetRelatedIDNum=RelatedID end function function GetRelatedID(c_id) dim sql_g,rs_g dim RelatedID dim p_id,n set rs_g=Server.CreateObject("ADODB.Recordset") sql_g="select ClassID,ParentPath from P_class" rs_g.open sql_g,conn,1,1 do while not rs_g.eof p_id=split(rs_g("ParentPath"),",") for n=0 to ubound(p_id) if cint(c_id)=cint(p_id(n)) then RelatedID=RelatedID&","&rs_g(0) next rs_g.movenext loop rs_g.close set rs_g=nothing GetRelatedID=c_id&RelatedID end function function GetClassList(classId,chkPower) dim arrPower_class dim rs_classList dim i,isPower arrPower_class=split(request.Cookies("power")("power_class"),",") set rs_classList=conn.execute("select * from P_class order by orderId") do while not rs_classList.eof if chkPower=true then isPower=false for i=0 to ubound(arrPower_class) if cstr(rs_classList("classId"))=cstr(trim(arrPower_class(i))) then isPower=true exit for end if next if session("admin")=true then isPower=true if cint(classId)=cint(rs_classList("classId")) then if isPower=true then response.Write("") else response.Write("") end if else if isPower=true then response.Write("") else response.Write("") end if end if else if cint(classId)=cint(rs_classList("classId")) then response.Write("") else response.Write("") end if end if rs_classList.movenext loop rs_classList.close end function function GetClassListEN(classId,chkPower) dim arrPower_class dim rs_classList dim i,isPower arrPower_class=split(request.Cookies("power")("power_class"),",") set rs_classList=conn.execute("select * from P_class order by orderId") do while not rs_classList.eof if chkPower=true then isPower=false for i=0 to ubound(arrPower_class) if cstr(rs_classList("classId"))=cstr(trim(arrPower_class(i))) then isPower=true exit for end if next if session("admin")=true then isPower=true if cint(classId)=cint(rs_classList("classId")) then if isPower=true then response.Write("") else response.Write("") end if else if isPower=true then response.Write("") else response.Write("") end if end if else if cint(classId)=cint(rs_classList("classId")) then response.Write("") else response.Write("") end if end if rs_classList.movenext loop rs_classList.close end function function GetClassTreeList(parentPath,className,depth,lastNode) dim parentIsLast,p_IsLast,parentId,rs_prt parentId=split(parentPath,",") if cint(parentId(0))>0 then set rs_prt=conn.execute("select lastNode from P_class where classId=" & parentId(0)) parentIsLast=rs_prt("lastNode") rs_prt.close end if If CInt(parentId(ubound(parentId))) > 0 Then set rs_prt = conn.execute("select lastNode from P_class where classId=" & parentId(ubound(parentId))) p_IsLast=rs_prt("lastNode") rs_prt.close End If dim strEmpty,picstree,picline,i if cint(depth)>0 then If parentIsLast Then If P_IsLast Then For i = 0 To depth - 1 picline = " " strEmpty = strEmpty & picline Next Else For i = 0 To depth - 1 picline = " " If i = depth - 1 Then picline = "│" strEmpty = strEmpty & picline Next End If Else If P_IsLast Then For i = 0 To depth - 1 picline = "│" If i = depth - 1 Then picline = " " strEmpty = strEmpty & picline Next Else For i = 0 To depth - 1 picline = "│" strEmpty = strEmpty & picline Next End If End If end if if lastNode=1 then picstree="└" else picstree="├" end if GetClassTreeList=strEmpty&picstree&className end function function GetClassTreeListEN(parentPath,className,depth,lastNode) dim parentIsLast,p_IsLast,parentId,rs_prt parentId=split(parentPath,",") if cint(parentId(0))>0 then set rs_prt=conn.execute("select lastNode from P_class where classId=" & parentId(0)) parentIsLast=rs_prt("lastNode") rs_prt.close end if If CInt(parentId(ubound(parentId))) > 0 Then set rs_prt = conn.execute("select lastNode from P_class where classId=" & parentId(ubound(parentId))) p_IsLast=rs_prt("lastNode") rs_prt.close End If dim strEmpty,picstree,picline,i if cint(depth)>0 then If parentIsLast Then If P_IsLast Then For i = 0 To depth - 1 picline = " " strEmpty = strEmpty & picline Next Else For i = 0 To depth - 1 picline = " " If i = depth - 1 Then picline = "│" strEmpty = strEmpty & picline Next End If Else If P_IsLast Then For i = 0 To depth - 1 picline = "│" If i = depth - 1 Then picline = " " strEmpty = strEmpty & picline Next Else For i = 0 To depth - 1 picline = "│" strEmpty = strEmpty & picline Next End If End If end if if lastNode=1 then picstree="└" else picstree="├" end if GetClassTreeListEN=strEmpty&picstree&className end function function GetClassTree(parentPath,className,child,depth,lastNode,classNameen) dim parentIsLast,p_IsLast,parentId,rs_prt parentId=split(parentPath,",") if cint(parentId(0))>0 then set rs_prt=conn.execute("select lastNode from P_class where classId=" & parentId(0)) parentIsLast=rs_prt("lastNode") rs_prt.close end if If CInt(parentId(ubound(parentId))) > 0 Then set rs_prt = conn.execute("select lastNode from P_class where classId=" & parentId(ubound(parentId))) p_IsLast=rs_prt("lastNode") rs_prt.close End If dim strEmpty,picstree,picline,i If depth > 0 Then If parentIsLast Then If P_IsLast Then For i = 0 To depth - 1 picline = " " strEmpty = strEmpty & picline Next Else For i = 0 To depth - 1 picline = " " If i = depth - 1 Then picline = "" strEmpty = strEmpty & picline Next End If Else If P_IsLast Then For i = 0 To depth - 1 picline = "" If i = depth - 1 Then picline = " " strEmpty = strEmpty & picline Next Else For i = 0 To depth - 1 picline = "" strEmpty = strEmpty & picline Next End If End If End If If child > 0 Then If lastNode Then picstree = " " Else picstree = " " End If Else If lastNode Then picstree = " " Else picstree = " " End If End If if len(classNameen)>0 then GetClassTree=strEmpty&picstree&className&" - ["&classNameen&"]" else GetClassTree=strEmpty&picstree&className end if end function function newsMove(classIdFrom,classIdTo) dim rs,proNum set rs=conn.execute("select proNum from P_class where classId=" & classIdFrom) if rs.eof then rs.close set rs=nothing closeconn() ShowInfo 1,"未知错误" response.end() end if proNum=rs("proNum") rs.close set rs=nothing application.Lock() conn.execute("update P_product set C_ID=" & classIdTo & " where C_ID=" & classIdFrom) conn.execute("update P_class set proNum=proNum-" & proNum & " where classId=" & classIdFrom) conn.execute("update P_class set proNum=proNum+" & proNum & " where classId=" & classIdTo) application.UnLock() end function %> 制钉机设备-首选江省台州市仙居县兴利五金建材|浙江制钉机|制钉机设备|制钉机价格|全自动制钉机|废旧钢筋拉丝机|圆钉机|铁钉机|制钉设备|XJ-713制钉机|半自动制钉机|铁钉生产设备|--仙居县兴利五金建材厂
     
   
     
 
  废旧钢筋拉丝机
  抛光机
  磨刀机
  切胶机
  搓丝机
  XJ-715制钉机
  浙江省仙居县兴利五金建材厂,创建于1990年,至今,已有十多年历史,是全国最早开发和生产制钉机械的厂家之一。
  本厂于1997年被列为省星火计划项目,推荐为省高质量科技产品,1998年被省消费者协会、浙江日报、浙江省企业评估中心、浙江质量管理协会 、省技术监督检测研究院、中国质量万里行等8家单位评为98服务信得过单位和浙江省“金承诺”信誉单位(全省被评为金承诺信誉单位的企业仅159家)。1998—2006年我厂一直被评为仙居县第二届、第三届、第四届、第五届、第六届消费者信得过产品;2001年列为浙江市场上榜品牌;浙江省科技创新优质产品;全省优秀科技型企业先进单位;2004年被评为重质量、创品牌优秀企业;2005年被评为消费者公认城信示范单位。
   “我们的理念是:今天的质量,明天的市场。”多年来我们狠抓产品质量,真正做到了价廉质优。
地址:浙江省仙居福应街道大路工业园区
电话/传真:+86-0576-87688781
网址:http://www.xj5858.com
总经理:徐承乾 先生
手机:(0)13906556630
邮箱:xuweiweixugao@tom.com
手机:(0)13750629811
联系人:徐巍巍 (销售经理)
在线QQ联系:109488761(请点击)
阿里巴巴:
北京办事处:   (0)13164255918
联系人: 胡先生
四川成都办事处:(0)13808057573
联系人:  杨 涛
友情链接:
地址:浙江省仙居县福应街道大路工业园区 电话/传真:+86-576-87688781 浙ICP备06054339号
网址:www.xj5858.com 邮箱:xuweiweixugao@tom.com  手机:(0)13750629811 联系人:徐巍巍 (销售经理)