📄 asset_input.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 width="15"><html:img width="9" height="9" src="../../images/index_32.gif"/></td>
<td valign="bottom" class="title">办公用品信息录入</td>
</tr>
</table></td>
</tr>
</table>
<br>
<table width="85%" border="0" align="center">
<tr>
<td nowrap class="td_top" colspan="6" align="center">
办公用品入库
</td>
</tr>
<tr>
<td height="10">
</td>
</tr>
<tr>
<td>办公用品编号:</td>
<td><html:text styleClass="input" property="id"/></td>
<td>办公用品名称:</td>
<td><html:text styleClass="input" property="personName"/></td>
<td>办公用品类型:</td>
<td>
<html:select property="">
<html:option value="">请选择办公用品类型</html:option>
<html:option value="">易耗品</html:option>
<html:option value="">半成品</html:option>
</html:select>
</td>
</tr>
<tr>
<td>购入日期:</td>
<td><html:text styleClass="input" property=""/></td>
<td>原始单价:</td>
<td><html:text styleClass="input" property="FialName"/>
</td>
<td>市场价:</td>
<td><html:text styleClass="input" property="FialName"/>
</td>
</tr>
<tr>
<td>购入数量:</td>
<td><html:text styleClass="input" property="FialName"/></td>
<td>总价:</td>
<td><html:text styleClass="input" property=""/></td>
<td>可用数量:</td>
<td><html:text styleClass="input" property=""/></td>
</tr>
<tr>
<td>采购人员:</td>
<td><html:text styleClass="input" property=""/></td>
<td>主管人员:</td>
<td><html:text styleClass="input" property=""/></td>
</tr>
<tr>
<td height="10"></td>
</tr>
<tr>
<td>
<html:submit styleClass="buttonface" value="保存" property=""/> <html:reset styleClass="buttonface" value="重置"/> <html:button styleClass="buttonface" value="返回" property="" onclick="history.back(-1)"/>
</td>
</tr>
</table>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -