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

📄 queryinventoryupload.jsp.svn-base

📁 石油管理系统。主要实现了加油站对石油的库存
💻 SVN-BASE
字号:
<%@ page language="java" contentType="text/html;charset=GB2312"%>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<%@taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles"%>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic"%>
<%@ taglib uri="/WEB-INF/c.tld" prefix="c"%>
<%@ taglib uri="/WEB-INF/extremecomponents.tld" prefix="ec"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
	<head>
		<script Language="JavaScript" src="../calendar/oa_Popup.js" type=""></script>
		<script Language="JavaScript" src="../js/Global.js" type=""></script>
		<script Language="JavaScript" src="../calendar/oa_Popup.js" type=""></script>

		<link rel="stylesheet" type="text/css"
			href="${pageContext.request.contextPath}/css/extremecomponents.css">
		<link rel="stylesheet" type="text/css"
			href="${pageContext.request.contextPath}/css/style.css">

		<script language="javascript">
    function showList1(){		
	   document.getElementById("list").style.display = "";
	   document.getElementById("ectable").action="${pageContext.request.contextPath}/InventoryQueryAction.do?method=queryUploadInv";
	}	
	function showList2(){		
	   document.getElementById("list").style.display = "";
	   document.getElementById("ectable").action="${pageContext.request.contextPath}/InventoryQueryAction.do?method=queryNoUploadInv";
	}
		</script>
	</head>
	<body>
		<tiles:insert page="/inc/CurrentPosition.jsp" />
		<tiles:insert page="/inc/ActionMessagesAndErrors.jsp" />
		<div class="form">
			<html:form name="form"
				action="InventoryQueryAction.do?method=initQuery">
				<table width="100%" cellspacing="0" cellpadding="0">
					<tr>
						<td class="position">
							<img src="../images/p.gif" alt="a" />
							您现在所处的位置:罐存管理 >> 罐存数据上传情况
						</td>
						<td align="right">
							<img src="../images/return.gif" alt="a"
								onclick="javascript:history.go(-1)" style="cursor:hand" />
						</td>
					</tr>
				</table>
				<table class="title" width="100%">
					<tr>
						<td>
							罐存上传情况查询
						</td>
					</tr>
					<tr>
						<td class="left">
							日期范围:从
						</td>
						<td class="right" colspan="4">
							<input type="text" name="startTime" value="">
							<img src="/CRM/images/time.gif" align="absmiddle"
								style="cursor:hand;" alt="弹出日历下拉菜单"
								onclick="fPopUpCalendarDlg(startTime);return false">
							<input type="text" name="endTime" value="">
							<img src="/CRM/images/time.gif" align="absmiddle"
								style="cursor:hand;" alt="弹出日历下拉菜单"
								onclick="fPopUpCalendarDlg(endTime);return false">
						</td>
					</tr>

					<tr>
						<td class="left">
							组织名称:
						</td>
						<td class="right">
							<html:select property="orgId">
								<html:options collection="orgs" property="orgId"
									labelProperty="orgName" />
							</html:select>
						</td>
					</tr>
				</table>
			</html:form>
		</div>
		<div class="submitTable">
			<table width="90%">
				<tr>
					<td class="buttonBar">
						<input name="Submit" type="submit" class="button"
							onClick="showList1()" value="已上传">
					</td>
					<td class="buttonBar">
						<input name="Submit" type="submit" class="button"
							onClick="showList2()" value="未上传">
					</td>
				</tr>
			</table>
		</div>
		</html:form>
		<div class="eXtremeTable" id="list" style="display:none;">
			<ec:table items="upload" var="inv" tableId="ectable"
				imagePath="${pageContext.request.contextPath}/images/table/*.gif"
				title="库存列表" width="100%" rowsDisplayed="10" filterable="false"
				showPagination="true" sortable="true" autoIncludeParameters="false">
				<ec:row styleClass="special">
					<ec:column property="id" title="序号" />
					<ec:column property="tankId" title="油罐号" />
					<ec:column property="stationName" title="油站名称" />
					<ec:column property="oilName" title="油品" />
					<ec:column property="status" title="状态" />
					<ec:column property="time" title="时间" />
				</ec:row>
			</ec:table>
		</div>
	</body>
</html>

⌨️ 快捷键说明

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