materialoutdetail_display.jsp

来自「JSP移动商品管理平台源代码.........」· JSP 代码 · 共 63 行

JSP
63
字号
<%@ 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>
    <c:if test="${sessionScope.mateOutDetailInsetList==null}">
    >>>无出库明细
    </c:if>
    <c:if test="${sessionScope.mateOutDetailInsetList!=null}">
    	出库明细
		  <display:table name="sessionScope.mateOutDetailInsetList" id="MaterialOutDetailBean" pagesize="3"
                           requestURI="/Imis/imis_mate/MaterialOutDetail_Display.jsp" border="0" align="center" class="ziti">
               
                <display:column property="materialName" 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="outCount" 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 + =
减小字号Ctrl + -
显示快捷键?