You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
422 B
16 lines
422 B
<%@ page contentType="text/html;charset=UTF-8" language="java" pageEncoding="UTF-8" %>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>操作成功</title>
|
|
</head>
|
|
<body>
|
|
<h2>Success!</h2>
|
|
<p>记录编号:${stock.stockId}</p>
|
|
<p>材料编号:${stock.mid}</p>
|
|
<p>操作类型:${stock.type}</p>
|
|
<p>数量:${stock.num}</p>
|
|
<p>操作日期:${stock.opDate}</p>
|
|
<p>操作人:${stock.operator}</p>
|
|
</body>
|
|
</html> |