📄 save_asset.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">
<script language="javascript" src="../../js/person_doc.js"></script>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<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" />
资产录入
<html:img src="../../images/index_32.gif" />
<html:img src="../../images/index_32.gif" />
固定资产录入
</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<table width="90%" border="0" align="center">
<tr>
<td nowrap class="td_top" colspan="6" align="center">
固定资产信息录入
</td>
</tr>
<tr>
<td height="10">
</td>
</tr>
<tr>
<td width="17%" align="left">
固定资产名称:
</td>
<td width="10%" align="left">
<html:text styleClass="input" property="id" size="10" />
</td>
<td width="20%" align="left">
父资产类别名称:
</td>
<td width="10%" align="left">
<html:select property="">
<html:option value="">发电及供热设备</html:option>
</html:select>
</td>
<td width="20%" align="left">
子资产类别名称:
</td>
<td width="10%" align="left">
<html:select property="">
<html:option value="">输油设备</html:option>
</html:select>
</td>
</tr>
<tr>
<td width="17%" align="left">
存放地点:
</td>
<td width="10%" align="left">
<html:text styleClass="input" property="id" size="10" />
</td>
<td width="20%" align="left">
所属部门:
</td>
<td width="10%" align="left">
<html:select property="">
<html:option value="">基建部</html:option>
</html:select>
</td>
<td width="20%" align="left">
数量:
</td>
<td width="10%" align="left">
<html:text styleClass="input" property="id" size="10" />
</td>
</tr>
<tr>
<td width="17%" align="left">
原值:
</td>
<td width="10%" align="left">
<html:text styleClass="input" property="id" size="10" />
元
</td>
<td width="20%" align="left">
净值:
</td>
<td width="10%" align="left">
<html:text styleClass="input" property="id" size="10" />
元
</td>
<td width="20%" align="left">
有效期限:
</td>
<td width="10%" align="left">
<html:text styleClass="input" property="id" size="10" />
年
</td>
</tr>
<tr>
<td width="17%" align="left">
开始使用日期:
</td>
<td width="10%" align="left">
<html:text styleClass="input" value=""
onkeypress="gotoNextInput(this)" property="PARA_YM_NOW"
onfocus="{obtainFocus(this),this.select()}" next="A001014"
size="10" alt="查询年月|0|d|||" onblur="matchInput(this)"
id="PARA_YM_NOW" />
<html:button styleClass="button_select" property="button"
onclick="fPopUpCalendarDlg('PARA_YM_NOW')" />
</td>
<td width="20%" align="left">
月折旧率:
</td>
<td width="10%" align="left">
<html:text styleClass="input" property="id" size="10" />
</td>
</tr>
<tr>
<td height="10">
</td>
</tr>
<tr>
<td width="80%" colspan="2">
<table align="left" border="0" cellpadding="1" cellspacing="1"
width="90%">
<tr>
<td>
<html:submit styleClass="buttonface" value="保存" property="Submit" />
</td>
<td>
<html:submit styleClass="buttonface" value="修改" property="button" />
</td>
<td>
<html:button styleClass="buttonface" value="重置" property="" />
</td>
<td>
<html:button styleClass="buttonface" value="返回" property=""
onclick="history.back(-1)" />
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -