📄 oa_evectioninsert.jsp
字号:
<%@include file="/internet/common.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
创建时间:Sun Dec 17 16:40:12 CST 2006
描述:通过向导自动产生entity表单输入的jsp页面
--%>
<BR>
<PG:DataForm style="WIDTH: 584px; HEIGHT: 265px">
<%--自动生成代码,请不要手动修改<?xml version="1.0" encoding="GB2312" standalone="no"?>
<wizardContent version="1.0">
<content>
<formAction value="employee.pr.prOA_EVECTIONInsert.do" type="String"/>
<cols value="1" type="Integer"/>
<title value="新增出差信息" type="String"/>
<hasForm value="true" type="Boolean"/>
<submitTarget value="_top" type="String"/>
<formName value="inputForm" type="String"/>
</content>
<entity name="OA_EVECTION" id="entity">
<field name="EMPLOYEE_ID" displayName="员工编号" length="20">
<readonly value="false"/>
<dictNullLable value="其它"/>
<htmlInputType value="text"/>
<dictHasNull value="true"/>
</field>
<field name="EMPLOYEE_NAME" displayName="员工姓名" length="20" isNullable="true">
<readonly value="false"/>
<dictNullLable value="其它"/>
<htmlInputType value="text"/>
<dictHasNull value="true"/>
</field>
<field name="DEPARTMENT_ID" displayName="部门编号" length="20">
<readonly value="false"/>
<dictNullLable value="其它"/>
<htmlInputType value="text"/>
<dictHasNull value="true"/>
</field>
<field name="EVECTION_PLACE" displayName="出差地点" length="20" isNullable="true">
<readonly value="false"/>
<dictNullLable value="其它"/>
<htmlInputType value="text"/>
<dictHasNull value="true"/>
</field>
<field name="START_TIME" dataType="date" displayFormat="yyyy-MM-dd" displayName="开始日期" isNullable="true">
<readonly value="false"/>
<dictNullLable value="其它"/>
<htmlInputType value="text"/>
<dictHasNull value="true"/>
</field>
<field name="PLAN_ENDTIME" dataType="date" displayFormat="yyyy-MM-dd" displayName="计划终止日期" isNullable="true">
<readonly value="false"/>
<dictNullLable value="其它"/>
<htmlInputType value="text"/>
<dictHasNull value="true"/>
</field>
<field name="EVECTION_INFO" displayName="出差信息" length="100" isNullable="true">
<readonly value="false"/>
<dictNullLable value="其它"/>
<htmlInputType value="text"/>
<dictHasNull value="true"/>
</field>
<field name="EVECTION_STATE" displayName="状态" length="20" isNullable="true">
<readonly value="false"/>
<dictNullLable value="其它"/>
<htmlInputType value="text"/>
<dictHasNull value="true"/>
</field>
</entity>
</wizardContent>
--%>
<FORM name="inputForm" action="employee.pr.prOA_EVECTIONInsert.do" method="post" target="_top">
<TABLE width="80%" cellPadding="0" align="center" class="pg_add" border="0" cellSpacing="0">
<TBODY>
<TR>
<TD class="pg_add_title" colSpan="2">新增出差信息</TD>
</TR>
<TR>
<TD class="pg_add_head">员工编号:</TD>
<TD class="pg_add_content">
<%--<html:text onblur="checkInput(this)" attributesText='eos_isnull="false" eos_maxsize="20" eos_displayname="员工编号"'
property="OA_EVECTION/EMPLOYEE_ID" />
<FONT color="red">*</FONT></TD>--%>
<bean:write property="OA_EMP_INFO/EMPLOYEE_ID" />
<html:hidden name="OA_EVECTION/EMPLOYEE_ID" property="OA_EMP_INFO/EMPLOYEE_ID" />
</TR>
<TR>
<TD class="pg_add_head">员工姓名:</TD>
<TD class="pg_add_content">
<%--<html:text onblur="checkInput(this)" attributesText='eos_isnull="true" eos_maxsize="20" eos_displayname="员工姓名"'
property="OA_EVECTION/EMPLOYEE_NAME" />--%>
<bean:write property="OA_EMP_INFO/EMPLOYEE_NAME" />
<html:hidden name="OA_EVECTION/EMPLOYEE_NAME" property="OA_EMP_INFO/EMPLOYEE_NAME" />
</TD>
</TR>
<TR>
<TD class="pg_add_head">部门编号:</TD>
<TD class="pg_add_content">
<%--<html:text onblur="checkInput(this)" attributesText='eos_isnull="false" eos_maxsize="20" eos_displayname="部门编号"'
property="OA_EVECTION/DEPARTMENT_ID" />
<FONT color="red">*</FONT></TD>--%>
<bean:write property="OA_EMP_INFO/DEPARTMENT_ID" />
<html:hidden name="OA_EVECTION/DEPARTMENT_ID" property="OA_EMP_INFO/DEPARTMENT_ID" />
</TR>
<TR>
<TD class="pg_add_head">出差地点:</TD>
<TD class="pg_add_content">
<html:text onblur="checkInput(this)" attributesText='eos_isnull="true" eos_maxsize="20" eos_displayname="出差地点"'
property="OA_EVECTION/EVECTION_PLACE" />
</TD>
</TR>
<TR>
<TD class="pg_add_head">开始日期:</TD>
<TD class="pg_add_content"><INPUT eos_displayname="开始日期"
value='<bean:write property="OA_EVECTION/START_TIME" formatType="yyyy-MM-dd" formatClass="com.primeton.eos.webtag.bean.BeanWriteDateFormatImpl"/>'
type="text" eos_datatype="date(yyyy-MM-dd)" eos_maxsize="0" size="13" name="OA_EVECTION/START_TIME"
eos_isnull="true">
<html:hidden property="OA_EVECTION/START_TIME/@pattern" value="yyyy-MM-dd" />
<INPUT value="日历" type="button"
onclick='var txt=document.getElementById("OA_EVECTION/START_TIME"),format="yyyy-MM-dd"; calendar(txt,format);'></TD>
</TR>
<TR>
<TD class="pg_add_head">计划终止日期:</TD>
<TD class="pg_add_content"><INPUT eos_displayname="计划终止日期"
value='<bean:write property="OA_EVECTION/PLAN_ENDTIME" formatType="yyyy-MM-dd" formatClass="com.primeton.eos.webtag.bean.BeanWriteDateFormatImpl"/>'
type="text" eos_datatype="date(yyyy-MM-dd)" eos_maxsize="0" size="13" name="OA_EVECTION/PLAN_ENDTIME"
eos_isnull="true">
<html:hidden property="OA_EVECTION/PLAN_ENDTIME/@pattern" value="yyyy-MM-dd" />
<INPUT value="日历" type="button"
onclick='var txt=document.getElementById("OA_EVECTION/PLAN_ENDTIME"),format="yyyy-MM-dd"; calendar(txt,format);'>
</TD>
</TR>
<TR>
<TD class="pg_add_head">出差信息:</TD>
<TD class="pg_add_content">
<html:textarea onblur="checkInput(this)" attributesText='eos_isnull="true" eos_maxsize="100" eos_displayname="出差信息"'
property="OA_EVECTION/EVECTION_INFO" rows="5" cols="60"/>
</TD>
</TR>
<TR>
<TD class="pg_add_head">状态:</TD>
<TD class="pg_add_content">
<html:select onblur="checkInput(this)" attributesText='eos_isnull="true" eos_maxsize="20" eos_displayname="状态"'
property="OA_EVECTION/EVECTION_STATE" >
<OPTION value="2" selected>未处理</OPTION>
</html:select>
</TD>
</TR>
<TR class="pg_add_bottom">
<TD colSpan="2">
<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>
</TBODY>
</TABLE>
</FORM>
</PG:DataForm>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -