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

📄 work_application.jsp

📁 实现了基本的oa功能:个人日志。。。
💻 JSP
字号:
<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
<%@ taglib uri="/WEB-INF/struts-nested.tld" prefix="nested" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ page contentType="text/html; charset=GBK" %>
<html:html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>提交代申报</title>
<link href="../../css/style.css" rel="stylesheet" type="text/css">
</head>

<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<center>
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td height="25" align="center" valign="bottom" class="td06">
	  <table width="98%" border="0" cellspacing="3" cellpadding="0">
		  <tr>
			<td valign="bottom" class="td_form02"><html:img src="../../images/index_32.gif"/>&nbsp;资源申请&nbsp;
			<html:img src="../../images/index_32.gif"/><html:img src="../../images/index_32.gif"/>&nbsp;&nbsp;办公用品申请</td>
		  </tr>
      </table>
	  </td>
    </tr>
  </table>
  <html:form action="" name="form1" method="post">
    <table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td width="90" class="td_form01">办公用品名称</td>
        <td class="td_form02"><html:text styleClass="input" property="textfield262"/></td>
      </tr>
      <tr>
        <td width="90" class="td_form01">资源类型</td>
        <td class="td_form02"><html:select property="">
			<html:option value="">请选择类型</html:option>
			<html:option value="">易耗品</html:option>
		</html:select></td>
      </tr>
      <tr>
        <td width="90" height="24" class="td_form01">资源名称</td>
        <td class="td_form02" width="20"><html:text maxlength="10" property="" size="8"/></td>
      </tr>
      <tr>
        <td width="90" height="24" class="td_form01">申请数量</td>
        <td class="td_form02" width="20"><html:text maxlength="10" property="" size="8"/></td>
      </tr>
      <tr>
        <td rowspan="2" class="td_form01">个人信息</td>
        <td class="td_form02">
      所属部门 :
        <html:select property="select2">
		  <html:option value="">所属部门</html:option>
          <html:option value="">工程部</html:option>
        </html:select></td>
      </tr>
      <tr>
        <td class="td_form02">
申请人名:&nbsp;<html:select property="select3">
		    <html:option value="">申请人姓名</html:option>
            <html:option value="">小李</html:option>
        </html:select></td>
      </tr>
      <tr>
        <td class="td_form01">申请时间</td>
        <td class="td_form02">
          <html:text styleClass="input" value="" onkeypress="gotoNextInput(this)" property="PARA_YM_NOW" onfocus="{obtainFocus(this),this.select()}" next="A001014" alt="查询年月|0|d|||" onblur="matchInput(this)" id="PARA_YM_NOW"/>
          <html:button styleClass="button_select" property="button" onclick="fPopUpCalendarDlg('PARA_YM_NOW')"/></td>
      </tr>
      <tr>
        <td class="td_form01">领导</td>
        <td class="td_form02"><html:text styleClass="input" property="textfield26"/></td>
      </tr>
      <tr>
        <td class="td_form01">领导意见</td>
        <td class="td_form02"><html:text styleClass="input" property="textfield26"/></td>
      </tr>
      <tr>
        <td class="td_form01">紧急程度</td>
        <td class="td_form02"><html:select property="select3">
		    <html:option value="">快</html:option>
            <html:option value="">一般</html:option>
        </html:select></td>
      </tr>
    </table>
    <br>
    <table width=95% border=0 align=center cellpadding=0 cellspacing=0 whdth='100%'>
      <tr>
        <td align="center"><html:button styleClass="buttonface" value="  提交  " property="save"/>
            <html:button styleClass="buttonface" value="  返回  " property="cancel" onclick="history.back(-1)"/></td>
      </tr>
    </table>
  </html:form>
</center>
</body>
</html:html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -