📄 supplyinfosave.jsp
字号:
<%@ page language="java" contentType="text/html; charset=gb2312" pageEncoding="GB2312"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<% request.setCharacterEncoding("gb2312");%>
<%
String loginname=(String)session.getAttribute("loginname");
String ok=(String)session.getAttribute("ok");
String loginpower=(String)session.getAttribute("loginpower");
if(ok==null&&loginname==null)
{
session.setAttribute("errors","对不起您还没有登陆,请先登陆!");
response.sendRedirect("../../errors/errorpage.jsp");
}else if(!loginpower.equals("admin")){
session.setAttribute("errors","对不起您没有对供应商信息管理的权限!");
response.sendRedirect("../../errors/errorpage.jsp");
}
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>供应商信息录入窗口</title>
<style type="text/css">
<!--
body {
background-color: #168AC2;
}
-->
</style>
<link href="<%=request.getContextPath()%>/cssjs/comcss.css" rel="stylesheet" type="text/css">
<script language="javascript" src="<%=request.getContextPath()%>/cssjs/comjs.js"></script>
</head>
<body>
<table width="706" height="260" border="1" align="center" cellpadding="1" cellspacing="0" bordercolor="#666699">
<tr>
<td height="21" colspan="2"> </td>
</tr>
<tr>
<td width="255" height="24" align="center" class="style11">(注意:填写下表,*标识的项必须填写)</td>
<td width="441" align="center" class="style14"> </td>
</tr>
<tr>
<td height="213" colspan="2" align="center" valign="middle"><form name="supplyinfoform" method="post" action="/Logistic/supplyinfosave">
<table width="671" height="184" border="1" align="center" cellpadding="1" cellspacing="0" bordercolor="#666699">
<tr>
<td width="116" height="31" align="right" valign="middle" class="code">供应商名称:</td>
<td width="202" align="left"><input name="supplyname" type="text" class="style13" id="supplyname" size="20" maxlength="20">
<span class="style5">*</span></td>
<td width="160" align="right" class="code">供应商负责人:</td>
<td width="175" align="left"><input name="supplycharge" type="text" class="style13" id="supplycharge" size="20" maxlength="20">
<span class="style5">*</span></td>
</tr>
<tr>
<td height="31" align="right" class="code">供应商地址:</td>
<td colspan="3" align="left"><input name="supplyaddress" type="text" class="style13" id="supplyaddress" size="50" maxlength="50">
<span class="style5">*</span></td>
</tr>
<tr>
<td height="32" align="right" class="code">供应商固定电话:</td>
<td align="left"><input name="supplyfixphone" type="text" class="style13" id="supplyfixphone" size="15" maxlength="15">
<span class="style5"> *</span></td>
<td align="right" class="code">供应商移动电话:</td>
<td align="left"><input name="supplymobile" type="text" class="style13" id="supplymobile" size="11" maxlength="11">
<span class="style5">*</span></td>
</tr>
<tr>
<td height="26" align="right" class="code">供应商传真:</td>
<td align="left"><input name="supplyfax" type="text" class="style13" id="supplyfax" size="15" maxlength="15">
<span class="style5">*</span></td>
<td align="right" class="code">供应商邮件:</td>
<td><input name="supplyemail" type="text" class="style13" id="supplyemail" size="20" maxlength="20">
<span class="style5">*</span></td>
</tr>
<tr>
<td height="31" align="right" class="code">供应商网址:</td>
<td colspan="2" align="left"><input name="supplyhttp" type="text" class="style13" id="supplyhttp" size="50" maxlength="50"></td>
<td> </td>
</tr>
<tr align="center">
<td height="31" colspan="4"><input name="Submit" type="submit" class="buttonstyle" onClick="return supplyinfo_check()" value="提交数据">
<input name="cancle" type="reset" class="buttonstyle" id="cancle" value="重置数据"></td>
</tr>
</table>
</form></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -