📄 305a1cc6e286001c1fda98d7453fa61c
字号:
<%@ 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"><html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>进货信息管理</title></head><body>
<jsp:useBean id="login" scope="session" class="bb.login" /><h1 align="center">进货信息管理</h1>
<hr>
<from name="form1" method="post" action="stock_2.jsp">
<p>
请输入要查找的物品名称:
<input type="text"name="pro_name">
</p>
<input type="submit"name="submit"value="确定">
</from>
<br>
添加物品:
<a href="stock_1.jsp">添加</a>
<hr>
<from name="form2" method="post" action="stock_4.jsp">
<p>
请输入要查找的供应商姓名:
<input type="text"name="s">
</p>
<input type="submit"name="submit"value="确定">
</from>
<br>
添加供应商:
<a href="stock_3.jsp">添加</a>
<hr>
<br>
查看预进货信息:
<a href="stock_5.jsp">查看</a>
<br>
查看进货信息:
<a href="stock_6.jsp">查看</a></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -