📄 oa_dutyqueryinput.jsp
字号:
<%@include file="/internet/hciHead.jsp"%>
<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 Dec 19 20:30:56 CST 2006
描述:通过向导自动产生entity表单输入的jsp页面
--%>
<PG:QueryForm style="WIDTH: 584px; HEIGHT: 143px">
<%--自动生成代码,请不要手动修改<?xml version="1.0" encoding="GB2312" standalone="no"?>
<wizardContent version="1.0">
<content>
<formAction value="admin.pr.prOA_DUTYQuery.do" type="String"/>
<cols value="2" 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_DUTY" id="queryEntity">
<field name="DUTY_ID" displayName="序号" length="20" isNullable="true">
<readonly value="false"/>
<htmlInputType value="text"/>
<operator value="="/>
<likeRule value="center"/>
<dictHasNull value="false"/>
</field>
<field name="EMPLOYEE_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_DUTY" id="orderEntity">
<field name="DUTY_ID" isNullable="true">
<order value="ASC"/>
</field>
<field name="EMPLOYEE_ID" isNullable="true">
<order value="ASC"/>
</field>
</entity>
</wizardContent>
--%>
<FORM name="queryForm1" onsubmit="return check(this);" action="admin.pr.prOA_DUTYQuery.do" method="post"
target="result">
<html:hidden value="0" property="PageCond/begin" />
<html:hidden value="noCount" property="PageCond/count" />
<INPUT value="DUTY_ID" type="hidden" name="OA_DUTY/_order/col1/field"> <INPUT value="EMPLOYEE_ID" type="hidden"
name="OA_DUTY/_order/col2/field">
<TABLE width="80%" cellPadding="0" align="center" class="pg_add" border="0" cellSpacing="0">
<TBODY>
<TR>
<TD class="pg_add_title" colSpan="4">查询条件</TD>
</TR>
<TR>
<TD class="pg_add_head">序号:</TD>
<TD class="pg_add_content">
<html:text onblur="checkInput(this)" property="OA_DUTY/DUTY_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_DUTY/EMPLOYEE_ID/criteria/value"
attributesText='eos_isnull="true" eos_maxsize="20" eos_displayname="员工编号"' />
</TD>
</TR>
<TR class="pg_add_bottom">
<TD colSpan="4">
<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 + -