📄 purchase_insert_cfrm.jsp
字号:
<%@ include file="common.jsp" %>
<%@ page contentType="text/html; charset=GB2312" %>
<HTML>
<!-- Mirrored from web.hichina.com/sitemanager/templet/096/left3/ by HTTrack Website Copier/3.x [XR&CO'2003], Thu, 28 Aug 2003 00:02:49 GMT -->
<HEAD>
<TITLE>
<!--Your Company Name-->
Template
</TITLE>
<!--CharSet-->
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<link rel="stylesheet" href="images/CSS.CSS" type="text/css">
<style type="text/css">
<!--
-->
</style>
<SCRIPT ID=clientEventHandlersJS LANGUAGE=javascript>
<!--
function window_onload() {
<!--Page.OnLoad-->
}
//-->
</SCRIPT>
<%
if ( session.getAttribute("UserName")==null || session.getAttribute("UserName")=="" || session.getAttribute("UserType")==null || session.getAttribute("UserType")=="" )
{
session.removeAttribute("UserName");
session.removeAttribute("UserType");
response.sendRedirect("../login/login_exit.jsp");
//out.println("dengluchengong认为其二维尔维尔却无二");
}
%>
</HEAD>
<BODY BGCOLOR=#999966 leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!--Counter-->
<!--Something Here-->
<table width="778" border="0" cellspacing="0" cellpadding="0" align="center" height="130">
<tr>
<td background="images/index_top1.gif" valign="top">
<table border="0" cellspacing="0" cellpadding="0" width="778" align="center">
<tr>
<td height="25"> <font color="#FFFFFF"><b></b></font>
<div align="center"><font color="#FFFFFF"><b></b></font></div>
</td>
</tr>
<tr>
<td height="30"> <font color="#FFFFFF"><b></b></font>
<div align="center"><font color="#000000"><b><font size="5">
<!--Your Company Name-->
超市管理系统——商品采购部
</font></b></font></div>
</td>
</tr>
<tr>
<td height="30">
<div align="center"><font size="4" color="#000000">
<!--Your Company Name.English-->
Enterprise Purchase Department
</font> </div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="778" border="0" cellspacing="0" cellpadding="0" align="center" background="images/index_bg.gif">
<tr>
<td valign="top" width="215" rowspan="2">
<table width="215" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="215" border="0" cellspacing="0" cellpadding="0" height="20" background="images/01.gif">
<tr>
<td> <img src="images/index_pic.gif" width="215" height="155"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="215" border="0" cellspacing="0" cellpadding="0" height="15">
<tr>
<td>
<div align="center">
<!--Language-->
<!--Something Here-->
</div>
</td>
</tr>
</table>
<table width="215" border="0" cellspacing="0" cellpadding="0" height="40" background="images/index_lm.gif">
<tr>
<td> <div align="center"><b><a href="../menu_index/purchase_department_index.jsp">商品采购部</a></b> </div></td>
</tr>
</table>
<!--Button1.Content.Begin-->
<table width="215" border="0" cellspacing="0" cellpadding="0" height="40" background="images/index_lm.gif">
<tr>
<td>
<div align="center"><b>
<!--Button1.Link-->
<a href="purchase_all_infor_page.jsp">
<!--Button1-->
采购信息列表</a></b> </div>
</td>
</tr>
</table>
<!--Button1.Content.End-->
<!--Button2.Content.Begin-->
<table width="215" border="0" cellspacing="0" cellpadding="0" height="40" background="images/index_lm.gif">
<tr>
<td>
<div align="center"><b>
<!--Button2.Link-->
<a href="purchase_insert.jsp">
<!--Button2-->
采购信息添加 </a></b></div>
</td>
</tr>
</table>
<!--Button2.Content.End-->
<!--Button3.Content.Begin-->
<table width="215" border="0" cellspacing="0" cellpadding="0" height="40" background="images/index_lm.gif">
<tr>
<td>
<div align="center"><b>
<!--Button3.Link-->
<a href="purchase_all_infor_edit_page.jsp">
<!--Button3-->
采购信息编辑 </a></b></div>
</td>
</tr>
</table>
<!--Button3.Content.End-->
<!--Button4.Content.Begin-->
<table width="215" border="0" cellspacing="0" cellpadding="0" height="40" background="images/index_lm.gif">
<tr>
<td>
<div align="center"><b>
<!--Button4.Link-->
<a href="../login/login_exit.jsp">
<!--Button4-->
退出系统 </a></b></div>
</td>
</tr>
</table>
<!--Button4.Content.End-->
</td>
</tr>
</table>
</td>
<td valign="top" width="563"><img src="images/index_top2.gif" width="563" height="70"></td>
</tr>
<tr>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td></td>
</tr>
<tr>
<td>
<!--IndexPage.Content.Begin-->
<%
String PurId=request.getParameter("PurId");
String ProId=request.getParameter("ProId");
String ProName=request.getParameter("ProName");
String SalerId=request.getParameter("SalerId");
String EmpId=request.getParameter("EmpId");
String Quantity=request.getParameter("Quantity");
String Price=request.getParameter("Price");
String Data=request.getParameter("Data");
String Address=request.getParameter("Address");
String Memo=request.getParameter("Memo");
// out.println("PurId="+PurId);
// out.println("ProId="+ProId);
// out.println("ProName="+ProName);
// out.println("SalerId="+SalerId);
// out.println("EmpId="+EmpId);
// out.println("Quantity="+Quantity);
// out.println("Price="+Price);
// out.println("Memo="+Memo);
// out.println("Data="+Data);
// out.println("Address="+Address);
%>
<jsp:useBean id="purchase1" scope="session" class="purchase.PurchaseBean1"/>
<%
int result = purchase1.InsertPurchase(PurId,ProId,ProName,SalerId,EmpId,Price,Quantity,Data,Address,Memo);
if( result==1 )
{
out.println( "添加成功!" );
}
if( result==2 )
{
out.println( "添加失败!因为存在重复数据!" );
}
if(result==0)
{
out.println( "添加失败!由于其他原因!" );
}
%>
<!--IndexPage.Content.End-->
<table width="90%" border="0" cellspacing="0" cellpadding="4" align="center">
<tr>
<td>
<p align="center">
<!--Your Company Name-->
任晓明毕业设计——
<!--TCopyRight-->
版权所有
@2006<br>
<!--TAddress-->
公司地址:ysu
<!--Address-->
<br>
<!--TTelephone-->
电话:
<!--Telephone-->
<!--TEMail-->
电子邮件:ren@126.com
<!--EMail-->
<A HREF='mailto:
<!--Email-->
'>
<!--Email-->
</A></p> </td>
</tr>
</table> </td>
</tr>
</table>
</td>
</tr>
</table>
<table width="778" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td><img src="images/index_bottom.gif" width="778" height="50"></td>
</tr>
</table>
</BODY>
<!-- Mirrored from web.hichina.com/sitemanager/templet/096/left3/ by HTTrack Website Copier/3.x [XR&CO'2003], Thu, 28 Aug 2003 00:02:49 GMT -->
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -