📄 oa_evectionupdate_end.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: 544px; HEIGHT: 338px">
<%--自动生成代码,请不要手动修改<?xml version="1.0" encoding="GB2312" standalone="no"?>
<wizardContent version="1.0">
<content>
<formAction value="employee.pr.prOA_EVECTIONUpdateSubmit_end.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="EVECTION_ID" displayName="序号" length="20" isKey="true">
<dictNullLable value="其它"/>
<readonly value="true"/>
<htmlInputType value="text"/>
<dictHasNull value="true"/>
</field>
<field name="EMPLOYEE_ID" displayName="员工编号" length="20">
<dictNullLable value="其它"/>
<readonly value="true"/>
<htmlInputType value="text"/>
<dictHasNull value="true"/>
</field>
<field name="EMPLOYEE_NAME" displayName="员工姓名" length="20" isNullable="true">
<dictNullLable value="其它"/>
<readonly value="true"/>
<htmlInputType value="text"/>
<dictHasNull value="true"/>
</field>
<field name="DEPARTMENT_ID" displayName="部门编号" length="20">
<dictNullLable value="其它"/>
<readonly value="true"/>
<htmlInputType value="text"/>
<dictHasNull value="true"/>
</field>
<field name="EVECTION_PLACE" displayName="出差地点" length="20" isNullable="true">
<dictNullLable value="其它"/>
<readonly value="true"/>
<htmlInputType value="text"/>
<dictHasNull value="true"/>
</field>
<field name="START_TIME" dataType="date" displayFormat="yyyy-MM-dd" displayName="开始日期" isNullable="true">
<dictNullLable value="其它"/>
<readonly value="true"/>
<htmlInputType value="text"/>
<dictHasNull value="true"/>
</field>
<field name="PLAN_ENDTIME" dataType="date" displayFormat="yyyy-MM-dd" displayName="计划终止日期" isNullable="true">
<dictNullLable value="其它"/>
<readonly value="true"/>
<htmlInputType value="text"/>
<dictHasNull value="true"/>
</field>
<field name="END_TIME" dataType="date" displayFormat="yyyy-MM-dd" displayName="实际终止日期" isNullable="true">
<dictNullLable value="其它"/>
<readonly value="false"/>
<htmlInputType value="text"/>
<dictHasNull value="true"/>
</field>
<field name="EVECTION_INFO" displayName="出差信息" length="100" isNullable="true">
<dictNullLable value="其它"/>
<readonly value="true"/>
<htmlInputType value="text"/>
<dictHasNull value="true"/>
</field>
<field name="EVECTION_BACK" displayName="反馈信息" length="100" isNullable="true">
<dictNullLable value="其它"/>
<readonly value="true"/>
<htmlInputType value="text"/>
<dictHasNull value="true"/>
</field>
<field name="EVECTION_STATE" displayName="状态" length="20" isNullable="true">
<dictNullLable value="其它"/>
<readonly value="true"/>
<htmlInputType value="text"/>
<dictHasNull value="true"/>
</field>
</entity>
</wizardContent>
--%>
<FORM name="inputForm" action="employee.pr.prOA_EVECTIONUpdateSubmit_end.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)" property="OA_EVECTION/EVECTION_ID" readonly="true"
attributesText='eos_isnull="false" eos_maxsize="20" eos_displayname="序号"' />
<FONT color="red"></FONT><%--<bean:write property="OA_EVECTION/EVECTION_ID"/>--%></TD>
</TR>
<TR>
<TD class="pg_add_head">员工编号:</TD>
<TD class="pg_add_content">
<html:text onblur="checkInput(this)" property="OA_EVECTION/EMPLOYEE_ID" readonly="true"
attributesText='eos_isnull="false" eos_maxsize="20" eos_displayname="员工编号"' />
<%--<bean:write property="OA_EVECTION/EMPLOYEE_ID"/>--%></TD>
</TR>
<TR>
<TD class="pg_add_head">员工姓名:</TD>
<TD class="pg_add_content">
<html:text onblur="checkInput(this)" property="OA_EVECTION/EMPLOYEE_NAME" readonly="true"
attributesText='eos_isnull="true" eos_maxsize="20" eos_displayname="员工姓名"' />
<%--<bean:write property="OA_EVECTION/EMPLOYEE_NAME"/>--%></TD>
</TR>
<TR>
<TD class="pg_add_head">部门编号:</TD>
<TD class="pg_add_content">
<html:text onblur="checkInput(this)" property="OA_EVECTION/DEPARTMENT_ID" readonly="true"
attributesText='eos_isnull="false" eos_maxsize="20" eos_displayname="部门编号"' />
<FONT color="red"></FONT></TD>
</TR>
<TR>
<TD class="pg_add_head">出差地点:</TD>
<TD class="pg_add_content">
<html:text onblur="checkInput(this)" property="OA_EVECTION/EVECTION_PLACE" readonly="true"
attributesText='eos_isnull="true" eos_maxsize="20" eos_displayname="出差地点"' />
<%--<bean:write 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" readOnly
eos_isnull="true">
<html:hidden property="OA_EVECTION/START_TIME/@pattern" value="yyyy-MM-dd" />
</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" readOnly
eos_isnull="true">
<html:hidden property="OA_EVECTION/PLAN_ENDTIME/@pattern" value="yyyy-MM-dd" />
</TD>
</TR>
<TR>
<TD class="pg_add_head">实际终止日期:</TD>
<TD class="pg_add_content"><INPUT eos_displayname="实际终止日期"
value='<bean:write property="OA_EVECTION/END_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/END_TIME"
eos_isnull="true">
<html:hidden property="OA_EVECTION/END_TIME/@pattern" value="yyyy-MM-dd" />
<INPUT value="日历" type="button"
onclick='var txt=document.getElementById("OA_EVECTION/END_TIME"),format="yyyy-MM-dd"; calendar(txt,format);'></TD>
</TR>
<%--<TR>
<TD class="pg_add_head">出差信息:</TD>
<TD class="pg_add_content">
<html:text onblur="checkInput(this)" property="OA_EVECTION/EVECTION_INFO" readonly="true"
attributesText='eos_isnull="true" eos_maxsize="100" eos_displayname="出差信息"' />
</TD>
</TR>
<TR>
<TD class="pg_add_head">反馈信息:</TD>
<TD class="pg_add_content">
<html:text onblur="checkInput(this)" property="OA_EVECTION/EVECTION_BACK" readonly="true"
attributesText='eos_isnull="true" eos_maxsize="100" eos_displayname="反馈信息"' />
</TD>
</TR>
<TR>
<TD class="pg_add_head">状态:</TD>
<TD class="pg_add_content">
<html:text onblur="checkInput(this)" property="OA_EVECTION/EVECTION_STATE" readonly="true"
attributesText='eos_isnull="true" eos_maxsize="20" eos_displayname="状态"' />
</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 + -