ensureorder.html
5.01 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
<% include header.html %>
<link rel="stylesheet" href="../css/<%= pagecss %>.css">
</head>
<body>
<% include top.html %>
<div class="mainbox">
<div class="wraper">
<% include bread.html %>
<div class="whitebox">
<form action="/" method="post" accept-charset="utf-8" class="sureform">
<fieldset id="f1">
<h2 class="shd">确认订单信息</h2>
<div class="sbd">
<table cellspacing="0" cellpadding="0" class="colortab">
<tr>
<td class="ar">订单编号:</td>
<td>10928319028390128309</td>
</tr>
<tr>
<td class="ar">发货时间:</td>
<td>10928319028390128309</td>
</tr>
<tr>
<td colspan="2">
<div class="start card inline">
<span class="ic">始</span>
<span class="nam">黄晓明</span>
<span class="pho">13900000000</span>
<p class="addr">四川省 成都市 锦江区某个地方的街道某个号</p>
</div>
<div class="ic iarrow"></div>
<div class="end card inline">
<span class="ic">终</span>
<span class="nam">黄晓明</span>
<span class="pho">13900000000</span>
<p class="addr">四川省 成都市 锦江区</p>
</div>
</td>
</tr>
<tr>
<td class="ar">货品信息:</td>
<td>10928319028390128309</td>
</tr>
<tr>
<td class="ar">货运备注:</td>
<td>肯定是易碎品。</td>
</tr>
<tr>
<td class="ar">承运司机:</td>
<td>李强 18000000000 川A 123456</td>
</tr>
</table>
</div>
</fieldset>
<fieldset id="f2">
<h2 class="shd">选择支付方式</h2>
<div class="sbd">
<table cellspacing="0" cellpadding="0" class="colortab">
<tr>
<td class="ar">支付方式:</td>
<td>
<label class="Simu">
<input type="radio" name="xianjin" />
现金支付(发货方支付)
</label>
<label class="Simu">
<input type="radio" name="xianjin" />
现金支付(收货方支付)
</label>
<label class="Simu">
<input type="radio" name="xianjin" />
线上支付
</label>
</td>
</tr>
<tr>
<td colspan="2">
<div class="greyarea">
<p>
<span class="ar inline">运费:</span>
<b class="inline oht">350.00</b>
<span>元</span>
</p>
<p>
<span class="ar inline">返还诚意金:</span>
<b class="inline ght">-350.00</b>
<span>元</span>
</p>
<p>
<span class="ar inline">货物保费:</span>
<b class="inline oht">350.00</b>
<span>元</span>
</p>
</div>
</td>
</tr>
<tr>
<td colspan="2">
<div class="whitearea">
<label class="cash Simu">
<input type="checkbox" name="useCash" />
使用现金券
</label>
<span class="cal">-0.00 元</span>
</div>
</td>
</tr>
<tr>
<td colspan="2">
<div class="greyarea yourtic">
<label class="Simu">
<input type="checkbox" name="youhui" />
10元优惠券 有效期 2015.6.22
</label>
<label class="Simu">
<input type="checkbox" name="youhui1"/>
10元优惠券 有效期 2015.6.22
</label>
<label class="Simu">
<input type="checkbox" name="youhui2"/>
10元优惠券 有效期 2015.6.22
</label>
</div>
</td>
</tr>
<tr>
<td colspan="2">
<div class="totalpay whitearea tg">
<span>总共应付:</span>
<span class="oht totalmoney">
¥ <b>350</b>.00
<span>
</div>
</td>
</tr>
</table>
</div>
</fieldset>
<fieldset class="fieldsub ac">
<button class="bt largebt tg">立即支付</button>
</fieldset>
</form>
</div>
</div>
</div>
<% include script.html %>
<% include user_footer.html %>