12.8

发布时间 2023-12-18 22:13:03作者: 张佳木

今日学习内容

<%--
Created by IntelliJ IDEA.
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>
<h1>修改报销单据</h1>
<hr>
<form action="baoxiao_fee_end.jsp">
<p style="text-align: center">修改意见:费用问题</p>
<h1>差旅费报销单</h1>
<br>
<p>部门:业务部</p> <br>
<p>姓名:<input type="text" name="name">
<p>职务:<input type="text" name="department">
<p>年龄: <input type="text" name="age">
<p>事由: <input type="text" name="Reason">
<p>起止日期: 起:<input type="date" name="departuredate">
止:<input type="date" name="name">
<hr>
<table width="800" border="1" cellspacing="5" cellpadding="5">
<tbody>
<tr>
<th scope="col">&nbsp;日期</th>
<th scope="col">起点&nbsp;</th>
<th scope="col">&nbsp;日期</th>
<th scope="col">止点&nbsp;</th>
<th scope="col">&nbsp;车船费</th>
</tr>
<tr>
<td><input type="date" name="departuredate" ></td>
<td>石家庄</td>
<td>&nbsp;<input type="date" name="departuredate" ></td>
<td>&nbsp;<input type="text" name="destination" ></td>
<td>&nbsp;<input type="text" name="Startfare" ></td>
</tr>
<tr>
<td><input type="date" name="returndate" ></td>
<td><input type="text" name="destination" ></td>
<td>&nbsp;<input type="date" name="returndate" ></td>
<td>石家庄</td>
<td>&nbsp;<input type="text" name="Returnfare" ></td>
</tr>
</tbody>
</table>
<p>伙食补助费</p><input type="text" name="foodallowance" >
<p>公杂补助费</p><input type="text" name="localtrans" >
<p>住宿费</p><input type="text" name="Accommodation" >
<input type="submit" value="提交">
</form>
</body>
</html>