?? materialbuydetaildisplay.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 class="chaxun">入庫信息查詢</td>--%>
<%-- </tr>--%>
<tr>
<td>
<c:if test="${sessionScope.materialDetailList==null}">
>>>無采購明細
</c:if>
<c:if test="${sessionScope.materialDetailList!=null}">
采購明細
<display:table name="sessionScope.materialDetailList" id="MaterialBuyDetailBean" pagesize="3"
requestURI="/Imis/imis_mate/MaterialBuyDetailDisplay.jsp" border="0" align="center" class="ziti">
<display:column property="materialTypeName" title="物品名稱" width="200" align="center" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="materialTypeNoToString" title="物品類型" width="200" align="center" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="maModel" title="型號" width="200" align="center" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="maBrand" title="品牌" width="200" align="center" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="maMadeIn" title="產地" width="200" align="center" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="priceUnit" title="采購單價" width="200" align="center" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="inCount" title="采購數量" width="200" 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:table> </c:if></td>
</tr>
<tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -