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

📄 oa_timeupdate.jsp

📁 使用jsp,数据库使用orcale
💻 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  创建时间:Mon Dec 11 19:17:31 CST 2006  描述:通过向导自动产生entity表单输入的jsp页面--%><br><PG:DataForm><%--自动生成代码,请不要手动修改<?xml version="1.0" encoding="GB2312" standalone="no"?>
<wizardContent version="1.0">
    <content>
        <formAction value="admin.pr.prOA_TIMEUpdateSubmit.do" type="String"/>
        <cols value="3" type="Integer"/>
        <title value="修改(OA_TIME)信息" type="String"/>
        <hasForm value="true" type="Boolean"/>
        <formName value="inputForm" type="String"/>
        <submitTarget value="_top" type="String"/>
    </content>
    <entity name="OA_TIME" id="entity">
        <field name="TIME_ID" displayName="TIME_ID" length="20" isKey="true">
            <dictNullLable value="其它"/>
            <readonly value="true"/>
            <htmlInputType value="text"/>
            <dictHasNull value="true"/>
        </field>
        <field name="ON_TIME" displayName="上班时间" isNullable="true">
            <dictNullLable value="其它"/>
            <readonly value="false"/>
            <htmlInputType value="text"/>
            <dictHasNull value="true"/>
        </field>
        <field name="OFF_TIME" displayName="下班时间" isNullable="true">
            <dictNullLable value="其它"/>
            <readonly value="false"/>
            <htmlInputType value="text"/>
            <dictHasNull value="true"/>
        </field>
    </entity>
</wizardContent>
 --%><form action="admin.pr.prOA_TIMEUpdateSubmit.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_TIME)信息</TD></TR>	<TR>							<TD class="pg_add_head">			TIME_ID:		</TD>		<TD class="pg_add_content">				<html:text property="OA_TIME/TIME_ID"  readonly="true" attributesText='eos_isnull="false" eos_maxsize="20" eos_displayname="TIME_ID"' onblur="checkInput(this)"/>			 <font color="red">*</font> 		</TD>								<TD class="pg_add_head">			上班时间:		</TD>		<TD class="pg_add_content">				<html:text property="OA_TIME/ON_TIME"   attributesText='eos_isnull="true" eos_displayname="上班时间"' onblur="checkInput(this)"/>					</TD>								<TD class="pg_add_head">			下班时间:		</TD>		<TD class="pg_add_content">				<html:text property="OA_TIME/OFF_TIME"   attributesText='eos_isnull="true" 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 + -