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

📄 materialmaintaintable_bysearch.jsp

📁 JSP移动商品管理平台源代码.........
💻 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">

<html>
  <head>
    <base href="<%=basePath%>">
    
    <title>物品维修信息查询显示</title>
    
	<meta http-equiv="pragma" content="no-cache">
	<meta http-equiv="cache-control" content="no-cache">
	<meta http-equiv="expires" content="0">    
	<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
	<meta http-equiv="description" content="This is my page">
	<!--
	<link rel="stylesheet" type="text/css" href="styles.css">
	-->
	<link rel="stylesheet" type="text/css" href="/Imis/imis_mate/css/style.css">
  </head>
  
  <body class="ziti" background="/Imis/imis_mate/images/bg_main.png" >
<%--<c:if test="${sessionScope.MaterialMaintainTableList!=null}">--%>
	<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.MaterialMaintainTableList!=null}">
            <br/>
            <br/>
            <br/>
             <h3 align="center">查&nbsp;&nbsp;询&nbsp;&nbsp;结&nbsp;&nbsp;果</h3> 
		  <display:table name="sessionScope.MaterialMaintainTableList" id="materialMaintainTable" pagesize="15"
                           requestURI="/Imis/imis_mate/MaterialMaintainTable_bysearch.jsp" border="0" align="center" export="true" class="ziti" >
<%--                <display:column property="maintainID" title="维修ID" width="50" bgcolor="#FFFFFF" headerClass="chaxun"/>--%>
                <display:column property="materialName" title="物品名称" width="200" bgcolor="#FFFFFF" headerClass="chaxun"/>
                <display:column property="maModel" title="型号" width="100" bgcolor="#FFFFFF" headerClass="chaxun"/>
                <display:column property="maBrand" title="品牌" width="100" bgcolor="#FFFFFF" headerClass="chaxun"/>
                <display:column property="maMadeIn" title="产地" width="100" bgcolor="#FFFFFF" headerClass="chaxun"/>
<%--                <display:column property="materialTypeNoToString" title="物品类型" width="100" bgcolor="#FFFFFF" headerClass="chaxun"/>--%>
                <display:column property="maintainCount" title="维修数量" width="70" bgcolor="#FFFFFF" headerClass="chaxun"/>
                <display:column property="maintainDate" title="维修日期" width="80" bgcolor="#FFFFFF" headerClass="chaxun"/>
                <display:column property="userCode" title="维修人" width="50" bgcolor="#FFFFFF" headerClass="chaxun"/>
                <display:column property="depToString" title="维修部门" width="100" bgcolor="#FFFFFF" headerClass="chaxun"/>                  
				<display:column property="managerBy" title="责任人" width="50" bgcolor="#FFFFFF" headerClass="chaxun"/>                  
				<display:column property="useBy" title="使用人" width="50" bgcolor="#FFFFFF" headerClass="chaxun"/>                  
				<display:column property="buildingNuToString" title="建筑物名称" width="100" bgcolor="#FFFFFF" headerClass="chaxun"/> 
				<display:column property="roomNu" title="放置位置房间" width="50" bgcolor="#FFFFFF" headerClass="chaxun"/>                   
				<display:column property="maintainCause" title="维修原因" width="100" bgcolor="#FFFFFF" headerClass="chaxun"/>                  
				<display:column property="maintainFee" title="维修费用" width="80" bgcolor="#FFFFFF" headerClass="chaxun"/>                  
				<display:column property="reMark" title="摘要" width="100" 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>&nbsp;</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 + -