?? left.jsp
字號:
<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 + -