⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 oa_emp_infoqueryinput.jsp

📁 使用jsp,数据库使用orcale
💻 JSP
字号:
<%@include file="/internet/hciHead.jsp"%>
<TITLE>查询输入信息</TITLE>
<SCRIPT language="JavaScript" src="/pageComponent/resources/scripts/dataformcheck.js" type="text/javascript"></SCRIPT>
<LINK href="/pageComponent/resources/theme/style.css" rel="stylesheet" type="text/css">
<SCRIPT language="JavaScript" src="/pageComponent/resources/scripts/calendar.js" type="text/javascript"></SCRIPT>
<%--
  作者:xiao
  部门:BIT
  创建时间:Tue Nov 28 15:15:40 CST 2006

  描述:通过向导自动产生entity表单输入的jsp页面
--%>
<PG:QueryForm style="WIDTH: 574px; HEIGHT: 174px">
	<%--自动生成代码,请不要手动修改
<?xml version="1.0" encoding="GB2312" standalone="no"?>
<wizardContent version="1.0">
    <content>
        <formAction value="admin.pr.prOA_EMP_INFOQuery.do" type="String"/>
        <cols value="3" type="Integer"/>
        <isCount value="false" type="Boolean"/>
        <pageLength value="10" type="Integer"/>
        <title value="查询条件" type="String"/>
        <hasForm value="true" type="Boolean"/>
        <isPage value="true" type="Boolean"/>
        <isDistinct value="false" type="Boolean"/>
        <submitTarget value="result" type="String"/>
        <formName value="queryForm1" type="String"/>
    </content>
    <entity name="OA_EMP_INFO" id="queryEntity">
        <field name="EMPLOYEE_ID" displayName="员工编号" length="20" isNullable="true">
            <readonly value="false"/>
            <htmlInputType value="text"/>
            <operator value="="/>
            <likeRule value="center"/>
            <dictHasNull value="false"/>
        </field>
        <field name="EMPLOYEE_NAME" displayName="员工姓名" length="20" isNullable="true">
            <readonly value="false"/>
            <htmlInputType value="text"/>
            <operator value="="/>
            <likeRule value="center"/>
            <dictHasNull value="false"/>
        </field>
        <field name="DEPARTMENT_ID" displayName="部门编号" length="20" isNullable="true">
            <readonly value="false"/>
            <htmlInputType value="text"/>
            <operator value="="/>
            <likeRule value="center"/>
            <dictHasNull value="false"/>
        </field>
        <field name="ROLE_ID" displayName="角色编号" length="20" isNullable="true">
            <readonly value="false"/>
            <htmlInputType value="text"/>
            <operator value="="/>
            <likeRule value="center"/>
            <dictHasNull value="false"/>
        </field>
    </entity>
    <entity name="OA_EMP_INFO" id="orderEntity">
        <field name="EMPLOYEE_ID" isNullable="true">
            <order value="ASC"/>
        </field>
    </entity>
</wizardContent>
 --%>
	<FORM name="queryForm1" onsubmit="return check(this);" action="admin.pr.prOA_EMP_INFOQuery.do" method="post"
		target="result">
		<html:hidden value="0" property="PageCond/begin" />
		<html:hidden value="noCount" property="PageCond/count" />
		<INPUT value="EMPLOYEE_ID" type="hidden" name="OA_EMP_INFO/_order/col1/field">
		<TABLE width="80%" cellPadding="0" align="center" class="pg_add" border="0" cellSpacing="0">
			<TBODY>
				<TR>
					<TD class="pg_add_title" colSpan="6"><FONT face="华文新魏" size="5">查询条件</FONT></TD>
				</TR>
				<TR>
					<TD class="pg_add_head">员工编号:</TD>
					<TD class="pg_add_content">
						<html:text onblur="checkInput(this)" property="OA_EMP_INFO/EMPLOYEE_ID/criteria/value"
							attributesText='eos_isnull="true" eos_maxsize="20" eos_displayname="员工编号"' />
					</TD>
					<TD class="pg_add_head">员工姓名:</TD>
					<TD class="pg_add_content">
						<html:text onblur="checkInput(this)" property="OA_EMP_INFO/EMPLOYEE_NAME/criteria/value"
							attributesText='eos_isnull="true" eos_maxsize="20" eos_displayname="员工姓名"' />
					</TD>
					<TD class="pg_add_head">部门编号:</TD>
					<TD class="pg_add_content">
						<html:text onblur="checkInput(this)" property="OA_EMP_INFO/DEPARTMENT_ID/criteria/value"
							attributesText='eos_isnull="true" eos_maxsize="20" eos_displayname="部门编号"' />
					</TD>
				</TR>
				<TR>
					<TD class="pg_add_head">角色编号:</TD>
					<TD class="pg_add_content">
						<html:text onblur="checkInput(this)" property="OA_EMP_INFO/ROLE_ID/criteria/value"
							attributesText='eos_isnull="true" eos_maxsize="20" eos_displayname="角色编号"' />
					</TD>
				</TR>
				<TR class="pg_add_bottom">
					<TD colSpan="6">
						<DIV align="center">每页显示<INPUT value="10" type="text" size="4" name="PageCond/length">行数据 【<A
								href="javascript:check(document.queryForm1);">查询</A>】 【<A href="javascript:resetData(document.queryForm1);">重置</A>】
							【<A href="javascript:history.go(-1);">返回</A>】</DIV>
					</TD>
				</TR>
			</TBODY>
		</TABLE>
	</FORM>
</PG:QueryForm>
<IFRAME width="100%" height="420" marginHeight="0" scrolling="auto" frameBorder="0" marginWidth="0" name="result"></IFRAME>
<SCRIPT type="text/javascript">

	document.queryForm1.submit();
</SCRIPT>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -