⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 oa_dutyupdate.jsp

📁 使用jsp,数据库使用orcale
💻 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 19 14:24:50 CST 2006

  描述:通过向导自动产生entity表单输入的jsp页面
--%>
<BR>
<PG:DataForm style="WIDTH: 584px; HEIGHT: 216px">
	<%--自动生成代码,请不要手动修改<?xml version="1.0" encoding="GB2312" standalone="no"?>
<wizardContent version="1.0">
    <content>
        <formAction value="employee.pr.prOA_DUTYUpdateSubmit.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_DUTY" id="entity">
        <field name="DUTY_ID" displayName="序号" length="20" isKey="true">
            <readonly value="true"/>
            <dictNullLable value="其它"/>
            <htmlInputType value="text"/>
            <dictHasNull value="true"/>
        </field>
        <field name="EMPLOYEE_ID" displayName="员工编号" length="20">
            <readonly value="true"/>
            <dictNullLable value="其它"/>
            <htmlInputType value="text"/>
            <dictHasNull value="true"/>
        </field>
        <field name="EMPLOYEE_NAME" displayName="员工姓名" length="20" isNullable="true">
            <readonly value="true"/>
            <dictNullLable value="其它"/>
            <htmlInputType value="text"/>
            <dictHasNull value="true"/>
        </field>
        <field name="DEPARTMENT_ID" displayName="部门编号" length="20">
            <readonly value="true"/>
            <dictNullLable value="其它"/>
            <htmlInputType value="text"/>
            <dictHasNull value="true"/>
        </field>
        <field name="OFFDUTY_TIME" dataType="time" displayFormat="yyyy-MM-dd HH:mm:ss" displayName="下班时间" isNullable="true">
            <readonly value="false"/>
            <dictNullLable value="其它"/>
            <htmlInputType value="text"/>
            <dictHasNull value="true"/>
        </field>
        <field name="OFFDUTY_NOTE" displayName="下班备注" length="50" isNullable="true">
            <readonly value="false"/>
            <dictNullLable value="其它"/>
            <htmlInputType value="text"/>
            <dictHasNull value="true"/>
        </field>
    </entity>
</wizardContent>
 --%>
	<FORM name="inputForm" action="employee.pr.prOA_DUTYUpdateSubmit.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="序号"'
							readonly="true" property="OA_DUTY/DUTY_ID" />
						<FONT color="red"></FONT></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="员工编号"'
							readonly="true" property="OA_DUTY/EMPLOYEE_ID" />
						<FONT color="red"></FONT></TD>
				</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="员工姓名"'
							readonly="true" property="OA_DUTY/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="部门编号"'
							readonly="true" property="OA_DUTY/DEPARTMENT_ID" />
						<FONT color="red"></FONT></TD>
				</TR>
				<TR>
					<TD class="pg_add_head">标准时间:</TD>
					<TD class="pg_add_content">&nbsp;<FONT color="#ff0000"> <STRONG><FONT size="5">18:00:00</FONT></STRONG></FONT></TD>
				</TR>
				<TR>
					<TD class="pg_add_head">下班时间:</TD>
					<TD class="pg_add_content"><INPUT eos_displayname="下班时间"
							value='<bean:write property="time" formatType="yyyy-MM-dd HH:mm:ss" formatClass="com.primeton.eos.webtag.bean.BeanWriteDateFormatImpl"/>'
							type="text" eos_datatype="time(yyyy-MM-dd HH:mm:ss)" eos_maxsize="0" size="25" name="OA_DUTY/OFFDUTY_TIME"
							eos_isnull="true">
						<html:hidden property="OA_DUTY/OFFDUTY_TIME/@pattern" value="yyyy-MM-dd HH:mm:ss" />
					</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="50" eos_displayname="下班备注"' property="OA_DUTY/OFFDUTY_NOTE"
							cols="60" rows="5" />
					</TD>
				</TR>
				<TR class="pg_add_bottom">
					<TD colSpan="2">
						<DIV align="center">【<A href="javascript:check(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 + -