📄 oa_jobupdate.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
创建时间:Tue Dec 12 14:43:40 CST 2006
描述:通过向导自动产生entity表单输入的jsp页面
--%>
<BR>
<PG:DataForm style="WIDTH: 529px; HEIGHT: 552px">
<%--自动生成代码,请不要手动修改
<?xml version="1.0" encoding="GB2312" standalone="no"?>
<wizardContent version="1.0">
<content>
<formAction value="employee.pr.prOA_JOBUpdateSubmit.do" type="String"/>
<cols value="3" type="Integer"/>
<title value="修改(OA_JOB)信息" type="String"/>
<hasForm value="true" type="Boolean"/>
<formName value="inputForm" type="String"/>
<submitTarget value="_top" type="String"/>
</content>
<entity name="OA_JOB" id="entity">
<field name="JOB_ID" dataType="number" displayName="序号" length="19" precision="3" 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="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="JOB_DATE" dataType="date" displayFormat="yyyy-MM-dd" displayName="日期" isNullable="true">
<dictNullLable value="其它"/>
<readonly value="false"/>
<htmlInputType value="text"/>
<dictHasNull value="true"/>
</field>
<field name="JOB_TOPIC" displayName="主题" length="50" isNullable="true">
<dictNullLable value="其它"/>
<readonly value="false"/>
<htmlInputType value="text"/>
<dictHasNull value="true"/>
</field>
<field name="JOB_CONTENT" displayName="内容" length="500" isNullable="true">
<dictNullLable value="其它"/>
<readonly value="false"/>
<htmlInputType value="text"/>
<dictHasNull value="true"/>
</field>
<field name="JOB_BACK" displayName="反馈" length="100" isNullable="true">
<dictNullLable value="其它"/>
<readonly value="false"/>
<htmlInputType value="text"/>
<dictHasNull value="true"/>
</field>
<field name="JOB_STATE" displayName="状态" length="20" isNullable="true">
<dictNullLable value="其它"/>
<readonly value="false"/>
<htmlInputType value="text"/>
<dictHasNull value="true"/>
</field>
</entity>
</wizardContent>
--%>
<FORM name="inputForm" action="employee.pr.prOA_JOBUpdateSubmit.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="6">修改(OA_JOB)信息</TD>
</TR>
<TR>
<TD class="pg_add_head">序号:</TD>
<TD class="pg_add_content">
<html:text onblur="checkInput(this)" property="OA_JOB/JOB_ID" readonly="true"
attributesText='eos_isnull="false" eos_maxsize="19" eos_datatype="number" 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_JOB/EMPLOYEE_ID"
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_JOB/EMPLOYEE_NAME"
attributesText='eos_isnull="true" eos_maxsize="20" eos_displayname="员工姓名"' />
</TD>
</TR>
<TR>
<TD class="pg_add_head">部门编号:</TD>
<TD class="pg_add_content">
<html:text onblur="checkInput(this)" property="OA_JOB/DEPARTMENT_ID"
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"><INPUT eos_displayname="日期"
value='<bean:write property="OA_JOB/JOB_DATE" 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_JOB/JOB_DATE" eos_isnull="true">
<html:hidden property="OA_JOB/JOB_DATE/@pattern" value="yyyy-MM-dd" />
<INPUT value="日历" type="button"
onclick='var txt=document.getElementById("OA_JOB/JOB_DATE"),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_JOB/JOB_TOPIC"
attributesText='eos_isnull="true" eos_maxsize="50" eos_displayname="主题"' size="40" />
</TD>
</TR>
<TR>
<TD class="pg_add_head">内容:</TD>
<TD class="pg_add_content">
<html:textarea onblur="checkInput(this)" property="OA_JOB/JOB_CONTENT"
attributesText='eos_isnull="true" eos_maxsize="500" eos_displayname="内容"' rows="10" cols="60" />
</TD>
</TR>
<TR>
<TD class="pg_add_head">状态:</TD>
<TD class="pg_add_content">
<html:select onblur="checkInput(this)" disabled="true" property="OA_JOB/JOB_STATE"
attributesText='eos_isnull="true" eos_maxsize="20" eos_displayname="状态"'>
<OPTION value="2">未处理</OPTION>
<OPTION value="1">处理</OPTION>
</html:select>
</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>
</TBODY>
</TABLE>
</FORM>
</PG:DataForm>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -