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

📄 warehouse.jsp

📁 一个java程序!!!数据库很特别!!请大家看看!!很有学习和使用的价值
💻 JSP
字号:
<%@page contentType="text/html; charset=UTF-8"%>
<%@ include file="/WEB-INF/include/taglib.jsp"%>
<html:html locale="true">
<head>
<TITLE></TITLE>
<LINK href="../css/iplan.css" rel=stylesheet type="text/css">
<SCRIPT language=javascript>
    function add()
    {
    	window.open("../order/warehouseAction.do?method=edit","displayWindow","left=300,top=200,toolbar=no,width=450,height=300,directories=no,status=yes,scrollbars=yes,resize=no,menubar=no");
    }

    function edit(url)
    {
    	window.open("","displayWindow","left=300,top=200,toolbar=no,width=450,height=300,directories=no,status=yes,scrollbars=yes,resize=no,menubar=no");
        form1.action = url + "&update=update" ;
       	form1.target = "displayWindow";
       	form1.submit();   
    }
        
	function refresh(){ 
	 	document.form1.action = "warehouseAction.do?method=list";
	 	document.form1.target = "_self"; 	   
		document.form1.submit();   
	}
</SCRIPT>
</head>

<html:form styleId="form1" action="/warehouseAction.do?method=list">
	<TABLE align="center" cellSpacing=0 border="0" cellPadding="0" width="100%" class="tablebgGREY">
		<TR>
			<TD width="45%" class="TableTxtBold"><bean:message
				key="menu.basicInfo.warehouse" /></TD>
		</TR>
	</TABLE>
	<hr>
	
	<display:table name="items" export="false" excludedParams="*"
		class="tablebgGREY" pagesize="12" defaultsort="1"
		defaultorder="descending"
		requestURI="/order/warehouseAction.do?method=list">
		<display:column property="warehouseid" title="发货仓库编号" sortable="true"
			headerClass="sortable" href="javascript:edit('warehouseAction.do?method=edit')"  paramId="editnumber" paramProperty="guid" />
		<display:column property="warehousename" title="发货仓库名称" />
	</display:table>
	<hr>
	
	<table border="0" cellspacing="0" cellpadding="0" height="35">
		<tr>
			<button class="button" onclick="add();"><bean:message key="button.add" /></button>	
		</tr>
 	</table>
</html:form>
</html:html>

⌨️ 快捷键说明

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