Files
2026-08-31 16:22:00 +08:00

248 lines
12 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>工程建设领域</title>
<link href="{PE.SiteConfig.SkinPath/}default.css" rel="stylesheet" type="text/css" />
<link href="{PE.SiteConfig.SkinPath/}public.css" rel="stylesheet" type="text/css" />
<link href="{PE.SiteConfig.SkinPath/}project.css" rel="stylesheet" type="text/css" />
<script language="javascript" type="text/javascript" src="{PE.SiteConfig.ApplicationPath/}JS/Common.js"></script>
<script language="javascript" type="text/javascript" src="{PE.SiteConfig.applicationpath /}JS/jquery.pack.js"></script>
<script src="{PE.SiteConfig.ApplicationPath/}JS/jquery.dimensions.js" type="text/javascript"></script>
<script src="{PE.SiteConfig.ApplicationPath/}JS/jquery.accordion.js" type="text/javascript"></script>
</head>
<body>
<div id="wrapper"> {PE.Label id="GOV_网站顶部" /}
<!-- S 内容定义 -->
<div id="center_all">
<div id="main_bg" class="main_bgpic">
<div id="main_bg">
<!--= S 顶部导航 -->
{PE.Label id="建设领域导航" /}
<!--= E 顶部导航 -->
<div id="content">
<div id="container" class="layout_2_2_1 clearFloat">
<div class="box_side fl">
<!-- S 项目信息目录 -->
<script type="text/javascript">
$(function () {
$('ul.drawers').accordion({
header: 'H4.drawer-handle',
selectedClass: 'open',
event: 'click'
});
});
</script>
{PE.Label id="左侧_项目目录树"/}
<!-- E 信用信息目录 -->
</div>
<div class="box_main fr">
<!-- 企业信息查询 S-->
<div class="class">
<div class="hd">
<h3>
企业信息查询</h3>
</div>
<div class="bd">
<dl>
<dd>
<table class="project pj_search" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td class="tit">
企业名称
</td>
<td>
<input type="text" size="38" id="input_unitname" />
</td>
<td class="tit">
营业执照注册号
</td>
<td>
<input type="text" size="38" id="input_licenseregnum" />
</td>
</tr>
<tr>
<td class="tit">
营业执照登记机关
</td>
<td>
<input type="text" size="38" id="input_licenseregauthority" />
</td>
<td class="tit">
组织机构代码
</td>
<td>
<input type="text" size="38" id="input_orgnum" />
</td>
</tr>
<tr>
<td class="tit">
组织机构登记机关
</td>
<td>
<input type="text" size="38" id="input_orgregauthority" />
</td>
<td class="tit">
企业类型
</td>
<td>
<input type="text" size="38" id="input_enterprisetype" />
</td>
</tr>
<tr>
<td class="tit">
法定代表人信息
</td>
<td>
<input type="text" size="38" id="input_legalrepresentative" />
</td>
<td class="tit">
经营范围
</td>
<td>
<input type="text" size="38" id="input_businessccope" />
</td>
</tr>
<tr class="search_btn">
<td colspan="4">
<input type="image" id="searchenterprise" src="{PE.SiteConfig.SkinPath/}images/gc/gc_se_btn2.png"
width="69" height="22" /><input type="image" id="resetsearch" src="{PE.SiteConfig.SkinPath/}images/gc/gc_se_btn3.png"
width="69" height="22" />
</td>
</tr>
</table>
<div class="blank10">
</div>
<table width="100%">
<tbody>
<tr class="line">
<td width="50%">
企业名称
</td>
<td width="30%">
营业执照注册号
</td>
<td width="20%">
企业类型
</td>
</tr>
{PE.Label id="企业信息搜索列表" unitname="@Request_unitname" licenseregnum="@Request_licenseregnum"
licenseregauthority="@Request_licenseregauthority" orgnum="@Request_orgnum" orgregauthority ="@Request_orgregauthority "
enterprisetype="@Request_enterprisetype" legalrepresentative="@Request_legalrepresentative" businessccope="@Request_businessccope"
page="true" pagesize="20" titleLength="56"/}
</tbody>
</table>
</dd>
</dl>
</div>
<!-- 翻页 -->
<div class="pager">
{PE.Page id="Monster_后台风格" span="div" class="page" datasource="企业信息搜索列表"/}
</div>
</div>
<!-- 项目信息公开 E-->
</div>
</div>
</div> </div>
<div class="clearbox"></div>
<div class="c_spacing"></div>
</div>
</div>
<!-- E 内容定义 -->
{PE.Label id="GOV_网站底部" /} </div>
<script type="text/javascript">
$(document).ready(function () {
var unitname;
var licenseregnum;
var licenseregauthority;
var orgnum;
var orgregauthority ;
var enterprisetype;
var legalrepresentative;
var businessccope;
unitname = "@Request_unitname";
licenseregnum = "@Request_licenseregnum";
licenseregauthority = "@Request_licenseregauthority";
orgnum = "@Request_orgnum";
orgregauthority = "@Request_orgregauthority ";
enterprisetype = "@Request_enterprisetype";
legalrepresentative = "@Request_legalrepresentative";
businessccope = "@Request_businessccope";
if (unitname != "") {
$("#input_unitname").val(unitname);
}
if (licenseregnum != "") {
$("#input_licenseregnum").val(licenseregnum);
}
if (orgnum != "") {
$("#input_orgnum").val(orgnum);
}
if (orgregauthority != "") {
$("#input_orgregauthority ").val(orgregauthority );
}
if (licenseregauthority != "") {
$("#input_licenseregauthority").val(licenseregauthority);
}
if (enterprisetype != "") {
$("#input_enterprisetype").val(enterprisetype);
}
if (legalrepresentative != "") {
$("#input_legalrepresentative").val(legalrepresentative);
}
if (businessccope != "") {
$("#input_businessccope").val(businessccope);
}
$("#searchenterprise").click(function (event) {
var pram;
pram = "";
var url;
unitname = $("#input_unitname").val();
licenseregnum = $("#input_licenseregnum").val();
licenseregauthority = $("#input_licenseregauthority").val();
orgnum = $("#input_orgnum").val();
orgregauthority = $("#input_orgregauthority ").val();
enterprisetype = $("#input_enterprisetype").val();
legalrepresentative = $("#input_legalrepresentative").val();
businessccope = $("#input_businessccope").val();
url = "SearchEnterprise.aspx";
if (unitname != "") {
pram += "&" + "unitname=" + encodeURI(unitname);
}
if (licenseregnum != "") {
pram += "&" + "licenseregnum=" + encodeURI(licenseregnum);
}
if (licenseregauthority != "") {
pram += "&" + "licenseregauthority=" + encodeURI(licenseregauthority);
}
if (orgnum != "") {
pram += "&" + "orgnum=" + encodeURI(orgnum);
}
if (orgregauthority != "") {
pram += "&" + "orgregauthority=" + encodeURI(orgregauthority );
}
if (enterprisetype != "") {
pram += "&" + "enterprisetype=" + encodeURI(enterprisetype);
}
if (legalrepresentative != "") {
pram += "&" + "legalrepresentative=" + encodeURI(legalrepresentative);
}
if (businessccope != "") {
pram += "&" + "businessccope=" + encodeURI(businessccope);
}
if (pram != "") {
pram = pram.replace("&", "?");
}
url += pram;
window.location.href = url;
});
$("#resetsearch").click(function (event) {
$(".project input").val("")
});
});
</script>
</body>
</html>