📄 clientbase_search.asp
字号:
<%
'OA 表单生成器1.0
'功能:查询工商户
%>
<!--#include file="../inc/Secure.asp"-->
<!--#include file="../inc/conn.asp"-->
<!--#include file="../inc/Const.asp"-->
<%
'response.buffer=false
'------------------------------------------------设置参数
LoginID=trim(Session("LoginID")) : if LoginID="" then LoginID=0 '当前用户ID
'------------------------------------------------
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../css/main.css" type=text/css>
<title>main</title>
<script src="../js/Popup.js"></script>
<script src="../js/formatdate.js"></script>
<script src="../js/front_chec.js"></script>
<script src="../js/user_select.js"></script>
<script language="JavaScript">
<!--
function select_users(f_xm,f_id){
strtmpusers = SelectUsers(f_id.value);
if (strtmpusers != "") {
strtmpusers=strtmpusers.split("_")
f_id.value=strtmpusers[0]
f_xm.value=strtmpusers[1]
}
}
-->
</script>
</head>
<body topmargin="10" leftmargin="10">
<!--#include file="ClientBase_menu.html"-->
<hr width="100%" size=1 color="#000000">
<br>
<div align="center">
<table width="500" cellspacing="1" cellpadding="2" class="tab">
<tr>
<td width="100%" class="tdTop">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td class="tdTop">
<p align="left"><img border="0" src="../images/icon_title.gif" align="left">查询工商户</p>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="25%" class="td1">
<form name="eventfrm" method="GET" action="ClientBase_list.asp" onSubmit="return checknull(this)">
<table border="0" width="100%" cellspacing="10" cellpadding="0">
<tr>
<td width="100" align="right" valign="top" nowrap>所属所:</td>
<td width="400" nowrap>
<select size="1" name="area" class="input">
<option value="<%=Session("DepID")%>"><%=GetTableValue("tbioaDepartment","Name","id",Session("DepID"))%></option>
<%Call pOptions("tbioaDepartment","Name",Session("DepID"),0,"├-")%>
</select>
</td>
</tr>
<tr>
<td width="100" align="right" valign="top" nowrap>录入日期:</td>
<td width="400" nowrap>
<input TYPE="TEXT" SIZE="12" MAXLENGTH="12" NAME="sdate" class="input" check_date="日期格式错误" onKeyUp="DateFormat(this,this.value,event,false,'2')"> <a href=# title="选择日期" onClick="fPopUpDlg('../js/calendar.htm', document.eventfrm.sdate, 'winpop', 234, 261);return false"><img src="../images/datetime.gif" border=0></a> 至
<input TYPE="TEXT" SIZE="12" MAXLENGTH="12" NAME="sdate_end" class="input" check_date="日期格式错误" onKeyUp="DateFormat(this,this.value,event,false,'2')"> <a href=# title="选择日期" onClick="fPopUpDlg('../js/calendar.htm', document.eventfrm.sdate_end, 'winpop', 234, 261);return false"><img src="../images/datetime.gif" border=0></a>
</td>
</tr>
<tr>
<td width="100" align="right" valign="top" nowrap>注册号:</td>
<td width="400" nowrap><input type="text" name="zch" size="40" maxlength="250" class="input">
</td>
</tr>
<tr>
<td width="100" align="right" valign="top" nowrap>字号名称:</td>
<td width="400" nowrap><input type="text" name="zhmc" size="40" maxlength="250" class="input">
</td>
</tr>
<tr>
<td width="100" align="right" valign="top" nowrap>经营户类型:</td>
<td width="400" nowrap>
<input type="radio" value="" name="lx" checked>不限制
<input type="radio" value="1" name="jylx">农资经营户
<input type="radio" value="2" name="jylx">食品经营户
<input type="radio" value="3" name="jylx">其他经营户
</td>
</td>
</tr>
<tr>
<td width="100" align="right" valign="top" nowrap>企业类型:</td>
<td width="400" nowrap>
<input type="radio" value="" name="lx" checked>不限制
<input type="radio" value="1" name="lx">企业
<input type="radio" value="0" name="lx">个体工商户
</td>
</tr>
<tr>
<td width="100" align="right" valign="top" nowrap>所属地区:</td>
<td width="400" nowrap>
<select size="1" name="ssdq" class="input">
<option value="">不限制</option>
<%Call pOptions("tbioaAreaSort","Name",0,0,"")%>
</select>
</td>
</tr>
<tr>
<td width="100" align="right" valign="top" nowrap>行业:</td>
<td width="400" nowrap>
<select size="1" name="hy" class="input">
<option value="">不限制</option>
<%Call pOptions("TbioaBusinessSort","Name",0,0,"")%>
</select>
</td>
</tr>
<tr>
<td width="100" align="right" valign="top" nowrap>监管人员:</td>
<td width="400" nowrap>
<input type="text" name="jgry_xm" size="25" readonly class="input">
<input type=hidden name="jgry">
<img src="../images/selectman.gif" border="0" onclick="select_users(eventfrm.jgry_xm,eventfrm.jgry)" style="cursor:hand">
</td>
</tr>
<tr>
<td width="100" align="right" valign="top" nowrap>包片领导:</td>
<td width="400" nowrap>
<input type="text" name="bpld_xm" size="25" readonly class="input">
<input type=hidden name="bpld">
<img src="../images/selectman.gif" border="0" onclick="select_users(eventfrm.bpld_xm,eventfrm.bpld)" style="cursor:hand">
</td>
</tr>
<tr>
<td width="100" align="right" valign="top" nowrap>信用等级:</td>
<td width="400" nowrap>
<select size="1" name="xydj" class="input">
<option value="">不限制</option>
<option value="A">A</option>
<option value="B">B</option>
<option value="C">C</option>
<option value="D">D</option>
</select>
</td>
</tr>
<tr>
<td width="100" align="right" valign="top" nowrap>查询范围:</td>
<td width="400" nowrap>
<input type="radio" name="smod" value="" checked>正常经营户
<input type="radio" name="smod" value="1">到期经营户
</td>
</tr>
<tr>
<td width="100%" colspan="2" align="center">
<input type="submit" value="查询" class="button0" onmouseout=className="button0" onmouseover=className="button1"> <input type="reset" value="全部重写" class="button0" onmouseout=className="button0" onmouseover=className="button1">
</td>
</tr>
</table>
</form>
</td>
</tr>
<tr>
<td width="25%" class="tdBottom">
</td>
</tr>
</table>
</div>
</body>
</html>
<%'释放对象变量
oConn.close
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -