📄 addgo.jsp
字号:
<%@ page contentType="text/html; charset=utf-8" language="java" errorPage="" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<link href="<%=request.getContextPath()%>/css/SMSpublic.css" rel="stylesheet" type="text/css" />
</head>
<script language="javascript" type="text/javascript" src="<%=request.getContextPath()%>/js/birthday.js">
</script>
<script language="javascript" type="text/javascript" src="<%=request.getContextPath()%>/js/oCheck.js">
</script>
<body>
<h2 class="title1">物品出库管理:</h2>
<form id="form1" name="form1" method="post" action="/SMS/goAdd.do" onsubmit="return checkO();">
<table width="768" border="1" cellpadding="1" cellspacing="1" class="tablelistcontent">
<tr>
<th height="42" colspan="2" scope="row"><label class="title2">增加出库记录</label></th>
</tr>
<tr>
<th width="378" scope="row">物品名称:</th>
<td width="374"><label>
<input type="text" name="name" value=""/>
</label></td>
</tr>
<tr>
<th scope="row">出库数量:</th>
<td><label>
<input type="text" name="outamount" value=""/>
</label></td>
</tr>
<tr>
<th scope="row"> 批发价:</th>
<td><label>
<input type="text" name="price" value=""/>
</label></td>
</tr>
<tr>
<th scope="row">客户:</th>
<td><label>
<input type="text" name="provider" value=""/>
</label></td>
</tr>
<tr>
<th scope="row">出库时间:</th>
<td><input type="text" name="time" value="" onfocus="show_cele_date(time,'','',time)"/>
<label for="textfield"></label><label for="select"></label></td>
</tr>
<tr>
<th scope="row">经办人ID:</th>
<td><label>
<input type="text" name="checkerID" value=""/>
</label></td>
</tr>
<tr>
<th height="44" scope="row"><div align="center">
<input name="Submit" type="submit" class="button" id="Submit" value="增 加" />
</div></th>
<td><div align="center">
<input name="resert" type="reset" class="button" id="reset" value="重 置" />
</div></td>
</tr>
</table>
</form>
<p align="center"><a href="/SMS/goList.do">上一页</a></p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -