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.
17 lines
475 B
17 lines
475 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>材料编号:${material.mid}</p>
|
|
<p>材料名称:${material.mname}</p>
|
|
<p>规格型号:${material.spec}</p>
|
|
<p>库存数量:${material.stockNum}</p>
|
|
<p>单位:${material.unit}</p>
|
|
<p>单价:${material.price}</p>
|
|
<p>供应商:${material.supplier}</p>
|
|
</body>
|
|
</html> |