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

📄 c0f91129f6b4001b1efbf56583e7a8e5

📁 gensou.rar为某渔具厂的一个简单ERP系统。为比较基础的工程
💻
字号:
<%@ page language="java" import="java.util.*,com.gensou.logic.sheji.plan.*,com.gensou.hibernate.model.*;" pageEncoding="UTF-8"%>
<%@ taglib uri="/tags/struts-html" prefix="html"%>
<%@ taglib uri="/tags/struts-logic" prefix="logic"%>
<%@ taglib uri="/tags/struts-bean" prefix="bean"%>
<%@ taglib uri="/tags/erp" prefix="erp"%>
<%
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>
  <title>沈阳根守渔具厂ERP系统</title>
<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">
<style type="text/css">

.STYLE1 {color: #404040}

</style>
<script language="javascript">
<!--
   function posURI(groupID)
  {
     groupIDEncoder=encodeURI(groupID);
     location.href=groupIDEncoder;
  }
 //-->
</script>
  </head>
  
  <body>
 <% 
       String str;
       String query="";
       String pages="";
       String maxpages="";
       Map querymap=new HashMap();
       try{
         query=(String)request.getAttribute("query");
         if(query==null){
             query="";
           
        }
         querymap.put("query",query);
         pages=(String)request.getAttribute("pageS");
         maxpages=(String)request.getAttribute("maxpages");
         str=(String)request.getAttribute("str");
         if(str==null||str.equals("")){
         }else{
           out.print("<font color='blue'>"+str+"</font>");
         }
       }catch(NullPointerException e){}
  %>
   <br>
     <table width="39%" 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/plan/addplan.jsp">添加生产计划</a></td>
        </tr>
        
      </table>            
      <html:form action="/qureyplan" method="POST">
      <table width="40%" border="0" cellpadding="0" cellspacing="2" class="table8" align="center">
      
       <tr>
          <td colspan="3" align="center" bgcolor="#f1f1f1">生产计划查询</td>
        </tr>
       <tr><td>&nbsp;</td></tr>
      <tr>
          <td width="20%">生产计划编号</td>
          <td width="49%"><input name="shengchangjihuaId" type="text" class="EditBox"></td>
          <input name="pageS" type="hidden" value="1" />
          <td width="31%"><input name="Submit" type="submit" class="blueButtonCss" value="查 询"></td>
        </tr>
      </table>
      </html:form>
     <logic:present name="plan_info">
     <table width="80%" class="table_yubo" align="center" border cellspacing="0" cellpadding="0">
         <tr>
          <th background="/gensou/images/bg1.gif" class="tabletop_yubo" align="center" width="6%">生产计划编号</th>
          <th background="/gensou/images/bg1.gif" class="tabletop_yubo" align="center" width="6%">订单编号</th>
          <th background="/gensou/images/bg1.gif" class="tabletop_yubo" align="center" width="6%">开始时间</th>
          <th background="/gensou/images/bg1.gif" class="tabletop_yubo" align="center" width="6%">结束时间</th>
          <th background="/gensou/images/bg1.gif" class="tabletop_yubo" align="center" width="6%">详细信息</th>
         </tr>
       <logic:iterate id="plan" name="plan_info">
           <tr>                                                 
          <td class="td_yubo"><bean:write name="plan" property="shengchangjihuaId"/></td>
          <td class="td_yubo"><bean:write name="plan" property="dingdanid"/></td>
          <td class="td_yubo"><bean:write name="plan" property="kaishiTime"/></td>
          <td class="td_yubo"><bean:write name="plan" property="jieshuTime"/></td>
          <td class="td_yubo"><a href="querytermplan.do?planid=<bean:write name="plan" property="id"/>">详细信息</a></td>
          </tr>
       </logic:iterate>
       </table>
       <CENTER><erp:pagination map="<%=querymap%>" maxPage="<%=maxpages%>" page="<%=pages%>" path="queryplan.do"></erp:pagination></CENTER>
     </logic:present>
  </body>
</html>

⌨️ 快捷键说明

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