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

📄 total_result.jsp

📁 一个汽车售后服务站的典型的进销管理系统,B/S模式的
💻 JSP
字号:
<%@ page language="java" pageEncoding="gb2312"%>

<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-tiles" prefix="tiles" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-template" prefix="template" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-nested" prefix="nested" %>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html locale="true">
  <head>
    <html:base />
    
    <title>total_result.jsp</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">
	-->
	<style type="text/css">
	<!--
	body {
		background-color: #F7F7F7;
	}
	.STYLE1 {font-size: 18px}
	.STYLE4 {font-size: 12px}
	.STYLE5 {color: #FF0000}
	.STYLE6 {font-size: 12px; color: #FF0000; }
	.STYLE7 {font-size:18px; color:#000040}
	-->
	</style>
  </head>
  
  <body>
  <h3 align="center" ><span class="STYLE7"><bean:write name="accEntity" property="accName" scope="request"/></span>采购量统计</h3>
   	<table width="760" height="150" cellpadding="1" bordercolor="#DCE7E4" border="1" cellspacing="0">
   			<tr>
   				<td align="center"><span class="STYLE4">编  号 </span></td>
				<td align="center"><span class="STYLE4">零件编号</span></td>
   				<td align="center"><span class="STYLE4">零件名称</span></td>
				<td align="center"><span class="STYLE4">零件价格</span></td>  		
   				<td align="center"><span class="STYLE4">零件库存</span></td>
   			<tr>
   				<td align="center"><span class="STYLE4"><bean:write name="accEntity" property="id" scope="request"/></span></td>
   				<td align="center"><span class="STYLE4"><bean:write name="accEntity" property="accNo" scope="request"/></span></td>
   				<td align="center"><span class="STYLE4"><bean:write name="accEntity" property="accName" scope="request"/></span></td>
   				<td align="center"><span class="STYLE4"><bean:write name="accEntity" property="accPrice" scope="request"/></span></td>  				
   				<td align="center">
   					<span class="STYLE4">
   					<bean:write name="TotalNum" scope="request"/>
   					</span>
   				</td>
   			</tr>
   			<tr>
   			<td align="center" colspan="2"><span class="STYLE6 STYLE4">采购数量</span></td>
   			<td align="center" colspan="3"><span class="STYLE6 STYLE4"><bean:write name="accEntity" property="factStock" scope="request"/></span></td>
   			</tr>
   			</table>
   			<table>
   			<tr>
   				<td colspan="2">
   					<span class="STYLE4">
   						<html:link action="/getAllAccessory.do">返回</html:link>
   						</span>
   				</td>
   				
   			</tr>
   		</table>
  </body>
</html:html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -