-
Notifications
You must be signed in to change notification settings - Fork 2
/
oil-after.html
163 lines (158 loc) · 4.15 KB
/
oil-after.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>车辆燃油费报销</title>
<link href="files/oil-after/styles.css" type="text/css" rel="stylesheet"/>
<script src="resources/scripts/jquery.min.js"></script>
<script src="resources/scripts/jquery-ui-1.8.10.custom.min.js"></script>
<script src="resources/scripts/bootstrap.min.js"></script>
<script src="files/oil-after/data.js"></script>
</head>
<body>
<div id="background">
<img id="pic1" src="images/contract/con3-1.png" width="1080" height="540" alt=""/>
<!-- <img id="pic2" src="images/contract/con3-2.png" width="1080" height="1380" alt=""/>-->
<img id="pic3" src="images/contract/con3-3.png" width="138" height="130" alt=""/>
<img id="pic4" src="images/contract/con3-4.png" width="152" height="126" alt=""/>
<img id="pic12" src="images/contract/con3-9.png" width="77" height="81" alt=""/>
<img id="pic13" src="images/contract/con3-8.png" width="77" height="81" alt=""/>
<img id="box" src="images/contract/con3-10.png">
<p id="word1">发起公务</p>
<p id="word7">业务报销</p>
</div>
<div>
<table border="0" id="choose">
<tr>
<td id="word10">选择财务类别</td>
<td id="word11">车辆燃油费报销</td>
<td id="pic5"><img src="images/contract/12-6.png"/></td>
</tr>
</table>
</div>
<div id="menu">
<img id="back" src="images/contract/back.png">
<table border="0">
<tr>
<td id="word2">差旅费报销</td>
</tr>
<tr>
<td id="word3">差旅费申请</td>
</tr>
<tr>
<td id="word4">公务接待申请</td>
</tr>
<tr>
<td id="word5">培训费申请</td>
</tr>
<tr>
<td id="word6">车辆维修费申请</td>
</tr>
<tr>
<td id="word9">车辆加油申请</td>
</tr>
<tr>
<td id="word8">车辆燃油费报销</td>
</tr>
</table>
</div>
<div class="all" style="position: absolute; top: 714px; left: 0px;width: 1080px;">
<table id="table1" cellspacing="0">
<body>
<tr height="159">
<td width="71"></td>
<td width="243">
<p class="Name">驾驶人</p>
</td>
<td >
<p class="name">XX</p>
</td>
</tr>
<tr height="159" style="border:2px solid #F8F8F8;">
<td width="71"></td>
<td width="243">
<p class="word9">使用部门</p>
</td>
<td >
<p class="word10">财务部</p>
</td>
</tr>
<tr height="159" style="border:2px solid #F8F8F8;">
<td width="71"></td>
<td width="243">
<p class="word9" >车牌号</p>
</td>
<td >
<form>
<input id="number" class="input1" type="text">
</form>
</td>
</tr>
<tr height="159" style="border:2px solid #F8F8F8;">
<td width="71"></td>
<td width="243">
<p class="word9">用车事由</p>
</td>
<td >
<form>
<input class="input1" type="text" >
</form>
</td>
</tr>
<tr height="159">
<td width="71"></td>
<td width="243">
<p class="Name">出发里程</p>
</td>
<td >
<p id="date" class="name">20132</p>
</td>
</tr>
<tr height="159" style="border:2px solid #F8F8F8;">
<td width="71"></td>
<td width="243">
<p class="word9">返回里程</p>
</td>
<td >
<form>
<input class="input1" type="text" >
</form>
</td>
</tr>
<tr height="159" style="border:2px solid #F8F8F8;">
<td width="71"></td>
<td width="243">
<p class="word9">行驶里程</p>
</td>
<td >
<form>
<input class="input1" type="text" >
</form>
</td>
</tr>
<tr height="159" style="border:2px solid #F8F8F8;">
<td width="71"></td>
<td width="243">
<p class="word9">油耗</p>
</td>
<td >
<form>
<input class="input1" type="text" >
</form>
</td>
</tr>
<tr height="159" style="border:2px solid #F8F8F8;">
<td width="71"></td>
<td width="243">
<p class="word9">查看加油凭证</p>
</td>
<td width="682">
<img class="pic" id="add" src="images/contract/right.png"/>
</td>
<td></td>
</tr>
</body>
</table>
</div>
</body>
</html>