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.2 KiB

<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>添加车辆预约</title>
</head>
<body>
<form action="yuyue/add" method="post">
<table>
<tr>
<td>预约编号:</td>
<td width="20"></td>
<td><input type="text" name="id" placeholder="请输入预约编号" /></td>
</tr>
<tr>
<td>预约用户:</td>
<td width="20"></td>
<td><input type="text" name="yonghu.username" placeholder="请输入预约用户" /></td>
</tr>
<tr>
<td>预约区域:</td>
<td width="20"></td>
<td><input type="text" name="tingchequyu.tingchequyuName" placeholder="请输入预约区域" /></td>
</tr>
<tr>
<td>预约时间:</td>
<td width="20"></td>
<td><input type="text" name="insertTime" placeholder="请输入上架日期" /></td>
</tr>
<tr>
<td align="right"><input type="reset" value="重置"></td>
<td></td>
<td align="center">
<input type="submit" value="添加">
</td>
</tr>
</table>
</form>
</body>
</html>