📄 save_car.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="95%" border="0" cellspacing="0" cellpadding="3"
align="center">
<tr>
<td height="25" align="center" valign="bottom" class="td06">
<table width="100%" 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="95%" border="0" align="center" cellspacing="0"
cellpadding="6">
<tr>
<td nowrap class="td_top" colspan="6" align="center">
固定资产查询
</td>
</tr>
<tr>
<td height="10">
</td>
</tr>
<tr>
<td width="15%" height="24">
固定资产编码:
</td>
<td width="15%" align="left">
<html:text maxlength="6" property="" size="8" />
</td>
<td width="15%">
固定资产名称:
</td>
<td align="left">
<html:text maxlength="6" property="" size="8" />
</td>
<td width="10%">
存放地点:
</td>
<td width="15%">
<html:select styleClass="td_form02" property="">
<html:option value="" id="status">仓库</html:option>
</html:select>
</td>
</tr>
<tr>
<td width="15%">
使用部门:
</td>
<td width="15%">
<html:select styleClass="td_form02" property="">
<html:option value="" id="status">电力保障部</html:option>
</html:select>
</td>
<td width="15%">
购入日期:
</td>
<td width="15%">
<html:text styleClass="input" property="" size="10" />
</td>
<td width="10%">
使用年限:
</td>
<td width="15%">
<html:text styleClass="input" property="" size="10" />
</td>
</tr>
<tr>
<td width="15%">
原值:
</td>
<td width="15%">
<html:text styleClass="input" property="" size="10" />
</td>
<td width="15%">
资产状态:
</td>
<td width="15%">
<html:select styleClass="td_form02" property="">
<html:option value="" id="status">增值</html:option>
</html:select>
</td>
</tr>
<tr>
<td align="right" colspan="10">
<div>
<html:submit value=" 查询 " property="button" />
<html:button value=" 重置 " property="" />
</div>
</td>
</tr>
</table>
<br>
<table width="95%" border="0" align="center" cellpadding="6"
cellspacing="0">
<tr>
<td nowrap class="td_top" colspan="6" align="center">
固定资产类别查询
</td>
</tr>
<tr>
<td height="10">
</td>
</tr>
<tr>
<td width="15%">
父资产类别名称:
</td>
<td align="left" width="15%">
<html:select styleClass="td_form02" property="">
<html:option value="" id="a">发电及供热</html:option>
</html:select>
</td>
<td width="15%">
子资产类别名称:
</td>
<td align="left" width="15%">
<html:select styleClass="td_form02" property="">
<html:option value="" id="a">输油设备</html:option>
</html:select>
</td>
<td width="10%">
使用日期:
</td>
<td width="15%">
<html:text maxlength="6" property="" size="8" />
</td>
</tr>
<tr>
<td colspan="10" align="right">
<div>
<html:submit value=" 查询 " property="button" />
<html:button value=" 重置 " property="" />
</div>
</td>
</tr>
</table>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -