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

📄 work_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>
	<link href="../../css/style.css" rel="stylesheet" type="text/css">
	<script language="javascript" src="../../js/person_doc.js"></script>
	<script>
	function workinfohref()
	{
		location.href("work_particular_info.html");
	}
	function workoutputinfohref()
	{
		location.href("work_output_info.html");
	}
	function workoinputinfohref()
	{
		location.href("work_input_info.html");
	}
</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" />
							&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="/findWorkInfo">
		<table width="90%" border="0" align="center" cellspacing="0"
			cellpadding="3">
			<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="workId" size="8" />
				</td>
				<td width="15%">
					资源类型:
				</td>
				<td align="left">
					<html:select styleClass="td_form02" property="resType">
						<html:option value="">办公用品</html:option>
					</html:select>
				</td>
				<td width="15%">
					资源名称:
				</td>
				<td width="15%">
					<html:text maxlength="6" property="resName" size="8" />
				</td>
			</tr>
			<tr>
				<td width="15%">
					办公用品名称:
				</td>
				<td width="15%">
					<html:text maxlength="6" property="workName" size="8" />
				</td>
				<td width="15%">
					价格:
				</td>
				<td width="15%">
					<html:text styleClass="input" property="workPrice" size="10" />
				</td>
				<td width="15%">
					可用数量:
				</td>
				<td width="25%">
					从&nbsp;
					<html:text styleClass="input" maxlength="6"
						property="wrokAvailable" size="10" />
					&nbsp;到 &nbsp;
					<html:text styleClass="input" maxlength="6"
						property="wrokAvailable" size="10" />
				</td>
			</tr>
			<tr>
				<td align="right" colspan="10">
					<div>
						<html:submit value=" 查询 " property="button"
							onclick="workinfohref();" />
						&nbsp;&nbsp;
						<html:button value=" 重置 " property="" />
					</div>
				</td>
			</tr>
			<tr>
				<td height="5">
				</td>
			</tr>
		</table>
	</html:form>
	<html:form action="/findWorkthingOut">
		<table width="90%" border="0" align="center" cellpadding="3"
			cellspacing="0">
			<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="workOutId" size="8" />
				</td>
				<td width="15%">
					办公用品名称:
				</td>
				<td width="15%">
					<html:text maxlength="6" property="workName" size="8" />
				</td>
				<td width="15%">
					领用部门:
				</td>
				<td width="15%">
					<html:select property="departmentName">
						<html:option value="">营销部</html:option>
					</html:select>
				</td>
			</tr>
			<tr>
				<td width="15%">
					批准人:
				</td>
				<td width="15%">
					<html:text maxlength="6" property="pizhunren" size="8" />
				</td>
				<td width="15%">
					领导意见:
				</td>
				<td width="15%">
					<html:select property="yijian">
						<html:option value="同意">同意</html:option>
					</html:select>
				</td>
				<td width="15%">
					总价:
				</td>
				<td width="25%">
					<html:text styleClass="input" maxlength="6"
						property="workOutPeople" size="10" />
					&nbsp;元
				</td>
			</tr>
			<tr>
				<td width="15%">
					仓库:
				</td>
				<td width="15%">
					<html:select property="cangku">
						<html:option value="">三楼仓库</html:option>
					</html:select>
				</td>
				<td width="15%">
					出库时间:
				</td>
				<td width="25%">
					从&nbsp;
					<html:text styleClass="input" maxlength="6" property="workOutTime"
						size="10" />
					&nbsp;到 &nbsp;
					<html:text styleClass="input" maxlength="6" property="workEndTime"
						size="10" />
				</td>
				<td width="15%">
					仓库负责人:
				</td>
				<td width="25%">
					<html:text styleClass="input" maxlength="6"
						property="workWarehousePeople" size="10" />
				</td>
			</tr>
			<tr>
				<td align="right" colspan="10">
					<div>
						<html:submit value=" 查询 " property="button"
							onclick="workoutputinfohref();" />
						&nbsp;&nbsp;
						<html:button value=" 重置 " property="" />
					</div>
				</td>
			</tr>
			<tr>
				<td height="5">
				</td>
			</tr>
		</table>
	</html:form>
	<html:form action="/findWorkthingInput">
		<table width="90%" border="0" align="center" cellpadding="3"
			cellspacing="0">
			<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="workInputId" size="8" />
				</td>
				<td width="15%">
					办公用品名称:
				</td>
				<td width="15%">
					<html:text maxlength="6" property="workName" size="8" />
				</td>
				<td width="15%">
					申购部门:
				</td>
				<td width="15%">
					<html:select property="departmentName">
						<html:option value="">营销部</html:option>
					</html:select>
				</td>
			</tr>
			<tr>
				<td width="15%">
					批准人:
				</td>
				<td width="15%">
					<html:text maxlength="6" property="pizhunren" size="8" />
				</td>
				<td width="15%">
					领导意见:
				</td>
				<td width="15%">
					<html:select property="yijian">
						<html:option value="">同意</html:option>
					</html:select>
				</td>
				<td width="15%">
					总价:
				</td>
				<td width="25%">
					<html:text styleClass="input" maxlength="6"
						property="workIntUnitprice" size="10" />
					&nbsp;元
				</td>
			</tr>
			<tr>
				<td width="15%">
					仓库:
				</td>
				<td width="15%">
					<html:select property="cangku">
						<html:option value="">三楼仓库</html:option>
					</html:select>
				</td>
				<td width="15%">
					入库时间:
				</td>
				<td width="25%">
					从&nbsp;
					<html:text styleClass="input" maxlength="6"
						property="workInputTime" size="10" />
					&nbsp;到 &nbsp;
					<html:text styleClass="input" maxlength="6" property="workEndTime"
						size="10" />
				</td>
				<td width="15%">
					仓库负责人:
				</td>
				<td width="25%">
					<html:text styleClass="input" maxlength="6"
						property="workWarehousePeople" size="10" />
				</td>
			</tr>
			<tr>
				<td align="right" colspan="10">
					<div>
						<html:submit value=" 查询 " property="button"
							onclick="workoinputinfohref();" />
						&nbsp;&nbsp;
						<html:button value=" 重置 " property="" />
					</div>
				</td>
			</tr>
		</table>
	</html:form>
</body>
</html:html>

⌨️ 快捷键说明

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