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

📄 left.jsp

📁 仓库管理系统,适合各种行业的仓库管理系统
💻 JSP
📖 第 1 页 / 共 2 页
字号:
<%@ page contentType="text/html; charset=utf-8" language="java" import="java.sql.*,com.bean.DTO.*,com.bean.DAO.*,com.database.*" errorPage="" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<link href="../css/public.css" rel="stylesheet" type="text/css" />
</head>
<script language="javascript" type="text/javascript">
NS4 = (document.layers) ? 1 : 0;
IE4 = (document.all) ? 1 : 0;
ver4 = (NS4 || IE4) ? 1 : 0;

if (ver4) {
with (document) {
write("<STYLE TYPE='text/css'>");
if (NS4) {
write(".parent {position:absolute; visibility:visible background:red}");
write(".child {position:absolute; visibility:hide }");
write(".regular {position:absolute; visibility:visible}")
}
else {
write(".child {display:none;text-align:left}")
}
write("</STYLE>");
}
}
</script>
<script language="javascript" type="text/javascript">

function expandIt(el)
{
var whichEl = eval(el + "Child");
var s1 = eval(el + "f");
//alert(whichEl);

if (whichEl.style.display != "block") 
{
whichEl.style.display = "block";
//alert(whichEl.style.pixelHeight);
//alert(whichEl.style.width);
s1.innerHTML = "<img src='../images/iOpenFolder.gif'>"
}
else 
{
whichEl.style.display = "none";
s1.innerHTML = "<img src='../images/iGenericFolder.gif'>"
}
//arrange()
// whichE1.pageY = 200;
}
function button_over(o)
{
o.style.background="#FA8072";
}

function button_out(o)
{
o.style.background="";
}


</script>
<body>


<c:if test="${userinfor.jobID==1}">
<div id="KB1Parent" class="parent">
<table width="190"><tr><td width="16" id="KB1f"><img src="../images/iGenericFolder.gif" width="16" height="16"></td>
<td width="162">
<a href="#" onClick="expandIt('KB1'); return false">系统管理</a></td>
</tr></table>
</div>
<div id="KB1Child" class="child">
<table width="190" border=0 cellpadding="0" cellSpacing=0>
<tr>
<td width="8"><img src="../images/ftv2vertline.gif"></td>
<td width="8"><img src="../images/ftv2node.gif" width="16" height="22"></td>
<td width="16"><img src="../images/iGenericAttribute.gif" width="16" height="16"></td>
<td width="158" onMouseover="button_over(this);" onMouseout="button_out(this);"><a href="../System/adduser.jsp" target="workspace">新增用户</a></td>
</tr>

<tr>
<td><img src="../images/ftv2vertline.gif"></td>
<td><img src="../images/ftv2node.gif" width="16" height="22"></td>
<td><img src="../images/iGenericAttribute.gif" width="16" height="16"></td>
<td onMouseover="button_over(this);" onMouseout="button_out(this);"><a href="../System/updatejob.jsp" target="workspace">用户管理</a></td>
</tr>
</table>
</div>
</c:if>



<c:if test="${userinfor.jobID==1}">
<div id="KB2Parent" class="parent">
<table width="190"><tr><td width="16" id="KB2f"><img src="../images/iGenericFolder.gif" width="16" height="16"></td>
<td width="162">
<a href="#" onClick="expandIt('KB2'); return false">物品分类</a></td>
</tr></table>
</div>
<div id="KB2Child" class="child">
<table width="190" border=0 cellpadding="0" cellSpacing=0>
<tr>
<td width="8"><img src="../images/ftv2vertline.gif"></td>
<td width="8"><img src="../images/ftv2node.gif" width="16" height="22"></td>
<td width="16"><img src="../images/iGenericAttribute.gif" width="16" height="16"></td>
<td width="158" onMouseover="button_over(this);" onMouseout="button_out(this);"><a href="/SMS/sortList.do" target="workspace">分类管理</a></td>
</tr>
</table>
</div>
</c:if>


<c:if test="${userinfor.jobID==1||userinfor.departmentID==2}">
<div id="KB4Parent" class="parent">
<table width="190"><tr><td width="16" id="KB4f"><img src="../images/iGenericFolder.gif" width="16" height="16"></td>
<td width="162">
<a href="#" onClick="expandIt('KB4'); return false">仓库管理</a></td>
</tr></table>
</div>
<div id="KB4Child" class="child">
<table width="190" border=0 cellpadding="0" cellSpacing=0>

<c:if test="${userinfor.jobID==1||userinfor.jobID==3}">
<tr>
<td width="8"><img src="../images/ftv2vertline.gif"></td>
<td width="8"><img src="../images/ftv2node.gif" width="16" height="22"></td>
<td width="16"><img src="../images/iGenericAttribute.gif" width="16" height="16"></td>
<td width="158" onMouseover="button_over(this);" onMouseout="button_out(this);"><a href="/SMS/goodsList.do" target="workspace">物品管理</a></td>
</tr>
</c:if>

<c:if test="${userinfor.jobID==1||userinfor.jobID==3}">
<tr>
<td width="8"><img src="../images/ftv2vertline.gif"></td>
<td width="8"><img src="../images/ftv2node.gif" width="16" height="22"></td>
<td width="16"><img src="../images/iGenericAttribute.gif" width="16" height="16"></td>
<td width="158" onMouseover="button_over(this);" onMouseout="button_out(this);"><a href="/SMS/goList.do" target="workspace">物品出库</a></td>
</tr>
</c:if>

<c:if test="${userinfor.jobID==1||userinfor.jobID==3}">
<tr>
<td width="8"><img src="../images/ftv2vertline.gif"></td>
<td width="8"><img src="../images/ftv2node.gif" width="16" height="22"></td>
<td width="16"><img src="../images/iGenericAttribute.gif" width="16" height="16"></td>
<td width="158" onMouseover="button_over(this);" onMouseout="button_out(this);"><a href="/SMS/giList.do" target="workspace">物品入库</a></td>
</tr>
</c:if>

<c:if test="${userinfor.jobID==1||userinfor.jobID==3}">
<tr>
<td width="8"><img src="../images/ftv2vertline.gif"></td>
<td width="8"><img src="../images/ftv2node.gif" width="16" height="22"></td>
<td width="16"><img src="../images/iGenericAttribute.gif" width="16" height="16"></td>
<td width="158" onMouseover="button_over(this);" onMouseout="button_out(this);"><a href="/SMS/gsList.do" target="workspace">物品报损</a></td>
</tr>
</c:if>

<c:if test="${userinfor.jobID==1||userinfor.jobID==3}">
<tr>
<td width="8"><img src="../images/ftv2vertline.gif"></td>
<td width="8"><img src="../images/ftv2node.gif" width="16" height="22"></td>
<td width="16"><img src="../images/iGenericAttribute.gif" width="16" height="16"></td>
<td width="158" onMouseover="button_over(this);" onMouseout="button_out(this);"><a href="/SMS/storeManage/table/tableSearch.jsp" target="workspace">业务查询</a></td>
</tr>
</c:if>

<c:if test="${userinfor.jobID==1||userinfor.jobID==2}">
<tr>
<td width="8"><img src="../images/ftv2vertline.gif"></td>
<td width="8"><img src="../images/ftv2node.gif" width="16" height="22"></td>
<td width="16"><img src="../images/iGenericAttribute.gif" width="16" height="16"></td>
<td width="158" onMouseover="button_over(this);" onMouseout="button_out(this);"><a href="/SMS/storeManage/check/checkSearch.jsp" target="workspace">主管审批</a></td>
</tr>
</c:if>

</table>
</div>
</c:if>


<c:if test="${userinfor.jobID==1||userinfor.departmentID==4}">
<div id="KB5Parent" class="parent">
<table width="190"><tr><td width="16" id="KB5f"><img src="../images/iGenericFolder.gif" width="16" height="16"/></td>
<td width="162">
<a href="#" onclick="expandIt('KB5'); return false">采购管理</a></td>
</tr></table>
</div>
<div id="KB5Child" class="child">
<table width="190" border=0 cellpadding="0" cellspacing=0>
<tr>
<td width="8"><img src="../images/ftv2vertline.gif"/></td>
<td width="8"><img src="../images/ftv2node.gif" width="16" height="22"/></td>
<td width="16"><img src="../images/iGenericAttribute.gif" width="16" height="16"/></td>
<td width="158" onmouseover="button_over(this);" onmouseout="button_out(this);"><a href="/SMS/shengoulist.do" target="workspace">查询申购信息</a></td>
</tr>

<tr>
<td width="8"><img src="../images/ftv2vertline.gif"/></td>
<td width="8"><img src="../images/ftv2node.gif" width="16" height="22"/></td>
<td width="16"><img src="../images/iGenericAttribute.gif" width="16" height="16"/></td>
<td width="158" onmouseover="button_over(this);" onmouseout="button_out(this);"><a href="/SMS/informlist.do" target="workspace">查询预购项目</a></td>
</tr>

⌨️ 快捷键说明

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