//SysCommonAjaxAction.ashx 的服务端方法调用的JSvar CurrentPage = 1; //列表分页的当前页码var RandomInt=536272917 ;var Url="/Ajax/Anon/SysCommonAjaxAction.ashx";function ajaxServer() { this.GetProjectListOfUID = GetProjectListOfUID; this.GetProjectListOfUID_Url = GetProjectListOfUID_Url;  this.GetProjectListOfCurrentUID = GetProjectListOfCurrentUID; this.GetProjectListOfCurrentUID_Url = GetProjectListOfCurrentUID_Url;  this.GetProjectModuleListOfPID = GetProjectModuleListOfPID; this.GetProjectModuleListOfPID_Url = GetProjectModuleListOfPID_Url;  this.GetProjectReleaseListOfPID = GetProjectReleaseListOfPID; this.GetProjectReleaseListOfPID_Url = GetProjectReleaseListOfPID_Url;  this.GetProjectIssueSortListOfPID = GetProjectIssueSortListOfPID; this.GetProjectIssueSortListOfPID_Url = GetProjectIssueSortListOfPID_Url;  this.GetTotalInfor = GetTotalInfor; this.GetTotalInfor_Url = GetTotalInfor_Url;  this.GetTotalInofrDefault = GetTotalInofrDefault; this.GetTotalInofrDefault_Url = GetTotalInofrDefault_Url;  this.GetTotalInofrDefaultNoNum = GetTotalInofrDefaultNoNum; this.GetTotalInofrDefaultNoNum_Url = GetTotalInofrDefaultNoNum_Url;  this.SearchEntitysList = SearchEntitysList; this.SearchEntitysList_Url = SearchEntitysList_Url;  this.LoadEntity = LoadEntity; this.LoadEntity_Url = LoadEntity_Url;  this.DeleteEntity = DeleteEntity; this.DeleteEntity_Url = DeleteEntity_Url;  this.DeleteEntitys = DeleteEntitys; this.DeleteEntitys_Url = DeleteEntitys_Url;  this.TestAjaxAction = TestAjaxAction; this.TestAjaxAction_Url = TestAjaxAction_Url; } function GetProjectListOfUID_Url(){ return Url+"?Ajax_MethodName=GetProjectListOfUID&RandomInt="+(RandomInt++); }function GetProjectListOfUID(backFunction,params,method){    var Ajax_MethodName="GetProjectListOfUID";    var _url= Url+"?Ajax_MethodName="+Ajax_MethodName+"&RandomInt="+(RandomInt++);    if (method == "Post" || method == "POST" || method == "post")    {        doBaseAjaxPost(_url,backFunction,params);    }else{        _url += GetParamsToUrls(params);        doBaseAjaxGet(_url,backFunction);    }    } function GetProjectListOfCurrentUID_Url(){ return Url+"?Ajax_MethodName=GetProjectListOfCurrentUID&RandomInt="+(RandomInt++); }function GetProjectListOfCurrentUID(backFunction,params,method){    var Ajax_MethodName="GetProjectListOfCurrentUID";    var _url= Url+"?Ajax_MethodName="+Ajax_MethodName+"&RandomInt="+(RandomInt++);    if (method == "Post" || method == "POST" || method == "post")    {        doBaseAjaxPost(_url,backFunction,params);    }else{        _url += GetParamsToUrls(params);        doBaseAjaxGet(_url,backFunction);    }    } function GetProjectModuleListOfPID_Url(){ return Url+"?Ajax_MethodName=GetProjectModuleListOfPID&RandomInt="+(RandomInt++); }function GetProjectModuleListOfPID(backFunction,params,method){    var Ajax_MethodName="GetProjectModuleListOfPID";    var _url= Url+"?Ajax_MethodName="+Ajax_MethodName+"&RandomInt="+(RandomInt++);    if (method == "Post" || method == "POST" || method == "post")    {        doBaseAjaxPost(_url,backFunction,params);    }else{        _url += GetParamsToUrls(params);        doBaseAjaxGet(_url,backFunction);    }    } function GetProjectReleaseListOfPID_Url(){ return Url+"?Ajax_MethodName=GetProjectReleaseListOfPID&RandomInt="+(RandomInt++); }function GetProjectReleaseListOfPID(backFunction,params,method){    var Ajax_MethodName="GetProjectReleaseListOfPID";    var _url= Url+"?Ajax_MethodName="+Ajax_MethodName+"&RandomInt="+(RandomInt++);    if (method == "Post" || method == "POST" || method == "post")    {        doBaseAjaxPost(_url,backFunction,params);    }else{        _url += GetParamsToUrls(params);        doBaseAjaxGet(_url,backFunction);    }    } function GetProjectIssueSortListOfPID_Url(){ return Url+"?Ajax_MethodName=GetProjectIssueSortListOfPID&RandomInt="+(RandomInt++); }function GetProjectIssueSortListOfPID(backFunction,params,method){    var Ajax_MethodName="GetProjectIssueSortListOfPID";    var _url= Url+"?Ajax_MethodName="+Ajax_MethodName+"&RandomInt="+(RandomInt++);    if (method == "Post" || method == "POST" || method == "post")    {        doBaseAjaxPost(_url,backFunction,params);    }else{        _url += GetParamsToUrls(params);        doBaseAjaxGet(_url,backFunction);    }    } function GetTotalInfor_Url(){ return Url+"?Ajax_MethodName=GetTotalInfor&RandomInt="+(RandomInt++); }function GetTotalInfor(backFunction,params,method){    var Ajax_MethodName="GetTotalInfor";    var _url= Url+"?Ajax_MethodName="+Ajax_MethodName+"&RandomInt="+(RandomInt++);    if (method == "Post" || method == "POST" || method == "post")    {        doBaseAjaxPost(_url,backFunction,params);    }else{        _url += GetParamsToUrls(params);        doBaseAjaxGet(_url,backFunction);    }    } function GetTotalInofrDefault_Url(){ return Url+"?Ajax_MethodName=GetTotalInofrDefault&RandomInt="+(RandomInt++); }function GetTotalInofrDefault(backFunction,params,method){    var Ajax_MethodName="GetTotalInofrDefault";    var _url= Url+"?Ajax_MethodName="+Ajax_MethodName+"&RandomInt="+(RandomInt++);    if (method == "Post" || method == "POST" || method == "post")    {        doBaseAjaxPost(_url,backFunction,params);    }else{        _url += GetParamsToUrls(params);        doBaseAjaxGet(_url,backFunction);    }    } function GetTotalInofrDefaultNoNum_Url(){ return Url+"?Ajax_MethodName=GetTotalInofrDefaultNoNum&RandomInt="+(RandomInt++); }function GetTotalInofrDefaultNoNum(backFunction,params,method){    var Ajax_MethodName="GetTotalInofrDefaultNoNum";    var _url= Url+"?Ajax_MethodName="+Ajax_MethodName+"&RandomInt="+(RandomInt++);    if (method == "Post" || method == "POST" || method == "post")    {        doBaseAjaxPost(_url,backFunction,params);    }else{        _url += GetParamsToUrls(params);        doBaseAjaxGet(_url,backFunction);    }    } function SearchEntitysList_Url(){ return Url+"?Ajax_MethodName=SearchEntitysList&RandomInt="+(RandomInt++); }function SearchEntitysList(backFunction,params,method){    var Ajax_MethodName="SearchEntitysList";    var _url= Url+"?Ajax_MethodName="+Ajax_MethodName+"&RandomInt="+(RandomInt++);    if (method == "Post" || method == "POST" || method == "post")    {        doBaseAjaxPost(_url,backFunction,params);    }else{        _url += GetParamsToUrls(params);        doBaseAjaxGet(_url,backFunction);    }    } function LoadEntity_Url(){ return Url+"?Ajax_MethodName=LoadEntity&RandomInt="+(RandomInt++); }function LoadEntity(backFunction,params,method){    var Ajax_MethodName="LoadEntity";    var _url= Url+"?Ajax_MethodName="+Ajax_MethodName+"&RandomInt="+(RandomInt++);    if (method == "Post" || method == "POST" || method == "post")    {        doBaseAjaxPost(_url,backFunction,params);    }else{        _url += GetParamsToUrls(params);        doBaseAjaxGet(_url,backFunction);    }    } function DeleteEntity_Url(){ return Url+"?Ajax_MethodName=DeleteEntity&RandomInt="+(RandomInt++); }function DeleteEntity(backFunction,params,method){    var Ajax_MethodName="DeleteEntity";    var _url= Url+"?Ajax_MethodName="+Ajax_MethodName+"&RandomInt="+(RandomInt++);    if (method == "Post" || method == "POST" || method == "post")    {        doBaseAjaxPost(_url,backFunction,params);    }else{        _url += GetParamsToUrls(params);        doBaseAjaxGet(_url,backFunction);    }    } function DeleteEntitys_Url(){ return Url+"?Ajax_MethodName=DeleteEntitys&RandomInt="+(RandomInt++); }function DeleteEntitys(backFunction,params,method){    var Ajax_MethodName="DeleteEntitys";    var _url= Url+"?Ajax_MethodName="+Ajax_MethodName+"&RandomInt="+(RandomInt++);    if (method == "Post" || method == "POST" || method == "post")    {        doBaseAjaxPost(_url,backFunction,params);    }else{        _url += GetParamsToUrls(params);        doBaseAjaxGet(_url,backFunction);    }    } function TestAjaxAction_Url(){ return Url+"?Ajax_MethodName=TestAjaxAction&RandomInt="+(RandomInt++); }function TestAjaxAction(backFunction,params,method){    var Ajax_MethodName="TestAjaxAction";    var _url= Url+"?Ajax_MethodName="+Ajax_MethodName+"&RandomInt="+(RandomInt++);    if (method == "Post" || method == "POST" || method == "post")    {        doBaseAjaxPost(_url,backFunction,params);    }else{        _url += GetParamsToUrls(params);        doBaseAjaxGet(_url,backFunction);    }    }var AjaxServer = new ajaxServer();