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

📄 left.jsp

📁 (Java+SQL)-大型企业JAVA的ERP系统
💻 JSP
📖 第 1 页 / 共 2 页
字号:
<%
	} if (roleRights.hasRights(global.roleId,11303)){
%>
<a href="\wuyang\jsp\wuyang\UpdateImportContract.jsp" target="window">修改进出口合同</a>        
<br>
<%
	} if (roleRights.hasRights(global.roleId,11302)){
%>
<a href="\wuyang\jsp\wuyang\QueryImportContract.jsp" target="window">查询进出口合同</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,11400)){
%>
<a href="\wuyang\jsp\wuyang\RegisterImportContract.jsp" target="window">进出口合同相关登记</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,11303)){
%>
<a href="\wuyang\jsp\wuyang\InsertCreditDoc.jsp" target="window">开立进口信用证协议</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,11503)){
%>
<a href="\wuyang\jsp\wuyang\UpdateCreditDoc.jsp" target="window">修改进口信用证协议</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,11502)){
%>
<a href="\wuyang\jsp\wuyang\QueryCreditDoc.jsp" target="window">进口信用证协议查询</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,11601)){
%>
<a href="\wuyang\jsp\wuyang\InsertCustomsDoc.jsp" target="window">新增进出口货物代理报关委托</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,11603)){
%>
<a href="\wuyang\jsp\wuyang\UpdateCustomsDoc.jsp" target="window">修改进出口货物代理报关委托</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,11602)){
%>
<a href="\wuyang\jsp\wuyang\QueryCustomsDoc.jsp" target="window">查询进出口货物代理报关委托</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,11701)){
%>
<a href="\wuyang\jsp\wuyang\InsertCancelDoc.jsp" target="window">新增核销单</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,11703)){
%>
<a href="\wuyang\jsp\wuyang\QueryCancelDoc.jsp" target="window">查询核销单</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,11702)){
%>
<a href="\wuyang\jsp\wuyang\UpdateCancelDoc.jsp" target="window">修改核销单</a>
<br>
<%
	} 
%>
</div>	
<%
	if (roleRights.hasRights(global.roleId,30200)){
%>
                        <div id="KB7Parent" class="parent"><a href="#" onClick="expandIt('KB7'); 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="KB7Child" class="child"><a href="#" onClick="expandIt('KB7'); return false">
</a><a href="\wuyang\jsp\wuyang\InsertProductLocation.jsp" target="window">新增货位</a>	                 
<br>
<a href="\wuyang\jsp\wuyang\QueryProductLocation.jsp" target="window">查询货位</a>        
<br>
<a href="\wuyang\jsp\wuyang\UpdateProductLocation.jsp" target="window">修改货位</a>
<br>
<a href="\wuyang\jsp\wuyang\InsertWearhouse.jsp" target="window">新增仓库</a>	                 
<br>
<a href="\wuyang\jsp\wuyang\QueryWearhouse.jsp" target="window">查询仓库</a>        
<br>
<a href="\wuyang\jsp\wuyang\UpdateWearhouse.jsp" target="window">修改仓库</a>
<br>
<a href="\wuyang\jsp\wuyang\QueryInventory1.jsp" target="window">出入库管理</a>
<br>
<a href="\wuyang\jsp\wuyang\AdjustInventory.jsp" target="window">仓库调整</a>
<br>
<a href="\wuyang\jsp\wuyang\QueryDelivInventory.jsp" target="window">货运信息管理</a>
<br>
<a href="\wuyang\jsp\wuyang\QueryDelivInfo.jsp" target="window">送货单打印</a>
<br>
<a href="\wuyang\jsp\wuyang\QueryLocationState.jsp" target="window">仓库盘存</a>
<br>
<a href="\wuyang\jsp\wuyang\QueryLocationProduct.jsp" target="window">库存产品查询</a>
<br>
<a href="\wuyang\jsp\wuyang\QueryInventoryState.jsp" target="window">进出库查询</a>
<br>
</div>
<%
	} 
	
	if (roleRights.hasRights(global.roleId,30400)){
%>
<br>
<div id="KB8Parent" class="parent"><a href="#" onClick="expandIt('KB8'); 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><div id="KB8Child" class="child">
<a href="\wuyang\jsp\wuyang\InsertUllage.jsp" target="window">新增采购申请单</a>
<br>	  
<a href="\wuyang\jsp\wuyang\QueryUllage.jsp" target="window">查询采购申请单</a>	   
<br>
<a href="\wuyang\jsp\wuyang\UpdateUllage.jsp" target="window">修改采购申请单</a>	
<br>
<a href="\wuyang\jsp\wuyang\UpdateUllageAct.jsp" target="window">易耗品采购信息录入</a>
<br>
<a href="\wuyang\jsp\wuyang\UpdateUllageAccountId.jsp" target="window">易耗品领用</a>	  	           
<br>
<a href="\wuyang\jsp\wuyang\QueryUllageProduct.jsp" target="window">易耗品查询</a>	  	           
<br>
</div>
<%
	}
%>
<div id="KB9Parent" class="parent"><a href="#" onClick="expandIt('KB9'); 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><div id="KB9Child" class="child">
<%
	if (roleRights.hasRights(global.roleId,11001)){
%>
<a href="../wuyang/insertContract.jsp" target="window">新增合同</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,11003)){
%>
<a href="../wuyang/queryContract.jsp" target="window">查询合同</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,11002)){
%>
<a href="../wuyang/updateContract.jsp" target="window">修改合同</a>
<br>
<%
	}
%>
</div>
<div id="KB10Parent" class="parent"><a href="#" onClick="expandIt('KB10'); 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><div id="KB10Child" class="child">
<%
	if (roleRights.hasRights(global.roleId,10901)){
%>
<a href="../wuyang/InsertSalesSlip.jsp" target="window">新增开票申请</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,10903)){
%>
<a href="../wuyang/QueryReportSlip.jsp" target="window">销售报表</a>
<br>
<a href="../wuyang/QuerySlip.jsp" target="window">查询开票申请</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,10902)){
%>
<a href="../wuyang/UpdateSlip.jsp" target="window">修改开票申请</a>
<br>
<%
	}
%>
</div>
<div id="KB11Parent" class="parent"><a href="#" onClick="expandIt('KB11'); 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>
<div id="KB11Child" class="child">
<%
	if (roleRights.hasRights(global.roleId,11101)){
%>
<a href="../wuyang/insertPurch.jsp" target="window">新增申请</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,11103)){
%>
<a href="../wuyang/QueryReportPurch.jsp" target="window">采购报表</a>
<br>
<a href="../wuyang/queryPurch.jsp" target="window">查询申请</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,11102)){
%>
<a href="../wuyang/UpdatePurch.jsp" target="window">修改申请</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,11102)){
%>
<a href="../wuyang/ArriveAnnounce.jsp" target="window">到货通知</a>
<br>
<%
	}
%>
</div>
<div id="KB12Parent" class="parent"><a href="#" onClick="expandIt('KB12'); return false"><b class="textb"><IMG name="KB1IMG" SRC="../img/../img/plus.jpg" BORDER=0 width="13" height="13" ><span class="title1">调拨申请</span></b></a></div><div id="KB12Child" class="child">
<%
	if (roleRights.hasRights(global.roleId,11201)){
%>
<a href="../wuyang/insertAllocat.jsp" target="window">新增申请</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,11203)){
%>
<a href="../wuyang/queryAllocat.jsp" target="window">查询申请</a>
<br>
<a href="../wuyang/QueryReportAllocat.jsp" target="window">调拨报表</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,11202)){
%>
<a href="../wuyang/UpdateAllocat.jsp" target="window">修改申请</a>
<br>
<%
	}
%>
</div>
<%
	if (roleRights.hasRights(global.roleId,30500)){
%>
<div id="KB13Parent" class="parent"><a href="#" onClick="expandIt('KB13'); return false"><b class="textb"><IMG name="KB1IMG" SRC="../img/../img/plus.jpg" BORDER=0 width="13" height="13" ><span class="title1">产品定价</span></b></a></div><div id="KB13Child" class="child">
<a href="../wuyang/queryProductPrice.jsp" target="window">查询定价</a> 
<br>
<a href="../wuyang/ProductPriceInsert.jsp" target="window">修改定价</a>
<br>
<a href="../wuyang/insertPlanSell.jsp" target="window">新增销售计划分配</a>
<br>
<a href="../wuyang/queryPlanSell.jsp" target="window">查询计划销售分配</a>
<br>
<a href="../wuyang/updatePlanSell.jsp" target="window">修改计划销售分配</a>
<br>
<%
	}
%>
</div>
<div id="KB14Parent" class="parent"><a href="#" onClick="expandIt('KB14'); 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><div id="KB14Child" class="child">
<%
	 if (roleRights.hasRights(global.roleId,30600)){
%>
</a><a href="\wuyang\jsp\wuyang\DeptRatifier.jsp" target="window">部门审核</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,30700)){
%>
<a href="\wuyang\jsp\wuyang\ManagerRatifier.jsp" target="window">销售部审核/供应部登记</a>	
<br>
<%
	} if (roleRights.hasRights(global.roleId,30800)){
%>
<a href="\wuyang\jsp\wuyang\ManagerRatifier1.jsp" target="window">供应销售部审核</a>	
<br>
<%
	} if (roleRights.hasRights(global.roleId,30900)){
%>
<a href="\wuyang\jsp\wuyang\ManagerRatifier2.jsp" target="window">总经理审核</a>	
<br>
<%
	}
%>
</div>
<div id="KB15Parent" class="parent"><a href="#" onClick="expandIt('KB15'); 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><div id="KB15Child" class="child">
<%
	 if (roleRights.hasRights(global.roleId,40100)){
%>
</a><a href="../report/ProductPriceReport.jsp" target="window">产品销售定价表</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,40101)){
%>
<a href="../report/ArrivedLogReportTimeSetup.jsp" target="window">到货记录表</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,40102)){
%>
<a href="../report/OrderLogReportTimeSetup.jsp" target="window">定货记录表</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,40103)){
%>
<a href="../report/MaterialDayReportTimeSetup.jsp" target="window">仓库物资进出日报表</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,40104)){
%>
<a href="../report/SalesListReportTimeSetup.jsp" target="window">部门、个人实际销售明细表</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,40105)){
%>
<a href="../report/ACurrentAccountReportTimeSetup.jsp" target="window">往来款汇总表</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,40106)){
%>
<a href="../report/InventoryAdjustReportTimeSetup.jsp" target="window">库存调节表</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,40107)){
%>
<a href="../report/SalesCollectReportTimeSetup.jsp" target="window">销售汇总表</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,40108)){
%>
<a href="../report/UlltageProductTimeSetup.jsp" target="window">领用记录表</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,40109)){
%>
<a href="../report/SalesSlipReportTimeSetup.jsp" target="window">销售成本表</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,40110)){
%>
<a href="../report/DepartmentFeeReportTimeSetup.jsp" target="window">二级核算汇总表</a>
<br>
<%
	} if (roleRights.hasRights(global.roleId,40111)){
%>
<a href="../report/MoneyListReportTimeSetup.jsp" target="window">客户应收应付明细表</a>
<br>
<%
	}
%>
</div>
</div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>


⌨️ 快捷键说明

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