📄 goodsoutstore.jsp
字号:
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%
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>
<base href="<%=basePath%>">
<title>My JSP 'goodsinstorelabor.jsp' starting page</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<style type="text/css">
<!--
@import cssjs/tian.css;
-->
</style>
</head>
<body>
<form action="goodsoutStore.do" method="post">
<table width="768" height="350" border="1" align="center" cellpadding="1" cellspacing="0" bordercolor="#666699">
<tr>
<td class="tdManager">入库编号:</td>
<td><input type="text" value="${sessionScope.goodsinstorelabor.stockInId}" size="20" contentEditable="false" class="input"/>
</td>
<td class="tdManager">商品名称:</td>
<td>
<input type="text" size="20" value="${sessionScope.goodsinstorelabor.goodsName}" contentEditable="false" class="input"/>
</td>
</tr>
<tr>
<td class="tdManager" >商品分类:</td>
<td>
<input type="text" size="20" value="${sessionScope.goodsinstorelabor.goodsTypeName}" contentEditable="false" class="input"/>
</td>
<td class="tdManager">商品等级:</td>
<td align="left">
<input type="text" size="20" value="${sessionScope.goodsinstorelabor.goodsCommecteName}" contentEditable="false" class="input"/>
</td>
</tr>
<tr>
<td class="tdManager">商品数量:</td>
<td>
<input type="text" size="20" value="${sessionScope.goodsinstorelabor.goodsInNumber}" contentEditable="false" class="input"/>
</td>
<td class="tdManager">负责人</td>
<td><input type="text" size="20" value="${sessionScope.goodsinstorelabor.goodsChargeName}" contentEditable="false" class="input"/></td>
</tr>
<tr>
<td class="tdManager">入库时间:</td>
<td>
<input type="text" size="20" value="${sessionScope.goodsinstorelabor.stockInDate}" contentEditable="false" class="input"/>
</td>
<td>接收人签字</td>
<td><input type="text" name="acceptGoods"/></td>
</tr>
<tr>
<td>备注:</td>
<td colspan="4" class="texteareManager"><textarea rows="5" cols="70" name="remark">
</textarea></td>
</tr>
<tr>
<td colspan="4"><input type="submit" value="确认出库"/></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -