first commit
This commit is contained in:
28
resources/diagrams/leave-formkey/start.form
Normal file
28
resources/diagrams/leave-formkey/start.form
Normal file
@ -0,0 +1,28 @@
|
||||
<table border="1">
|
||||
<tr>
|
||||
<td>请假类型:</td>
|
||||
<td>
|
||||
<select id="leaveType" name="fp_leaveType">
|
||||
<option>公休</option>
|
||||
<option>病假</option>
|
||||
<option>调休</option>
|
||||
<option>事假</option>
|
||||
<option>婚假</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>开始时间:</td>
|
||||
<td><input type="text" id="startTime" name="fp_startTime" class="datetime required" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>结束时间:</td>
|
||||
<td><input type="text" id="endTime" name="fp_endTime" class="datetime required" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>请假原因:</td>
|
||||
<td>
|
||||
<textarea id="reason" name="fp_reason"></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
Reference in New Issue
Block a user