📄 asset_edit.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>
<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);
}
</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" />
固定资产管理
<html:img src="../../images/index_32.gif" />
<html:img src="../../images/index_32.gif" />
固定资产编辑
</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<table width="100%" border="0" align="center" cellpadding="0"
cellspacing="0">
<tr>
<td class="td_page" width="100%">
固定资产类别:
<html:select property="">
<html:option value="">发电及供热设备</html:option>
<html:option value="">输电线路</html:option>
</html:select>
 固定资产编号:
<html:text maxlength="5" property="chepaihao" size="4" />
开始使用日期:从
<html:text maxlength="7" property="" size="6" />
到
<html:text maxlength="7" property="" size="6" />
<html:submit styleClass="buttonface" value=" 查询 " property="Submit" />
<html:submit styleClass="buttonface" value="修改" property="Submit" />
<html:submit styleClass="buttonface" value="增加" property="Submit" />
<html:submit styleClass="buttonface" value="返回" property="Submit"
onclick="history.back(-1)" />
</td>
</tr>
</table>
<br>
<table width="95%" border="0" align="center" cellpadding="2"
cellspacing="0">
<tr>
<td width="150" height="24" class="td_form01">
固定资产编号
</td>
<td width="80" align="left" class="td_form02">
<html:text maxlength="6" property="" size="8" />
</td>
<td width="150" class="td_form01">
固定资产类别
</td>
<td width="80" align="left" class="td_form02">
<html:select property="">
<html:option value="">发电及供热设备</html:option>
<html:option value="">输电线路</html:option>
</html:select>
</td>
<td width="150" class="td_form01">
固定资产名称
</td>
<td class="td_form02" align="left">
<html:text maxlength="6" property="" size="8" />
</td>
</tr>
<tr>
<td height="24" class="td_form01">
存放地点
</td>
<td class="td_form02" align="left">
<html:select property="">
<html:option value="">仓库</html:option>
</html:select>
</td>
<td class="td_form01">
数量
</td>
<td class="td_form02" align="left">
<html:text maxlength="6" property="" size="8" />
</td>
<td class="td_form01">
原值
</td>
<td class="td_form02" align="left">
<html:text maxlength="6" property="" size="8" />
元
</td>
</tr>
<tr>
<td height="24" class="td_form01">
净值
</td>
<td class="td_form02" align="left">
<html:text maxlength="6" property="" size="8" />
元
</td>
<td class="td_form01">
有限期限
</td>
<td class="td_form02" align="left">
<html:text maxlength="6" property="" size="8" />
年
</td>
<td class="td_form01">
开始使用日期
</td>
<td class="td_form02" align="left">
<html:text maxlength="6" property="" size="8" />
</td>
</tr>
<tr>
<td height="24" class="td_form01">
月折旧率
</td>
<td class="td_form02" align="left">
<html:text maxlength="6" property="" size="8" />
</td>
<td class="td_form01">
月折旧额
</td>
<td class="td_form02" align="left">
<html:text maxlength="6" property="" size="8" />
元
</td>
<td class="td_form01">
累计折旧
</td>
<td class="td_form02" align="left">
<html:text maxlength="6" property="" size="8" />
元
</td>
</tr>
</table>
<br>
<table width="95%" border="0" align="center" cellpadding="2"
cellspacing="0">
<tr>
<td width="90" height="24" class="td_form01">
备注
</td>
<td class="td_form02">
只显示不为零的工资项。
<br>
孩子小于14周岁的职工的零补费中含有50元“六一”儿童节补贴。
</td>
</tr>
</table>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -