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

📄 left.jsp

📁 (Java+SQL)-大型企业JAVA的ERP系统
💻 JSP
📖 第 1 页 / 共 2 页
字号:
<jsp:useBean id="global" class="src.com.MyGlobal" scope="session"/>
<jsp:useBean id="roleRights" class="src.com.Rights" scope="application"/>
<html>
<head>
<title>五洋集团信息管理系统</title>
<link rel="stylesheet" href="../wuyang/css.css" type="text/css">
<script language="JavaScript1.2">
scores = new Array(20);
var numTotal=0;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}");            
		write(".child {position:absolute; visibility:visible}");            
		write(".regular {position:absolute; visibility:visible}");
	} else {
		write(".child {display:none}")        }   
		write("</STYLE>");    
	}
}
function getIndex(el) {    
	ind = null;  
        for (i=0; i<document.layers.length; i++) {        
        	whichEl = document.layers[i];       
                if (whichEl.id == el) {            
                	ind = i;            
                	break;        
                }    
	}  
        return ind;
}
function arrange() {    
	nextY = document.layers[firstInd].pageY +document.layers[firstInd].document.height;
        for (i=firstInd+1; i<document.layers.length; i++) {
        	whichEl = document.layers[i];        
                if (whichEl.visibility != "hide") {            
                	whichEl.pageY = nextY;    
                        nextY += whichEl.document.height;        
		}   
	}
}
function initIt(){    
	if (!ver4) return;    
        if (NS4) {        
        	for (i=0; i<document.layers.length; i++){            
        		whichEl = document.layers[i];
			if (whichEl.id.indexOf("Child") != -1) whichEl.visibility = "hide";      

 
		}     
                arrange();    
	} else {        
		divColl = document.all.tags("DIV");   
                for (i=0; i<divColl.length; i++) {            
                	whichEl = divColl(i);          
                        if (whichEl.className == "child")
                        whichEl.style.display = "none";        
		}    
	}
}

function expandIt(el) {	
	if (!ver4) return;   
        if (IE4) {
                whichEl1 = eval(el + "Child");
		for(i=1;i<=numTotal;i++) {
		    	whichEl = eval(scores[i] + "Child");		
                    	if(whichEl!=whichEl1) {
                    		whichEl.style.display = "none";			
                    	}		
                }        
                whichEl1 = eval(el + "Child");  
                if (whichEl1.style.display == "none") {
                	whichEl1.style.display = "block";        
		} else { 
			whichEl1.style.display = "none";        
		}    
	}else {        
		whichEl = eval("document." + el + "Child");	
                for(i=1;i<=numTotal;i++){ 
                	whichEl = eval("document." + scores[i] + "Child");			
                        if(whichEl!=whichEl1) {
                        	whichEl.visibility = "hide";
                        }
		}     
		if (whichEl.visibility == "hide") {
			whichEl.visibility = "show";        
		}else {
			whichEl.visibility = "hide";        
		}
                arrange();    
	}
}

onload = initIt;

</script>
</head>
<body bgcolor="#949B93" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="1" height="90%" cellspacing="0" cellpadding="0" align="center" bordercolorlight="#616860" bordercolordark="#CCCCCC" bgcolor="#4c7171" >
  <tr>  
    <td valign="top" > 
      <table width="100%" border="1" cellspacing="0" cellpadding="0" bordercolorlight="#000000" bordercolordark="#CCCCCC" class="textb" align="center" height="100%">
        <tr bgcolor="#949b93"> 
          <td valign="top"> 
	        <div id="KB1Parent" class="parent" > <a href="#" onClick="expandIt('KB1'); return false"> 
              <b class="textb"><IMG name="webapps\wuyang\jsp\img" SRC="../img/plus.jpg" BORDER=0 width="13" height="13" ><span class="title1">产品操作</span></b></a> 
              <div id="KB1Child" class="child"><a href="#" onClick="expandIt('KB1'); return false">
<%
	if (roleRights.hasRights(global.roleId,10101)){
%>
</a><a href="\wuyang\jsp\wuyang\InsertProduction.jsp" target="window">新增产品</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,10103)){
%>
<a href="\wuyang\jsp\wuyang\QueryProduct.jsp" target="window">查询产品</a>    
<br>
<%
	} if (roleRights.hasRights(global.roleId,10102)){
%>
<a href="\wuyang\jsp\wuyang\UpdateProduct.jsp" target="window">修改产品</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,10201)){
%>
<a href="\wuyang\jsp\wuyang\InsertProductClass.jsp" target="window">新增产品分类</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,10203)){
%>
<a href="\wuyang\jsp\wuyang\QueryProductClass.jsp" target="window">查询产品分类</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,10202)){
%>
<a href="\wuyang\jsp\wuyang\UpdateProductClass.jsp" target="window">修改产品分类</a>
<br>
<%
	}
%>
</div>
              <div id="KB2Parent" class="parent"><a href="#" onClick="expandIt('KB2'); return false"><b class="textb"><IMG name="webapps\wuyang\jsp\img" SRC="../img/plus.jpg" BORDER=0 width="13" height="13" ><span class="title1">系统管理</span></b></a> 
                <div id="KB2Child" class="child"><a href="#" onClick="expandIt('KB2'); return false"></a>
<a href="\wuyang\jsp\wuyang\UpdatePassword.jsp" target="window">修改密码</a> 
<br>
<%
	if (roleRights.hasRights(global.roleId,10701)){
%><a href="\wuyang\jsp\wuyang\InsertRoleRight.jsp" target="window">新增角色</a> 
<br>
<%
	} if (roleRights.hasRights(global.roleId,10703)){
%> 
<a href="\wuyang\jsp\wuyang\QueryRoleRight.jsp" target="window">查询角色</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,10702)){
%>
<a href="\wuyang\jsp\wuyang\UpdateRoleRight.jsp" target="window">修改角色</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,10301)){
%>
<a href="\wuyang\jsp\wuyang\InsertCompany.jsp" target="window">新增公司</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,10303)){
%>
<a href="\wuyang\jsp\wuyang\QueryCompany.jsp" target="window">查询公司</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,10302)){
%>
<a href="\wuyang\jsp\wuyang\UpdateCompany.jsp" target="window">更改公司</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,10401)){
%>
<a href="\wuyang\jsp\wuyang\InsertDepartment.jsp" target="window">新增部门</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,10403)){
%>
<a href="\wuyang\jsp\wuyang\QueryDepartment.jsp" target="window">查询部门</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,10402)){
%>
<a href="\wuyang\jsp\wuyang\UpdateDepartment.jsp" target="window">更改部门</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,10501)){
%>
<a href="\wuyang\jsp\wuyang\InsertCustomer.jsp" target="window">新增客户</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,10503)){
%>
<a href="\wuyang\jsp\wuyang\QueryCustomer.jsp" target="window">查询客户</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,10502)){
%>
<a href="\wuyang\jsp\wuyang\UpdateCustomer.jsp" target="window">更改客户</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,10601)){
%>
<a href="\wuyang\jsp\wuyang\InsertEmployee.jsp" target="window">新增职员</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,10603)){
%>
<a href="\wuyang\jsp\wuyang\QueryEmployee.jsp" target="window">查询职员</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,10602)){
%>
<a href="\wuyang\jsp\wuyang\UpdateEmployee.jsp" target="window">更改职员</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,10801)){
%>
<a href="\wuyang\jsp\wuyang\InsertAccount.jsp" target="window">新增帐号</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,10803)){
%>
<a href="\wuyang\jsp\wuyang\QueryAccount.jsp" target="window">查询帐号</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,10802)){
%>
<a href="\wuyang\jsp\wuyang\UpdateAccount.jsp" target="window">更改帐号</a>
<br>
<%
	}
%>
</div>
<%
	if (roleRights.hasRights(global.roleId,31000)){
%>
                <div id="KB3Parent" class="parent"><a href="#" onClick="expandIt('KB3'); return false"><b class="textb"><IMG name="KB1IMG" SRC="../img/plus.jpg" BORDER=0 width="13" height="13" ><span class="title1">业务查询</span></b></a> 
                  <div id="KB3Child" class="child"><a href="#" onClick="expandIt('KB3'); return false">
</a><a href="\wuyang\jsp\wuyang\QueryLocationProduct.jsp" target="window">库存产品查询</a>
<br>
<a href="\wuyang\jsp\wuyang\QueryPayment.jsp" target="window">应收/应付款列表</a>
<br>
<a href="\wuyang\jsp\wuyang\SumPayment.jsp" target="window">应收/应付款汇总</a>
<br>
<a href="\wuyang\jsp\wuyang\QuerySalesCost.jsp" target="window">个人销售成本汇总</a>
<br>
</div>
<%
	} 
	
	if (roleRights.hasRights(global.roleId,30300)){
%>
                  <div id="KB4Parent" class="parent"><a href="#" onClick="expandIt('KB4'); return false"><b class="textb"><IMG name="KB1IMG" SRC="../img/plus.jpg" BORDER=0 width="13" height="13" ><span class="title1">财务管理</span></b></a> 
                    <div id="KB4Child" class="child"><a href="#" onClick="expandIt('KB4'); return false">
</a><a href="\wuyang\jsp\wuyang\FinanceRatifier.jsp" target="window">财务工作</a>
<br>
<a href="\wuyang\jsp\wuyang\PaymentRatifier.jsp" target="window">收付款</a>
<br>
<a href="\wuyang\jsp\wuyang\InsertDeptMoney.jsp" target="window">驻外办收款</a>
<br>
<a href="\wuyang\jsp\wuyang\QueryDeptMoney.jsp?mode=query" target="window">驻外办收款查询</a>
<br>
<a href="\wuyang\jsp\wuyang\QueryDeptMoney.jsp?mode=update" target="window">驻外办收款修改</a>
<br>
<a href="\wuyang\jsp\wuyang\UpdateInvoice.jsp" target="window">修改发票</a>
<br>
<a href="\wuyang\jsp\wuyang\QueryInvoice.jsp" target="window">查询发票</a>
<br>
<a href="\wuyang\jsp\wuyang\QueryMoneyFlow.jsp" target="window">查询收付款</a>
<br>
<a href="\wuyang\jsp\wuyang\InsertDeptTransaction.jsp" target="window">部门利润转移</a>
<br>
<a href="\wuyang\jsp\wuyang\QueryDeptTransaction.jsp" target="window">部门利润转移查询</a>
<br>
<a href="\wuyang\jsp\wuyang\CostOperate.jsp?mode=insert" target="window">个人经营费用录入</a>
<br>
<a href="\wuyang\jsp\wuyang\CostOperate.jsp?mode=update" target="window">个人经营费用修改</a>
<br>
<a href="\wuyang\jsp\wuyang\InsertBankCredit.jsp" target="window">资金流量记录</a>
<br>
<a href="\wuyang\jsp\wuyang\QueryBankCredit.jsp" target="window">资金流量查询</a>
<br>
</div>
<%
	} 
	
	if (roleRights.hasRights(global.roleId,30300)){
%>
                    <div id="KB5Parent" class="parent"><a href="#" onClick="expandIt('KB5'); return false"><b class="textb"><IMG name="KB1IMG" SRC="../img/plus.jpg" BORDER=0 width="13" height="13" ><span class="title1">成本核算</span></b></a> 
                      <div id="KB5Child" class="child"><a href="#" onClick="expandIt('KB5'); return false">
</a><a href="\wuyang\jsp\wuyang\InsertInterest.jsp" target="window">资金占用利息计算</a>
<br>
<a href="\wuyang\jsp\wuyang\UnitCostConfirm.jsp" target="window">销售成本价确认</a>
<br>
<a href="\wuyang\jsp\wuyang\CostRatifier.jsp?state=3" target="window">仓储费录入</a>
<br>
<a href="\wuyang\jsp\wuyang\CostRatifier.jsp?state=2" target="window">力费录入</a>
<br>
<a href="\wuyang\jsp\wuyang\CostRatifier.jsp?state=1" target="window">运费录入</a>
<br>
<a href="\wuyang\jsp\wuyang\CostRatifier.jsp?state=7" target="window">进货代理费录入</a>
<br>
<a href="\wuyang\jsp\wuyang\CostRatifier.jsp?state=8" target="window">教学附加费录入</a>
<br>
<a href="\wuyang\jsp\wuyang\CostRatifier.jsp?state=9" target="window">税前其他费用录入</a>
<br>
<a href="\wuyang\jsp\wuyang\QueryAllocatCost.jsp" target="window">非计划调拨费用统计</a>
<br>
<a href="\wuyang\jsp\wuyang\QueryAllocatCostP.jsp" target="window">计划调拨统计</a>
<br>
</div>
<%
	}
%>
                      <div id="KB6Parent" class="parent"><a href="#" onClick="expandIt('KB6'); return false"><b class="textb"><IMG name="KB1IMG" SRC="../img/plus.jpg" BORDER=0 width="13" height="13" ><span class="title1">进出口合同管理</span></b></a> 
                        <div id="KB6Child" class="child"><a href="#" onClick="expandIt('KB6'); return false">
<%
	if (roleRights.hasRights(global.roleId,11301)){
%>
</a><a href="\wuyang\jsp\wuyang\InsertImportContract.jsp" target="window">新增进出口合同</a>	                 
<br>

⌨️ 快捷键说明

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