﻿// JScript 文件
window.IncludeFile={"header":"head.html","tailer":"tail.html"};
window.JsModule=["system/jqframe.js","js/all_jpgys.js"];
var gorq=0;

function WebMain()
{ 
    $.SetFormat("zh","gyxxtd","<li><a style='width:420px;' href=\"supplydetail.html?{'id':#0#}\" target=\"_blank\"><p style='float:left;width:110px;margin:0 5px;color:#07536D;padding-top:3px;'>[#2#]</p>#1#</a></li>","","");
    $.SetFormat("zh","qgxxtd","<li><a style='width:420px;' href=\"supplydetail.html?{'id':#0#}\" target=\"_blank\"><p style='float:left;width:110px;margin:0 5px;color:#07536D;padding-top:3px;'>[#2#]</p>#1#</a></li>","","");
    $.SetFormat("zh","settypesmall","<p style=\"float:left;width:90px;\"><a href=\"supplylist.html?{'Sort':'#1#'}\" target=\"_blank\">#0#</a></p>","","");
   
    
    
    /*供应信息*/$("#gyxxtd").SendMessage({bLoading:false,type:"DBSelect",id:"gyxxtd",pm :"<@ehai_supplydemand,ehai_typetable%16ehai_supplydemand.Id%16ehai_supplydemand.Id,ehai_supplydemand.Title,ehai_typetable.eName%16%16%16PubDate desc%160%16ehai_supplydemand.TradeType=1 and ehai_supplydemand.Status=1 and ehai_supplydemand.IsShow=1 and ehai_supplydemand.Sort1=ehai_typetable.Class and ehai_typetable.Sort=3@>%16",format:"gyxxtd",start:0,total:10});
    /*求购信息*/$("#qgxxtd").SendMessage({bLoading:false,type:"DBSelect",id:"qgxxtd",pm :"<@ehai_supplydemand,ehai_typetable%16ehai_supplydemand.Id%16ehai_supplydemand.Id,ehai_supplydemand.Title,ehai_typetable.eName%16%16%16PubDate desc%160%16ehai_supplydemand.TradeType=2 and ehai_supplydemand.Status=1 and ehai_supplydemand.IsShow=1 and ehai_supplydemand.Sort1=ehai_typetable.Class and ehai_typetable.Sort=3@>%16",format:"qgxxtd",start:0,total:10});
    /*按类别查看*/$.SendMessage({bLoading:false,callback:setbigtype,type:"DBSelect",id:"s_sort",pm :"<@ehai_typetable%16Id%16eName,Class,Id%16%16%16Class asc%160%16Sort=3 and LENGTH(Class)=2%16@>"});
   
    getAdsInfo(13);
}
//读取供求信息列表
function setbigtype(re)
{
    if(re)
    {
        var h=""
        for(i=0;i<re.length;i++)
        {
            h+="<p><a style='background:none;' href=\"supplylist.html?{'Sort':'"+re[i][1]+"'}\"><b>"+re[i][0]+"</b></a></p><div style=\" line-height:1px;\" id=\"bigtypeli"+re[i][1]+"\"></div>"
           
        }
         $("#s_sort").html(h);
        for(i=0;i<re.length;i++)
        {
            /*职位小类*/$("#bigtypeli"+re[i][1]).SendMessage({bLoading:false,type:"DBSelect",pm :"<@ehai_typetable%16Id%16eName,Class,Id%16%16%16Class asc%160%16Sort=3 and LENGTH(Class)=4 and left(Class,2)='@>"+re[i][1]+"'%16",format:"settypesmall"});
        }
    }
};

//图片跳转
function tiaozhuan()
{
    $.SendMessage({type:"Session",callback:getsessiongq,pm :"<@@>"},true);
};
function getsessiongq(re)
{
    if(re[0][0])
        window.location.href="of_bangongshi.html";
    else
        alert("您未登录");
};
//供求页内搜索
window.tjtype2=1;
function gq_rightsearch()
  {
    var aimUrl;
    var gqtj=$("#gqtj").val();
    var qytj=$("#qytj").val();
    var lbtj=$("#lbtj").val();
    var titj=$("#titj").val();
    aimUrl="supplylist.html?{'gqtj':'"+gqtj+"','qytj':'"+qytj+"','lbtj':'"+lbtj+"','titj':'"+titj+"','id':'"+tjtype2+"'}";
   
    window.location=aimUrl;
  };
function settype2(ra)
{
    tjtype2=ra;
};
