📄 oa_leaveinsert.jsp
字号:
<%@include file="/internet/common.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 13:48:29 CST 2006 描述:通过向导自动产生entity表单输入的jsp页面--%><br><PG:DataForm><%--自动生成代码,请不要手动修改<?xml version="1.0" encoding="GB2312" standalone="no"?>
<wizardContent version="1.0">
<content>
<formAction value="manager.pr.prOA_LEAVEInsert.do" type="String"/>
<cols value="3" type="Integer"/>
<title value="新增(OA_LEAVE)信息" type="String"/>
<hasForm value="true" type="Boolean"/>
<formName value="inputForm" type="String"/>
<submitTarget value="_top" type="String"/>
</content>
<entity name="OA_LEAVE" id="entity">
<field name="EMPLOYEE_ID" displayName="员工编号" length="20">
<dictNullLable value="其它"/>
<readonly value="false"/>
<htmlInputType value="text"/>
<dictHasNull value="true"/>
</field>
<field name="EMPLOYEE_NAME" displayName="员工姓名" length="20" isNullable="true">
<dictNullLable value="其它"/>
<readonly value="false"/>
<htmlInputType value="text"/>
<dictHasNull value="true"/>
</field>
<field name="DEPARTMENT_ID" displayName="部门编号" length="20">
<dictNullLable value="其它"/>
<readonly value="false"/>
<htmlInputType value="text"/>
<dictHasNull value="true"/>
</field>
<field name="START_TIME" dataType="time" displayFormat="yyyy-MM-dd HH:mm:ss" displayName="开始时间" isNullable="true">
<dictNullLable value="其它"/>
<readonly value="false"/>
<htmlInputType value="text"/>
<dictHasNull value="true"/>
</field>
<field name="END_TIME" dataType="time" displayFormat="yyyy-MM-dd HH:mm:ss" displayName="结束时间" isNullable="true">
<dictNullLable value="其它"/>
<readonly value="false"/>
<htmlInputType value="text"/>
<dictHasNull value="true"/>
</field>
<field name="LEAVE_CAUSE" displayName="请假原因" length="100" isNullable="true">
<dictNullLable value="其它"/>
<readonly value="false"/>
<htmlInputType value="text"/>
<dictHasNull value="true"/>
</field>
<field name="LEAVE_BACK" displayName="反馈信息" length="100" isNullable="true">
<dictNullLable value="其它"/>
<readonly value="false"/>
<htmlInputType value="text"/>
<dictHasNull value="true"/>
</field>
<field name="LEAVE_STATE" displayName="状态" length="20" isNullable="true">
<dictNullLable value="其它"/>
<readonly value="false"/>
<htmlInputType value="text"/>
<dictHasNull value="true"/>
</field>
</entity>
</wizardContent>
--%><form action="manager.pr.prOA_LEAVEInsert.do" target="_top" name="inputForm" method="post"> <TABLE width="80%" border="0" align="center" cellPadding="0" cellSpacing="0" class="pg_add"> <TR><TD class="pg_add_title" colspan="6">新增(OA_LEAVE)信息</TD></TR> <TR> <TD class="pg_add_head"> 员工编号: </TD> <TD class="pg_add_content"> <html:text property="OA_LEAVE/EMPLOYEE_ID" attributesText='eos_isnull="false" eos_maxsize="20" eos_displayname="员工编号"' onblur="checkInput(this)"/> <font color="red">*</font> </TD> <TD class="pg_add_head"> 员工姓名: </TD> <TD class="pg_add_content"> <html:text property="OA_LEAVE/EMPLOYEE_NAME" attributesText='eos_isnull="true" eos_maxsize="20" eos_displayname="员工姓名"' onblur="checkInput(this)"/> </TD> <TD class="pg_add_head"> 部门编号: </TD> <TD class="pg_add_content"> <html:text property="OA_LEAVE/DEPARTMENT_ID" attributesText='eos_isnull="false" eos_maxsize="20" eos_displayname="部门编号"' onblur="checkInput(this)"/> <font color="red">*</font> </TD> </TR><TR> <TD class="pg_add_head"> 开始时间: </TD> <TD class="pg_add_content"> <input type="text" name="OA_LEAVE/START_TIME" size="25" eos_isnull="true" eos_maxsize="0" eos_datatype="time(yyyy-MM-dd HH:mm:ss)" eos_displayname="开始时间" value="<bean:write property="OA_LEAVE/START_TIME" formatType="yyyy-MM-dd HH:mm:ss" formatClass="com.primeton.eos.webtag.bean.BeanWriteDateFormatImpl"/>"/> <html:hidden property="OA_LEAVE/START_TIME/@pattern" value="yyyy-MM-dd HH:mm:ss"/> <input type="button" value="日历" onclick="var txt=document.getElementById("OA_LEAVE/START_TIME"),format="yyyy-MM-dd HH:mm:ss"; calendar(txt,format);"> </TD> <TD class="pg_add_head"> 结束时间: </TD> <TD class="pg_add_content"> <input type="text" name="OA_LEAVE/END_TIME" size="25" eos_isnull="true" eos_maxsize="0" eos_datatype="time(yyyy-MM-dd HH:mm:ss)" eos_displayname="结束时间" value="<bean:write property="OA_LEAVE/END_TIME" formatType="yyyy-MM-dd HH:mm:ss" formatClass="com.primeton.eos.webtag.bean.BeanWriteDateFormatImpl"/>"/> <html:hidden property="OA_LEAVE/END_TIME/@pattern" value="yyyy-MM-dd HH:mm:ss"/> <input type="button" value="日历" onclick="var txt=document.getElementById("OA_LEAVE/END_TIME"),format="yyyy-MM-dd HH:mm:ss"; calendar(txt,format);"> </TD> <TD class="pg_add_head"> 请假原因: </TD> <TD class="pg_add_content"> <html:text property="OA_LEAVE/LEAVE_CAUSE" attributesText='eos_isnull="true" eos_maxsize="100" eos_displayname="请假原因"' onblur="checkInput(this)"/> </TD> </TR><TR> <TD class="pg_add_head"> 反馈信息: </TD> <TD class="pg_add_content"> <html:text property="OA_LEAVE/LEAVE_BACK" attributesText='eos_isnull="true" eos_maxsize="100" eos_displayname="反馈信息"' onblur="checkInput(this)"/> </TD> <TD class="pg_add_head"> 状态: </TD> <TD class="pg_add_content"> <html:text property="OA_LEAVE/LEAVE_STATE" 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"> 【<a href="javascript:check(document.inputForm);">提交</a>】 【<a href="javascript:resetData(document.inputForm);">重置</a>】 【<a href="javascript:history.go(-1);">返回</a>】 </DIV> </TD> </TR> </TABLE></form></PG:DataForm>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -