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.

42 lines
1.3 KiB

<%--
Created by IntelliJ IDEA.
User: 30424
Date: 2025/4/4
Time: 18:01
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>实验室器材设备类型表的实体类</title>
</head>
<body>
<form action="sbgl/tj" method="post">
设备编号:<input type="text" name="sbglid">
<br>
实验室器材名称:<input type="text" name="sbglname"><br>
<br>
是否有设备:<select name="sbglsf">
<option value="是">是</option>
<option value="否">否</option>
</select>
<br>
设备数量:<input type="text" name="sbglnumber">
<br>
设备价格:<input type="text" name="sbglmoney">
<br>
设备照片:<input type="file" value="选择文件">
<br>
设备分类名称:<input type="text" name="sbglfl" placeholder="请输入分类名称">
<br>
备注:<textarea name="sbglmemo" rows="5" cols="35"></textarea>
<br>
创建日期:<input type="text" name="sbgltime">
<br>
<input type="reset" value="重置">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="submit" value="添加">
</form>
</body>
</html>