﻿// JScript 文件
window.IncludeFile={"header":"head.html","tailer":"tail.html"};
window.JsModule=["system/jqframe.js"];
function WebMain()
{ 
    
    $.SetFormat("zh","settypechanpin","<p style='width:140px;margin-right:20px;' class=\"aclassfont qiyeli\"><a href=\"productdetaile.html?{'id':#1#}\" >#0#</a></p>","","");
    $.SetFormat("zh","jpgysformat","<li style='height:auto;color:#17367E;text-indent:0;padding:0 7px 2px 10px;margin-left:0;width:252px'><p><a style='font-weight:bold;color:#17367E;' href=\"shop.html?{'id':'#0#'}\" target=\"_blank\">#1#</a></p><p style=\"height:60px;overflow: hidden;\">#2#</p><p>#3#</p></li>","");
    
    
    /*产品类别*/$.SendMessage({callback:setsmalltype,bLoading:false,type:"DBSelect",id:"getchanpintypesmall",pm :"<@ehai_typetable%16Id%16eName,Class,Id%16%16%16Class asc%160%16Sort=2 and LENGTH(Class)=4%16@>"});
    /*金牌供应商*/$("#com_jpgys").SendMessage({bLoading:false,type:"DBSelect",id:"jpgysinfo",pm :"<@ehai_user%16Id%16Id,Company,Permission,WebSite%16%16%16altertime desc,GoldRank desc%160%16IsGold=1 and IsShow=1 and IsCheck=1@>%16",format:"jpgysformat",start:0,total:5});
}
//读取企业类别
function setsmalltype(re)
{
    if(re)
    {
        var h=""
        for(i=0;i<re.length;i++)
        {
            h+="<ul style='padding:0 0 0 10px;width:350px;height:95px;float:left;clear:none;'><li style='font-weight:bold;padding:0 0 5px;'><a href=\"productlist.html?{'Sort':'"+re[i][1]+"'}\">"+re[i][0]+"</a></li><li  id=\"smalltypeli"+re[i][1]+"\"><li></ul>"
          
        }
         $("#chanpinlist").html(h);
        for(i=0;i<re.length;i++)
        {
            /*获得小类产品名称*/$("#smalltypeli"+re[i][1]).SendMessage({bLoading:false,type:"DBSelect",pm :"<@ehai_product%16Id%16ProductName,Id%16%16%16PubTime desc,RunPriceRank desc%160%16IsShow=1 and IsCheck=1 and left(eType,4)='@>"+re[i][1]+"'%16",format:"settypechanpin",start:0,total:6});
        }
    }
};
//页内搜索产品
function cprightsearch()
{
    var aimUrl;
    var cptj=$("#sproductname").val();
    var qytj=$("#scomname").val();
    aimUrl="productlist.html?{'cptj':'"+cptj+"','qytj':'"+qytj+"'}";
    window.location=aimUrl;
};
