details.html
6.33 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
<include file="public/layout" />
<style>
.btn {
color: #999;
cursor: pointer !important;
}
.prom_table {
width: 90%;
margin: 30px 0;
line-height: 30px;
margin-left: 10px;
}
.w10 {
line-height: 20px;width: 10%;
text-align: center;
}
.w15 {
line-height: 20px; width: 15%;
text-align: center;
}
.w30 {
line-height: 20px;width: 30%;
text-align: center;
}
.opt{
line-height:30px;}
</style>
<body style="background-color: #FFF; overflow: auto;">
<div id="append_parent"></div>
<div id="ajaxwaitid"></div>
<div class="page">
<div class="fixed-bar">
<div class="item-title">
<div class="fixed-bar">
<div class="item-title">
<a class="back" href="javascript:window.history.back()" title="返回列表">
<i class="fa fa-arrow-circle-o-left"></i>
</a>
<div class="subject">
<h3>礼包明细</h3>
</div>
</div>
</div>
</div>
</div>
<Div style="padding: 10px; border: #E6E6E6 solid 1px;">
<dl class="row show4 dn " id="send_jf" <if condition='$deatillp_list4'>style="display:block;padding-top: 10px; border-bottom: #E6E6E6 solid 1px;"</if> >
<dt class="tit" style="font-weight: bold">
积分
</dt>
<dd class="opt">
{$deatillp_list4.num}
</dd>
</dl>
<dl class="row show5 dn" id="send_czz" <if condition='$deatillp_list5'>style="display:block;padding-top: 10px; border-bottom: #E6E6E6 solid 1px;"</if> >
<dt class="tit" style="font-weight: bold">
成长值
</dt>
<dd class="opt">
{$deatillp_list5.num}
</dd>
</dl>
<!-- 赠送礼品 -->
<dl class="show1 row liping_set <if condition="empty($deatillp_list1)" >dn</if>" style="padding-top: 10px; border-bottom: #E6E6E6 solid 1px;">
<dt class="tit" style="line-height: 30px;">
<b>礼包礼品</b>
</dt>
</dl>
<!-- 赠送礼品 -->
<table class="prom_table liping_set <if condition="empty($deatillp_list1)" >dn</if>" style="padding-top: 10px; border-bottom: #E6E6E6 solid 1px;">
<thead>
<tr class="show1" style="font-weight: bold">
<td class="w15">商品编号</td>
<td class="w15">商品名称</td>
<td class="w15">商品条码</td>
<td class="w15">零售价</td>
<td class="w15">数量</td>
</tr>
</thead>
<!-- 送礼品的列表 -->
<tbody id="send_good_list" >
<volist name="deatillp_list1" id="gg" >
<tr>
<td style="text-align: center">{$gg.goods_sn}</td>
<td style="text-align: center">{$gg.goods_name}</td>
<td style="text-align: center">{$gg.sku}</td>
<td style="text-align: center">{$gg.market_price}</td>
<td style="text-align: center">
{$gg.num}
<if condition="$gg.state eq 1">件<else/>次</if>
</td>
</tr>
</volist>
</tbody>
</table>
<div style="clear: both"></div>
<!-- 赠送券 -->
<dl class="show2 row quan_set <if condition="empty($deatillp_list2)">dn</if>" style="padding-top: 10px; border-bottom: #E6E6E6 solid 1px;">
<dt class="tit" style="line-height: 30px;">
<label><b>礼包礼券</b></label>
</dt>
</dl>
<!-- 赠送券 -->
<table class="prom_table quan_set <if condition="empty($deatillp_list2)">dn</if>" style="padding-top: 10px; border-bottom: #E6E6E6 solid 1px;">
<thead>
<tr class="show2 " style="font-weight: bold">
<td class="w15">礼券名称</td>
<td class="w20" style=" text-align: center;">使用有效期</td>
<td class="w10">面值</td>
<td class="w10">使用满金额</td>
<td class="w10">数量</td>
</tr>
</thead>
<!-- 送券的列表 -->
<tbody id="send_quan_list" >
<volist name="deatillp_list2" id="gq" >
<tr>
<td style="text-align: center">{$gq.coupon_name}</td>
<td style="text-align: center">
<if condition="strpos($gq.begintime,'1970')!==false">
不限
<else/>
{$gq.begintime|date='Y-m-d H:i:s',###}
</if>
<if condition="strpos($gq.validtime,'1970')!==false">
- 不限
<else/>
- {$gq.validtime|date='Y-m-d H:i:s',###}
</if>
</td>
<td style="text-align: center">{$gq.money}</td>
<td style="text-align: center">{$gq.buysum}</td>
<td style="text-align: center">
{$gq.num|default=1}
</td>
</tr>
</volist>
</tbody>
</table>
<div style="clear: both"></div>
<!-- 赠送服务 -->
<dl class="show2 row fuwu_set <if condition="empty($deatillp_list3)">dn</if>" style=" border-bottom: #E6E6E6 solid 1px;">
<dt class="tit" style="line-height: 30px;">
<b>服务项目</b>
</dt>
</dl>
<!-- 赠送服务 -->
<table class="prom_table fuwu_set <if condition="empty($deatillp_list3)">dn</if>" style="border-bottom: #E6E6E6 solid 1px;">
<thead>
<tr class="show2 " style="font-weight: bold">
<td class="w15">服务名称</td>
<td class="w15">服务编号</td>
<td class="w15">数量</td>
</tr>
</thead>
<!-- 送服务的列表 -->
<tbody id="send_fw_list" >
<volist name="deatillp_list3" id="gf" >
<tr>
<td style="text-align: center">{$gf.fw_name}</td>
<td style="text-align: center">{$gf.fw_no}</td>
<td style="text-align: center">
{$gf.num|default=1}
</td>
</tr>
</volist>
</tbody>
</table>
</div>
</div>
</Div>
</body>
</html>