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

📄 asset_particular.jsp

📁 实现了基本的oa功能:个人日志。。。
💻 JSP
字号:
<%@ page contentType="text/html; charset=GBK"%>

<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic"%>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles"%>


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html lang="true">
<head>
	<html:base />
	<title>固定资产高级查询</title>
	<script language="JavaScript" type="text/javascript"
		src="file:///F|/项目/T20/yuanxing/js/win_center.js"></script>
	<script language="javascript">
		function windowOpen(theURL,winName,features,width,hight,scrollbars,top,left)
		{
		  var parameter="top="+top+",left="+left+",width="+width+",height="+hight;
		  if(scrollbars=="no")
		 {parameter+=",scrollbars=no";}
		  else
		 {parameter+=",scrollbars=yes";}
		  window.open(theURL,winName,parameter);
		}
		function href()
		{
			location.href("asset_particular_info.jsp");
		}
	</script>
	<link href="../../css/style.css" rel="stylesheet" type="text/css">
</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" />
							&nbsp;固定资产查询&nbsp;
							<html:img src="../../images/index_32.gif" />
							<html:img src="../../images/index_32.gif" />
							&nbsp;&nbsp;固定资产高级查询
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>
	<br>
	<html:form action="/findAssetInfoInput">
		<table width="95%" border="0" align="center" cellpadding="2"
			cellspacing="2">
			<tr>
				<td width="150" height="24" class="td_form01">
					固定资产编码
				</td>
				<td width="80" align="left" class="td_form02">
					<html:text maxlength="6" property="assetInfoId" size="8" />
				</td>
				<td width="150" class="td_form01">
					固定资产名称
				</td>
				<td class="td_form02" align="left">
					<html:text maxlength="6" property="assetName" size="8" />
				</td>
				<td class="td_form01">
					固定资产状态
				</td>
				<td class="td_form02" align="left">
					<html:select property="assetStatus">
						<html:option value="">增值</html:option>
					</html:select>
				</td>				
			</tr>
			<tr>
				<td height="24" class="td_form01">
					存放地点
				</td>
				<td class="td_form02" align="left">
					<html:select property="assetDeposit">
						<html:option value="">仓库</html:option>
					</html:select>
				</td>
				<td class="td_form01">
					使用部门
				</td>
				<td class="td_form02" align="left">
					<html:select property="departmentName">
						<html:option value="">电力保障部</html:option>
					</html:select>
				</td>
				<td height="24" class="td_form01">
					原值
				</td>
				<td class="td_form02" align="left">
					<html:text maxlength="6" property="assetValue" size="8" />
					&nbsp;元
				</td>				
			</tr>
			<tr>
				<td class="td_form01">
					有限期限
				</td>
				<td class="td_form02" align="left">
					<html:text maxlength="6" property="assetUsefulLife" size="8" />
					&nbsp;年
				</td>
				<td class="td_form01">
					开始使用日期
				</td>
				<td class="td_form02" align="left">
					<html:text maxlength="6" property="assetStartTime" size="8" />
				</td>
			</tr>
		</table>
	</html:form>
	<table width="95%" align="right" border="0" cellpadding="1"
		cellspacing="1">
		<tr>
			<td align="right" width="680">
				<html:submit styleClass="buttonface" value=" 查询 " property="Submit"
					onclick="href();" />
				&nbsp;&nbsp;
				<html:submit styleClass="buttonface" value="返回" property="Submit"
					onclick="history.back(-1)" />
			</td>
		</tr>
	</table>
</body>
</html:html>

⌨️ 快捷键说明

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