details.html 6.33 KB
<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>