%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<%
Dim Recordset1
Dim Recordset1_numRows
Set Recordset1 = Server.CreateObject("ADODB.Recordset")
Recordset1.ActiveConnection = MM_conn_STRING
Recordset1.Source = "SELECT * FROM chanpinlei ORDER BY id ASC"
Recordset1.CursorType = 0
Recordset1.CursorLocation = 2
Recordset1.LockType = 1
Recordset1.Open()
Recordset1_numRows = 0
G3_lei="水果"
if (Request.QueryString <> "") then
G3_lei=Request.QueryString("lei")
end if
%>
<%
Dim Recordset2__MMColParam
Recordset2__MMColParam = G3_lei
If (Request.QueryString("lei") <> "") Then
Recordset2__MMColParam = Request.QueryString("lei")
End If
%>
<%
Dim Recordset2
Dim Recordset2_numRows
Set Recordset2 = Server.CreateObject("ADODB.Recordset")
Recordset2.ActiveConnection = MM_conn_STRING
Recordset2.Source = "SELECT biaoti, d1, d2, id, pic FROM chanpin WHERE leibie = '" + Replace(Recordset2__MMColParam, "'", "''") + "' ORDER BY id ASC"
Recordset2.CursorType = 0
Recordset2.CursorLocation = 2
Recordset2.LockType = 1
Recordset2.Open()
Recordset2_numRows = 0
%>
<%
Dim Repeat1__numRows
Dim Repeat1__index
Repeat1__numRows = -1
Repeat1__index = 0
Recordset1_numRows = Recordset1_numRows + Repeat1__numRows
%>
烟台制药机械有限公司
|
 |
|
ZKF—3新型自动控制粉碎机组是依照(GMP)对制药装备的相应要求,在原有的基础上进行改进,完善后的新一代产品。整套机组包括喂料斗、自动喂料器、分离器、粉碎机、卧式转筛、电控柜。电控柜能自动控制主机的温度和电流,能自动完成喂料、粉碎、输送、分离、过筛、粗渣再粉碎、直至出成品。
架台安装机组则能够将筛好的物料直接流入混合机内,经混合后打开混合机出料口流入原料桶存放。
本机组设计新颖、结构紧凑、污染轻、噪音低、出粉率高、生产稳定、易损件更换方便等特点,各项技术指标均符合国家规定。对轻、重、软、脆、韧、纤维性物料及中成药复方药材的加工适应性强,使制药、农药、食品、化工的行业前处理的理想产品。 |
 |
<%
While ((Repeat1__numRows <> 0) AND (NOT Recordset1.EOF))
%>
<% if G3_lei = (Recordset1.Fields.Item("leibie").Value) then %>
<% else %>
|
<% end if %>
<%
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
Recordset1.MoveNext()
Wend
%>
|
|
© 2005 烟台制药机械有限公司 版权所有E-mail:
地址:山东省烟台市幸福中路218-1号 电话:0535-6524041
传真:0535-6872292 邮编:264000 | |
|
|
<%
Recordset1.Close()
Set Recordset1 = Nothing
%>
<%
Recordset2.Close()
Set Recordset2 = Nothing
%>