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.

45 lines
1.2 KiB

<%--
Created by IntelliJ IDEA.
User: guo'jia'yao
Date: 2025/3/30
Time: 8:41
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>Title</title>
</head>
<body>
<form action="parkingSpot/parkingSpot" method="post">
<table>
<tr>
<td>空余车位:</td>
<td width="20"></td>
<td><input type="text" name="rsKongyu" placeholder="请输入空余车位"></td>
</tr>
<tr>
<td>预约时间:</td>
<td width="20"></td>
<td><input type="text" name="rsTime" placeholder="请输入预约时间"></td>
</tr>
<tr>
<td>订单状态:</td>
<td width="20"></td>
<td><input type="text" name="rsDingdan" placeholder="请输入订单状态"></td>
</tr>
<tr>
<td>支付方式:</td>
<td width="20"></td>
<td><input type="text" name="rsZhifu" placeholder="请输入支付方式"></td>
</tr>
<tr>
<td></td>
<td width="20"></td>
<td><input type="submit" value="提交"></td>
</tr>
</table>
</form>
</body>
</html>