Way.vue
11.3 KB
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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
<template>
<div style="height: 850px;overflow: scroll;margin-left: 25px">
<table class="tl" style="margin-top: 40px;font-size:small" border="1px" cellspacing="0px">
<tbody>
<tr>
<td class="tb1" width="5%"></td>
<td class="tb2" width="5%"></td>
<td class="tb3" width="90%"></td>
</tr>
</tbody>
</table>
<table style="margin-top: 0px;font-size:small" border="1px" cellspacing="0px">
<tbody>
<tr valign="top">
<td width="25%" rowspan="3" style="border-right: 0px;" >Shipper's Name and Address</td>
<td width="25%" align="center">Shipper's Account Number</td>
<td width="50%" rowspan="3">Not Negotiable<br/>
<span style="font-size: x-large;line-height: 20px">Air Waybill</span><br/>
lssued by
</td>
</tr>
<tr>
<td width="25%" rowspan="2" style="border-left: 0px"></td>
</tr>
<tr>
</tr>
<tr valign="top">
<td width="25%" rowspan="3" style="border-right: 0px;" >Consignee's Name and Address</td>
<td width="25%" align="center">Consignee's Account Number</td>
<td width="50%" rowspan="3" style="line-height: 20px;">
It is agreed that the goods described herein are accepted for carriage in apparent good order and condition (except as noted) and SUBJECT TO THE CONDITION OF CONTRACT ON THE REVERSE HEREOF. ALL GOODS MAY BE CARRIED BY ANY OTHER MEANS INCLUDING ROAD OR ANY OTHER CARRIER UNLESS SPECIFIC CONTRARY IS DRAWN TO THE NOTICE CONCERNING CARRIER'S LIMITATION OF LIABILITY. Shipper may increase such limitation of liability by declaring higher value for carriage and paying a supplemental charge if required.
</td>
</tr>
<tr>
<td width="25%" rowspan="2" style="border-left: 0px"></td>
</tr>
<tr>
</tr>
<tr valign="top">
<td width="50%" colspan="2" rowspan="2">Issuing Carrier's Agent Name and City</td>
<td width="50%" rowspan="4">Accounting Information/Also Notify</td>
</tr>
<tr>
</tr>
<tr valign="top">
<td width="25%">Agent's IATA Code</td>
<td width="25%">Agent's Account Number</td>
</tr>
<tr valign="top">
<td width="25%" colspan="2">Airport of Departure (Addr. of First Carrier) and Requested Routing</td>
</tr>
</tbody>
</table>
<table style="margin-top:0px;font-size:small" border="1px" cellspacing="0px" >
<tbody>
<tr valign="top" style="height: 15px">
<td class="tb" width="5%" rowspan="2">To</td>
<td class="tb" width="25%" rowspan="2">By First Carrier
<div class="tx"></div>
</td>
<td class="tb" width="6%" rowspan="2">To</td>
<td class="tb" width="4%" rowspan="2">By</td>
<td class="tb" width="6%" rowspan="2">To</td>
<td class="tb" width="4%" rowspan="2">By</td>
<td class="tb" width="6%" rowspan="2" align="center">Currency</td>
<td class="tb" width="3.5%" rowspan="2" align="center">CHGS Code</td>
<td class="tb" width="3%" colspan="2" align="center">WT/VAL</td>
<td class="tb" width="3%" colspan="2" align="center">Other</td>
<td class="tb" width="14%" rowspan="2" align="center">Declared Value for Carriage</td>
<td class="tb" width="15%" rowspan="2" align="center">Declared Value for Customs</td>
</tr>
<tr valign="top" style="height: 45px">
<td width="3%" align="center">PPD</td>
<td width="3%" align="center">COLL</td>
<td width="3%" align="center">PPD</td>
<td width="3%" align="center">COLL</td>
</tr>
</tbody>
</table>
<table style="margin-top:0px;font-size:small" border="1px" cellspacing="0px" >
<tbody>
<tr valign="top">
<td class="tb" align="center" width="25%">Airport of Destination</td>
<td class="tb" width="12.5%"></td>
<td class="tb" width="12.5%"></td>
<td class="tb" align="center" width="18%">Amount of Insurance</td>
<td class="tb" width="32%">INSURANCE —— If carrier offers insurance, and such insurance is requested in accordance with the conditions thereof, indicate amount to be insured in figures in box marked "Amount of Insurance".</td>
</tr>
</tbody>
</table>
<table style="margin-top:0px;font-size:small" border="1px" cellspacing="0px" >
<tbody>
<tr valign="top" >
<td class="tb5" width="100%" style="font-size:large">Handling Information</td>
</tr>
<tr valign="bottom" >
<td class="tb4" width="100%">(For USA only) These commodities Licensed by U.S. for ultimate destination.Diversion contrary to U.S. law is prohibited.</td>
</tr>
</tbody>
</table>
<table style="margin-top:0px;font-size:small" border="1px" cellspacing="0px" >
<tbody>
<tr style="height: 53px">
<td class="tb" align="center" width="5%" rowspan="2">No. of Pieces RCP</td>
<td class="tb" align="center" width="9%" rowspan="2">Gross Weight</td>
<td class="tb" valign="top" align="center" width="1%" rowspan="4">kg<br/>lb</td>
<td class="tb" align="center" width="1%" style="background-color: rgba(57,138,241,0.1)" rowspan="4"></td>
<td class="tb" align="center" style="border-right: 0px" width="1%" rowspan="2"></td>
<td class="tb" align="center" style="border-left: 0px" width="9%">Rate Class</td>
<td class="tb" align="center" width="1%" style="background-color: rgba(57,138,241,0.1)" rowspan="4"></td>
<td class="tb" align="center" width="9%" rowspan="2">Chargeable Weight</td>
<td class="tb" align="center" width="1%" style="background-color: rgba(57,138,241,0.1)" rowspan="4"></td>
<td class="tb" align="center" width="10%" rowspan="2">Rate<span style="font-size: 20px"> / </span>Charge</td>
<td class="tb" align="center" width="1%" style="background-color: rgba(57,138,241,0.1)" rowspan="4"></td>
<td class="tb" align="center" width="18%" rowspan="2">Total</td>
<td class="tb" align="center" width="1%" style="background-color: rgba(57,138,241,0.1)" rowspan="4"></td>
<td class="tb" align="center" width="33%" rowspan="2">Nature and Quantity of Goods <br/>(incl. Dimensions or Volume)</td>
</tr>
<tr style="height: 22px">
<td width="9%" align="center">Commodity<br/> Item No.</td>
</tr>
<tr style="height: 345px">
<td rowspan="1"></td>
<td rowspan="1"></td>
<td rowspan="2"></td>
<td rowspan="2"></td>
<td rowspan="2"></td>
<td rowspan="2"></td>
<td rowspan="1"></td>
<td rowspan="2"></td>
</tr>
<tr>
<td rowspan="1"></td>
<td rowspan="1"></td>
<td rowspan="1"></td>
</tr>
</tbody>
</table>
<table style="margin-top:0px;font-size:small" border="1px" cellspacing="0px" >
<tbody>
<tr>
<td class="tb" width="17%"></td>
<td class="tb" width="17%"></td>
<td class="tb" valign="top " width="66%">Other Charges</td>
</tr>
<tr>
<td width="17%"></td>
<td width="17%"></td>
<td width="66%"></td>
</tr>
<tr>
<td width="17%" style="background-color: rgba(57,138,241,0.1)"></td>
<td width="17%" style="background-color: rgba(57,138,241,0.1)"></td>
<td width="66%"></td>
</tr>
<tr>
<td width="17%"></td>
<td width="17%"></td>
<td width="66%" rowspan="3" valign="top " >
<h3>
Shipper certifies that the particulars on the face hereof are correct and that insofar as any part of the consignment contains dangerous goods, such part is properly described by name and is in proper condition for carriage by air according to the applicable Dangerous Goods Regulations.
</h3>
</td>
</tr>
<tr>
<td width="17%"></td>
<td width="17%"></td>
</tr>
<tr>
<td width="17%" style="background-color: rgba(57,138,241,0.1)"></td>
<td width="17%" style="background-color: rgba(57,138,241,0.1)"></td>
</tr>
<tr>
<td width="17%"></td>
<td width="17%"></td>
<td width="66%" rowspan="2"></td>
</tr>
<tr>
<td width="17%"></td>
<td width="17%"></td>
</tr>
</tbody>
</table>
<table style="margin-top:0px;font-size:small" border="1px" cellspacing="0px" >
<tbody>
<tr>
<td class="tb" width="17%" align="center">For Carrie's Use Only<br/> at Destination</td>
<td class="tb" width="17%"></td>
<td class="tb" width="20%"></td>
<td class="tb" width="46%"></td>
</tr>
</tbody>
</table>
</div>
</template>
<script>
export default {
}
</script>
<style scoped>
table {
width: 90%;
}
tbody tr td{
line-height: 14px;
}
tbody tr {
height: 60px;
}
.tb{
border-top: 0px;
border-left: 1px solid;
border-right: 1px solid;
border-bottom: 1px solid;
}
.tl{
border-top: none;
border-left: 0px;
border-right: 0px;
border-bottom: 0px;
}
.tb1{
border-top: 0px;
border-left: 0px;
border-right: 1px solid;
border-bottom: 0px;
}
.tb2{
border: 0px;
}
.tb3{
border-top: 0px;
border-left: 1px solid;
border-right: 0px;
border-bottom: 0px;
}
.tb4{
border-top: 0px;
border-left: 1px solid;
border-right: 1px solid;
border-bottom: 1px solid;
}
.tb5{
border-top: 0px;
border-left: 1px solid;
border-right: 1px solid;
border-bottom: 0px;
}
.tx{
border-top: 25px solid rgba(57,138,241,0.3);
border-left: 50px solid transparent;
border-right: 50px solid transparent;
width: 180px;
margin-top: -1px;
display: inline-block;
margin-left: 40px;
}
</style>