📄 oa_statutequeryinput.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 创建时间:Fri Dec 15 15:52:54 CST 2006 描述:通过向导自动产生entity表单输入的jsp页面--%><PG:QueryForm> <%--自动生成代码,请不要手动修改<?xml version="1.0" encoding="GB2312" standalone="no"?>
<wizardContent version="1.0">
<content>
<formAction value="employee.pr.prOA_STATUTEQuery.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_STATUTE" id="queryEntity">
<field name="S_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_STATUTE" id="orderEntity">
<field name="S_ID" isNullable="true">
<order value="ASC"/>
</field>
</entity>
</wizardContent>
--%><form action="employee.pr.prOA_STATUTEQuery.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_STATUTE/_order/col1/field" value="S_ID"> <TABLE width="80%" border="0" align="center" cellPadding="0" cellSpacing="0" class="pg_add"> <TR><TD class="pg_add_title" colspan="6">查询条件</TD></TR> <TR> <TD class="pg_add_head"> 序号: </TD> <TD class="pg_add_content"> <html:text property="OA_STATUTE/S_ID/criteria/value" attributesText='eos_isnull="true" eos_maxsize="20" eos_displayname="序号"' onblur="checkInput(this)"/> </TD> </TR> <TR class="pg_add_bottom"> <TD colspan="6" > <DIV align="center"> 每页显示<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>】 </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 + -