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

📄 buliaocaigou.jsp

📁 gensou.rar为某渔具厂的一个简单ERP系统。为比较基础的工程
💻 JSP
字号:
<%@ page language="java" import="java.util.*,com.gensou.logic.sheji.plan.*,java.text.*;" pageEncoding="utf-8"%>
<%@ taglib uri="/tags/struts-html" prefix="html" %>
<%@ taglib uri="/tags/struts-logic" prefix="logic"%>
<%@ taglib uri="/tags/struts-bean" prefix="bean"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <base href="<%=basePath%>">
    
    <title>My JSP 'addygxinxi.jsp' starting page</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 {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


</style>
 <link href="/gensou/images/allcss.css" rel="stylesheet" type="text/css">
 <script  language="javascript" src="/gensou/images/fieldlookup.js" type="text/javascript"></script>
 <script  language="javascript" src="/gensou/images/popcalendar.js" type="text/javascript"></script>
 <script  language="javascript" src="/gensou/images/calendar.js" type="text/javascript"></script>
 <script  language="javascript" src="/gensou/images/goback.js" type="text/javascript"></script>
<style type="text/css">

.STYLE1 {color: #404040}

</style>
<script type="text/javascript">
      function popupCld(which,idName,pattern){
          var ctrl = which
        popUpCalendar(which,ctrl,pattern);
      }
</script>
</head>
  
  <body>
    <table width="80%" class="table8" align="center" >
        <tr>
          <td width="33%" align="center"><a href="/gensou/gjsp/sheji/plan/queryplan.jsp">查询生产计划信息</a></td>
          <td></td>
          <td width="34%" align="center"><a href="/gensou/gjsp/sheji/product/addplan.jsp">添加生产计划信息</a></td>
        </tr>
        <tr>
        <td>&nbsp;</td>
        <td>&nbsp;</td> 
        <td>&nbsp;</td>
      </tr>
      </table>
      <table width="30%" border="0" cellpadding="0" cellspacing="2" class="table8" align="center">
        <tr>
          <td colspan="3" align="center" bgcolor="#f1f1f1">查询布料信息</td>
        </tr>
         <tr>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
      </table>
     
  <logic:present name="buliao_info">
         <table width="80%" class="table_yubo" align="center" border cellspacing="0" cellpadding="0">
         <tr>
          <td background="/gensou/images/bg1.gif" class="tabletop_yubo" align="center" width="6%">素材编号</td>
          <td background="/gensou/images/bg1.gif" class="tabletop_yubo" align="center" width="6%">布料名称</td>
          <td background="/gensou/images/bg1.gif" class="tabletop_yubo" align="center" width="6%">数量</td>
         
          
          
         </tr>
         
         <logic:iterate id="buliao_info" name="buliao_info" >
         <TR>   
         <td>
          <bean:write name="buliao_info" property="sucaixinxiid"/>
          
         </td>
          <td>
            <bean:write name="buliao_info" property="buguige"/> 
         </td>
          <td>
            <bean:write name="buliao_info" property="heji"/> 
         </td>
        
         </TR>
          </logic:iterate>
       </table>
      </logic:present>
  </body>
</html>

⌨️ 快捷键说明

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