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

📄 oa_emp_infoqueryinput.jsp

📁 使用jsp,数据库使用orcale
💻 JSP
字号:
<%@include file="/internet/hciHead.jsp"%><SCRIPT language="JavaScript" src="/pageComponent/resources/scripts/dataformcheck.js"></SCRIPT><link rel="stylesheet" href="/pageComponent/resources/theme/style.css" type="text/css"><SCRIPT language="JavaScript" src="/pageComponent/resources/scripts/calendar.js"></SCRIPT><%--  作者:xiao  部门:BIT  创建时间:Tue Nov 28 15:15:40 CST 2006  描述:通过向导自动产生entity表单输入的jsp页面--%><PG:QueryForm> <%--自动生成代码,请不要手动修改<?xml version="1.0" encoding="GB2312" standalone="no"?><wizardContent version="1.0">    <content>        <formAction value="admin.pr_automata.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> --%><title>查询条件</title><body background="../../image/admin/adminmodify.JPG"><form action="admin.pr_automata.pr.prOA_EMP_INFOQuery.do" target="result" name="queryForm1" method="post" onsubmit="return check(this);">  	<html:hidden property="PageCond/begin" value="0"/>	<html:hidden property="PageCond/count" value="noCount"/> 	<input type="hidden" name="OA_EMP_INFO/_order/col1/field" value="EMPLOYEE_ID">      <TABLE width="80%" border="0" align="center" cellPadding="0" cellSpacing="0" class="pg_add">    <TR>       <TD class="pg_add_title" colspan="6"><p><font size="5" face="华文新魏">查询条件</font></p>        <p>&nbsp;</p></TD>    </TR>    <TR>       <TD class="pg_add_head"><font size="4"> 员工编号: </font></TD>      <TD class="pg_add_content"> <font size="4"><html:text property="OA_EMP_INFO/EMPLOYEE_ID/criteria/value"   attributesText='eos_isnull="true" eos_maxsize="20" eos_displayname="员工编号"' onblur="checkInput(this)"/>         </font></TD>      <TD class="pg_add_head"><font size="4"> 员工姓名: </font></TD>      <TD class="pg_add_content"> <font size="4"><html:text property="OA_EMP_INFO/EMPLOYEE_NAME/criteria/value"   attributesText='eos_isnull="true" eos_maxsize="20" eos_displayname="员工姓名"' onblur="checkInput(this)"/>         </font></TD>      <TD class="pg_add_head"><font size="4"> 部门编号: </font></TD>      <TD class="pg_add_content"> <font size="4"><html:text property="OA_EMP_INFO/DEPARTMENT_ID/criteria/value"   attributesText='eos_isnull="true" eos_maxsize="20" eos_displayname="部门编号"' onblur="checkInput(this)"/>         </font></TD>    </TR>    <TR>       <TD class="pg_add_head"><font size="4"> 角色编号: </font></TD>      <TD class="pg_add_content"> <font size="4"><html:text property="OA_EMP_INFO/ROLE_ID/criteria/value"   attributesText='eos_isnull="true" eos_maxsize="20" eos_displayname="角色编号"' onblur="checkInput(this)"/>         </font></TD>    </TR>    <TR class="pg_add_bottom">       <TD colspan="6" > <DIV align="center"><font size="4"> 每页显示           <input type="text" name="PageCond/length" size="4" value="10"/>          行数据 【<a href="javascript:check(document.queryForm1);">查询</a>】 【<a href="javascript:resetData(document.queryForm1);">重置</a>】           【<a href="javascript:history.go(-1);">返回</a>】 </font></DIV></TD>    </TR>  </TABLE></form></PG:QueryForm><iframe name="result" frameborder="0" width="100%" height="420" scrolling="auto" marginheight="0" marginwidth="0"></iframe><script>	document.queryForm1.submit();</script>

⌨️ 快捷键说明

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