?? materialouttable_bysearch.jsp
字號:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="error.jsp" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="display" uri="http://displaytag.sf.net" %>
<%--<%--%>
<%--String path = request.getContextPath();--%>
<%--String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";--%>
<%--%>--%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<head>
<%-- <base href="<%=basePath%>">--%>
<link rel="stylesheet" type="text/css" href="/Imis/imis_mate/css/style.css">
<title>領用信息查詢顯示</title>
</head>
<html>
<body background="/Imis/imis_mate/images/bg_main.png" class="ziti">
<table width="100%" border="0">
<tr>
<td><img border="0" src="/Imis/imis_mate/images/logomain.gif" width="934" height="65"></td>
</tr>
<%-- <tr>--%>
<%-- <td class="chaxun">出庫信息查詢</td>--%>
<%-- </tr>--%>
<tr>
<td><c:if test="${sessionScope.mateOutList!=null}">
<h3 align="center">查 詢 結 果</h3>
<%-- <b class="ziti">>>> 查詢結果:</b>--%>
<display:table name="sessionScope.mateOutList" id="MaterialOutSearchBean" pagesize="15"
requestURI="/Imis/imis_mate/MaterialOutTable_bysearch.jsp" border="0" align="center" export="true" class="ziti">
<display:column property="outNo" title="出庫編號" width="150" align="center" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="materialName" title="物品名稱" width="250" align="center" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="maModel" title="型號" width="100" align="center" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="maBrand" title="品牌" width="100" align="center" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="priceUnit" title="單價" width="100" align="center" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="outCount" title="數量" width="80" align="center" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="useDepToString" title="領用部門" width="200" align="center" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="useBy" title="領用人" width="150" align="center" bgcolor="#FFFFFF" headerClass="chaxun"/>
<%-- <display:column property="chaFlag" title="變更標志" width="200" align="center" bgcolor="#FFFFFF" headerClass="chaxun"/>--%>
<display:column property="chaFlagLink" title="變更信息" width="80" align="center" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:setProperty name="paging.banner.placement" value="bottom"/>
<display:setProperty name="sort.behavior" value="list"/>
<display:setProperty name="paging.banner.include_first_last" value=""/>
<display:setProperty name="export.csv" value="false"/>
<display:setProperty name="export.xml" value="false"/>
</display:table>
</c:if></td>
</tr>
<tr>
<td align="center" valign="middle"><script language="JavaScript">
function shutwin(){
window.close();
return;}
</script>
<%--<a href="javascript:shutwin();">返回</a> --%>
<input type="submit" name="Submit" value="關 閉" class="anniu" onclick="shutwin()"/>
</td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -