打印扫描票据.html
14 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
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="http://static.yohobuy.com/admin/css/style.css" rel="stylesheet" type="text/css" media="all" />
<script type="text/javascript" src="http://static.yohobuy.com/admin/js/jquery.min.js"></script>
<link type="text/css" href="http://static.yohobuy.com/admin/js/jqueryui/themes/ui-lightness/jquery-ui-1.8.7.custom.css" rel="stylesheet" />
<script type="text/javascript" src="http://static.yohobuy.com/admin/js/jqueryui/ui/jquery-ui-1.8.7.custom.js"></script>
<script type="text/javascript" src="http://static.yohobuy.com/admin/js/jqueryui/ui/i18n/jquery.ui.datepicker-zh-CN.js"></script>
<script type="text/javascript">
$(function() {
$( "#datepicker" ).datepicker();
$( "#datepicker2" ).datepicker();
});
</script>
<title>YOHO有货后台管理</title>
</head>
<body>
<div class="mainbox">
<div class="daohang">当前位置:<a href="main.html">首页</a> > <a href="#">销售出货</a> > <span>打印扫描票据</span></div>
<div class="searchb">
<ul>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td width="120" align="center">请选择取货单号:</td>
<td width="120"><select name="select_type" id="select_type" style="width: 100px;">
<option value="2011011203">2011011203</option>
</select></td>
<td><button type="button" class="searbut" onclick="Search();"></button></td>
</tr>
</table>
</ul>
</div>
<br />
<br />
打印票据 <br />
<br />
<table class="table1" style="width: 100%; text-align:center;">
<thead>
<tr>
<th width="8%" align="center">订单号</th>
<th width="10%" align="center">收货人</th>
<th width="10%" align="center">支付类型</th>
<th width="8%" align="center">实付金额</th>
<th width="16%" align="center">送货地区</th>
<th width="20%" align="center">快递打印</th>
<th width="12%" align="center">小票打印</th>
<th width="16%" align="center">其他</th>
</tr>
</thead>
<tbody>
<tr >
<td><a href="303776" target="_blank">303776</a></td>
<td>陈子沣</td>
<td>淘宝B2C渠道支付</td>
<td>731</td>
<td align="left"> 广东省 肇庆市 端州区</td>
<td align="center"><span id="span_303776">
<select id="select_303776" name="select_type">
<option value="1" >宅急送</option>
<option value="2" >汇通</option>
<option value="3" selected>顺丰</option>
<option value="4" >EMS</option>
<option value="5" >自送</option>
</select>
<button type="button" class="but2">重打</button>
</span> </td>
<td align="center"><span id="span_1303776">
<button type="button" class="but2">重打</button>
</span></td>
<td></td>
</tr>
<tr class="F1">
<td><a href="303777" target="_blank">303777</a></td>
<td>孙天阳</td>
<td>淘宝B2C渠道支付</td>
<td>370</td>
<td align="left"> 北京市 北京市 海淀区</td>
<td align="center"><span id="span_303777">
<select id="select_303777" name="select_type">
<option value="1" >宅急送</option>
<option value="2" >汇通</option>
<option value="3" selected>顺丰</option>
<option value="4" >EMS</option>
<option value="5" >自送</option>
</select>
<button type="button" class="but2">重打</button>
</span> </td>
<td align="center"><span id="span_1303777">
<button type="button" class="but2">重打</button>
</span></td>
<td></td>
</tr>
<tr title="发货备注:EMS">
<td><a href="303778" target="_blank">303778</a></td>
<td>于紫阳</td>
<td>淘宝B2C渠道支付</td>
<td>219</td>
<td align="left"> 辽宁省 大连市 普兰店市</td>
<td align="center"><span id="span_303778">
<select id="select_303778" name="select_type">
<option value="1" >宅急送</option>
<option value="2" >汇通</option>
<option value="3" >顺丰</option>
<option value="4" selected>EMS</option>
<option value="5" >自送</option>
</select>
<button type="button" class="but2">重打</button>
</span> </td>
<td align="center"><span id="span_1303778">
<button type="button" class="but2">重打</button>
</span></td>
<td><span class="font_red"><strong>[备注] </strong></span></td>
</tr>
<tr class="F1">
<td><a href="303779" target="_blank">303779</a></td>
<td>刘泳</td>
<td>拍拍渠道支付</td>
<td>83</td>
<td align="left"> </td>
<td align="center"><span id="span_303779">
<select id="select_303779" name="select_type">
<option value="1" >宅急送</option>
<option value="2" >汇通</option>
<option value="3" selected>顺丰</option>
<option value="4" >EMS</option>
<option value="5" >自送</option>
</select>
<button type="button" class="but2">重打</button>
</span> </td>
<td align="center"><span id="span_1303779">
<button type="button" class="but2">重打</button>
</span></td>
<td></td>
</tr>
<tr >
<td><a href="12289704" target="_blank">12289704</a></td>
<td>赵利国</td>
<td>货到付款</td>
<td>1180</td>
<td align="left"> 河北省 邢台市 桥西区</td>
<td align="center"><span id="span_12289704">
<select id="select_12289704" name="select_type">
<option value="1" >宅急送</option>
<option value="2" >汇通</option>
<option value="3" selected>顺丰</option>
<option value="4" >EMS</option>
<option value="5" >自送</option>
</select>
<button type="button" class="but2">重打</button>
</span> </td>
<td align="center"><span id="span_112289704">
<button type="button" class="but2">重打</button>
</span></td>
<td></td>
</tr>
<tr class="F1" title="发货备注:顺丰。派送前电话通知">
<td><a href="12669948" target="_blank">12669948</a></td>
<td>胡婷</td>
<td>建设银行</td>
<td>44</td>
<td align="left"> 江西省 南昌市 青山湖区</td>
<td align="center"><span id="span_12669948">
<select id="select_12669948" name="select_type">
<option value="1" >宅急送</option>
<option value="2" >汇通</option>
<option value="3" selected>顺丰</option>
<option value="4" >EMS</option>
<option value="5" >自送</option>
</select>
<button type="button" class="but2">打印</button>
</span> </td>
<td align="center"><span id="span_112669948">
<button type="button" class="but2">重打</button>
</span></td>
<td><span class="font_red"><strong>[备注] </strong></span></td>
</tr>
</tbody>
</table>
<br />
<br />
扫描快递单 <br />
<br />
<table class="table1" style="width: 100%; text-align:center;">
<thead>
<tr>
<th width="10%" align="center">订单号</th>
<th width="10%" align="center">收货人</th>
<th width="8%" align="center">省份</th>
<th width="8%" align="center">城市</th>
<th width="8%" align="center">区县</th>
<th width="8%" align="center">支付类型</th>
<th width="8%" align="center">支付状态</th>
<th width="8%" align="center">实付金额</th>
<th width="10%" align="center">物流类型</th>
<th width="22%" align="center" colspan="2">物流单号</th>
</tr>
</thead>
<tbody>
<tr >
<td><a href="303776" target="_blank">303776</a></td>
<td>陈子沣</td>
<td>广东省</td>
<td>肇庆市</td>
<td>端州区</td>
<td>淘宝B2C渠道支付</td>
<td>已支付</td>
<td>731</td>
<td><select id="select_0" name="select_type">
<option value="1" >宅急送</option>
<option value="2" >汇通</option>
<option value="3" selected>顺丰</option>
<option value="4" >EMS</option>
<option value="5" >自送</option>
</select></td>
<td width="16%"><input type="text" id="txt_0" size="16" value="" /></td>
<td width="6%"><button type="button" class="but2">确定</button></td>
</tr>
<tr class="F1">
<td><a href="303777" target="_blank">303777</a></td>
<td>孙天阳</td>
<td>北京市</td>
<td>北京市</td>
<td>海淀区</td>
<td>淘宝B2C渠道支付</td>
<td>已支付</td>
<td>370</td>
<td><select id="select_1" name="select_type">
<option value="1" >宅急送</option>
<option value="2" >汇通</option>
<option value="3" selected>顺丰</option>
<option value="4" >EMS</option>
<option value="5" >自送</option>
</select></td>
<td width="16%"><input type="text" id="txt_1" size="16" value="" /></td>
<td width="6%"><button type="button" class="but2">确定</button></td>
</tr>
<tr >
<td><a href="303778" target="_blank">303778</a></td>
<td>于紫阳</td>
<td>辽宁省</td>
<td>大连市</td>
<td>普兰店市</td>
<td>淘宝B2C渠道支付</td>
<td>已支付</td>
<td>219</td>
<td><select id="select_2" name="select_type">
<option value="1" >宅急送</option>
<option value="2" >汇通</option>
<option value="3" >顺丰</option>
<option value="4" selected>EMS</option>
<option value="5" >自送</option>
</select></td>
<td width="16%"><input type="text" id="txt_2" size="16" value="" /></td>
<td width="6%"><button type="button" class="but2">确定</button></td>
</tr>
<tr class="F1">
<td><a href="303779" target="_blank">303779</a></td>
<td>刘泳</td>
<td></td>
<td></td>
<td></td>
<td>拍拍渠道支付</td>
<td>已支付</td>
<td>83</td>
<td><select id="select_3" name="select_type">
<option value="1" >宅急送</option>
<option value="2" >汇通</option>
<option value="3" selected>顺丰</option>
<option value="4" >EMS</option>
<option value="5" >自送</option>
</select></td>
<td width="16%"><input type="text" id="txt_3" size="16" value="" /></td>
<td width="6%"><button type="button" class="but2">确定</button></td>
</tr>
<tr >
<td><a href="12289704" target="_blank">12289704</a></td>
<td>赵利国</td>
<td>河北省</td>
<td>邢台市</td>
<td>桥西区</td>
<td>货到付款</td>
<td>未支付</td>
<td>1180</td>
<td><select id="select_4" name="select_type">
<option value="1" >宅急送</option>
<option value="2" >汇通</option>
<option value="3" selected>顺丰</option>
<option value="4" >EMS</option>
<option value="5" >自送</option>
</select></td>
<td width="16%"><input type="text" id="txt_4" size="16" value="" /></td>
<td width="6%"><button type="button" class="but2">确定</button></td>
</tr>
<tr class="F1">
<td><a href="12669948" target="_blank">12669948</a></td>
<td>胡婷</td>
<td>江西省</td>
<td>南昌市</td>
<td>青山湖区</td>
<td>建设银行</td>
<td>已支付</td>
<td>44</td>
<td><select id="select_5" name="select_type">
<option value="1" >宅急送</option>
<option value="2" >汇通</option>
<option value="3" selected>顺丰</option>
<option value="4" >EMS</option>
<option value="5" >自送</option>
</select></td>
<td width="16%"><input type="text" id="txt_5" size="16" value="" /></td>
<td width="6%"><button type="button" class="but2">确定</button></td>
</tr>
</tbody>
</table>
</div>
</body>
</html>