耿先生
大專(zhuān) 北京 大區(qū)經(jīng)理 9年工作經(jīng)驗(yàn) 非常熟悉醫(yī)藥營(yíng)銷(xiāo)市場(chǎng)模式,有管理省級(jí)代理商經(jīng)驗(yàn)、從事過(guò)臨床、商務(wù)、終端銷(xiāo)售與策劃。對(duì)渠道構(gòu)筑、第三終端促銷(xiāo)有很深的運(yùn)用和掌握。本人有五年銷(xiāo)售經(jīng)理工作經(jīng)驗(yàn),對(duì)北京市場(chǎng)臨床、渠道構(gòu)筑、管理、商業(yè)、貨款、二級(jí)分銷(xiāo)、終端促銷(xiāo)銷(xiāo)售、連鎖銷(xiāo)售管理、零售店銷(xiāo)售管理有很深運(yùn)作與管理能力,本人有多年渠道銷(xiāo)售與管理經(jīng)驗(yàn),非常熟悉北京市場(chǎng)醫(yī)藥渠道銷(xiāo)售,二級(jí)分銷(xiāo)、連鎖店銷(xiāo)售與管理。
<% set rs=server.createobject("adodb.recordset")
sql="SELECT TOP 10 ResumeID, JobIntension1,Province, name,sex,SelfAssessment,Degree,Experience FROM ijob_person WHERE (Secret <> 1 AND JobClass<>'銷(xiāo)售類(lèi)') AND ((Experience >= 5 AND Degree=2) OR (Experience >= 4 AND Degree=3) OR (Experience >= 2 AND (Degree=4 OR Degree=5))) ORDER BY lastlogin DESC"
rs.open sql,conn,1,1
do while not rs.eof%>
" style="color:#a65e00;">
<%if rs("sex")=true then
sex="先生"
else
sex="小姐"
end if
%><%=left(rs("name"),1)&sex%>
<%if rs("Degree")=0 then
response.write "高中"
elseif rs("Degree")=1 then
response.write "中專(zhuān)"
elseif rs("Degree")=2 then
response.write "大專(zhuān)"
elseif rs("Degree")=3 then
response.write "本科"
elseif rs("Degree")=4 then
response.write "碩士"
elseif rs("Degree")=5 then
response.write "博士"
end if
%><%=" "&rs("Province")&" "&rs("JobIntension1")&" "&rs("Experience") %>年工作經(jīng)驗(yàn)
<%=left(rs("SelfAssessment"),200)%>
<%
rs.movenext()
loop
%>
<% set rs=server.createobject("adodb.recordset")
sql="SELECT TOP 20 ResumeID, JobIntension1,Province, name,sex,SelfAssessment,Degree,Experience FROM ijob_person WHERE (Secret <> 1 AND JobClass='銷(xiāo)售類(lèi)' AND JobIntension1<>'銷(xiāo)售代表' AND JobIntension1<>'醫(yī)藥代表' AND JobIntension1<>'OTC代表') AND ((Experience >= 5 AND Degree=2) OR (Experience >= 4 AND Degree=3) OR (Experience >= 2 AND (Degree=4 OR Degree=5))) ORDER BY lastlogin DESC"
rs.open sql,conn,1,1
do while not rs.eof%>
" style="color:#a65e00;">
<%if rs("sex")=true then
sex="先生"
else
sex="小姐"
end if
%><%=left(rs("name"),1)&sex%>
<%if rs("Degree")=0 then
response.write "高中"
elseif rs("Degree")=1 then
response.write "中專(zhuān)"
elseif rs("Degree")=2 then
response.write "大專(zhuān)"
elseif rs("Degree")=3 then
response.write "本科"
elseif rs("Degree")=4 then
response.write "碩士"
elseif rs("Degree")=5 then
response.write "博士"
end if
%><%=" "&rs("Province")&" "&rs("JobIntension1")&" "&rs("Experience") %>年工作經(jīng)驗(yàn)
<%=left(rs("SelfAssessment"),200)%>
<%
rs.movenext()
loop
%>
|