📄 listunloadoil.jsp.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 showList(){
document.getElementById("list").style.display= "";
}
</script>
</head>
<body>
<tiles:insert page="/inc/CurrentPosition.jsp" />
<tiles:insert page="/inc/ActionMessagesAndErrors.jsp" />
<html:hidden property="id" />
<div class="form">
<html:form action="dealStateAction.do?method=add">
<table class="title" width="100%">
<tr>
<td>
查询油站卸油记录
</td>
</tr>
</table>
<div class="formTable">
<table width="100%" cellpadding="0" cellspacing="0"
class="form-table">
<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="tankId">
<html:option value="total">全部</html:option>
<html:options collection="tanks" property="tankId"
labelProperty="code" />
</html:select>
</td>
<td class="left">
加油站编号:
</td>
<td class="right">
<input type="text" property="code" readonly="true">
</td>
</tr>
<tr>
<td class="left">
加油站名称:
</td>
<td class="right">
<input type="text" property="stationName" value=""
readonly="true">
</td>
</tr>
</table>
</div>
<div class="submitTable">
<table width="90%">
<tr>
<td class="buttonBar">
<input name="Submit" type="submit" class="button"
onClick="showList()" value="查 询">
</td>
</tr>
</table>
</div>
</html:form>
</div>
<div class="eXtremeTable" id="list" style="display:none;">
<ec:table items="unloadOilList" var="unloadOil"
action="${pageContext.request.contextPath}/UnloadOilAction.do?method=queryUnloadOil"
imagePath="${pageContext.request.contextPath}/images/table/*.gif"
title="油站卸油记录列表" width="100%" rowsDisplayed="10" filterable="false"
showPagination="true" sortable="true" autoIncludeParameters="false">
<A
href="javascript:document.forms.ec.ec_eti.value='ec';document.forms.ec.ec_ev.value='xls';document.forms.ec.ec_efn.value='output.xls';document.forms.ec.action='/dlhy/agentAction.do?method=list';document.forms.ec.method='post';document.forms.ec.submit()"><IMG
title="Export Excel" alt=导出EXL src="../images/xls.gif"> </A>
<ec:row styleClass="special">
<ec:column property="id" title="编号" />
<ec:column property="stationName" title="油站名称" />
<ec:column property="group" title="区域" />
<ec:column property="status" title="状态" />
<ec:column property="tankName" title="油罐" />
<ec:column property="oilName" title="油品" />
<ec:column property="unloadVolume" title="卸油体积" />
<ec:column property="unloadStandardVolume" title="卸油标准体积" />
<ec:column property="duringOil" title="期间加油量" />
<ec:column property="emptyVolume" title="空容" />
<ec:column property="startTime" title="开始时间" />
<ec:column property="endTime" title="结束时间" />
<ec:column title="详细">
<a href="/jsp/InventoryMg/UnloadOilDetail.jsp&id=" id>详细</a>
</ec:column>
</ec:row>
</ec:table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -