2017-02-03 12:32:57 +08:00
|
|
|
|
<include file="Public/header" title="订单确认 - 企业安全应急响应与缺陷管理中心" gifts_status="open" gifts_color="#6164C1;"/>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="main-content">
|
|
|
|
|
|
<div class="page-title">
|
|
|
|
|
|
<div class="title">礼品中心</div>
|
|
|
|
|
|
<div class="sub-title">订单确认</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<div class="col-lg-13">
|
|
|
|
|
|
<div class="alert alert-success alert-dismissable">
|
|
|
|
|
|
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
|
|
|
|
|
|
<p>请您再次校对您的订单信息和联系方式,以便我们能够准确为您邮寄兑换的礼品。</p>
|
|
|
|
|
|
<div class="clearfix"></div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<div class="card bg-white m-b">
|
|
|
|
|
|
<div class="card-header">商品明细</div>
|
|
|
|
|
|
<div class="card-block p-a-0">
|
|
|
|
|
|
<div class="table-responsive">
|
|
|
|
|
|
<table class="table cart m-b-0">
|
|
|
|
|
|
<thead>
|
|
|
|
|
|
<tr>
|
|
|
|
|
|
<th>礼品名称</th>
|
|
|
|
|
|
<th>兑换数量</th>
|
|
|
|
|
|
<th>消耗金币</th>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
</thead>
|
|
|
|
|
|
<tbody>
|
|
|
|
|
|
<tr>
|
|
|
|
|
|
<td class="text-capitalize">{$gift.title}</td>
|
|
|
|
|
|
<td>
|
|
|
|
|
|
<a class="math-actions minus"> </a>
|
|
|
|
|
|
<span class="cart-quantity">1</span>
|
|
|
|
|
|
<a class="math-actions"> </a>
|
|
|
|
|
|
</td>
|
|
|
|
|
|
<td>{$gift.price}</td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
</tbody>
|
|
|
|
|
|
</table>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="card bg-white m-b">
|
|
|
|
|
|
<div class="card-header">个人信息</div>
|
|
|
|
|
|
<div class="card-block">
|
|
|
|
|
|
<form method="post" action="{:U('gift/add?gid=')}{$gift.id}">
|
2016-01-24 11:54:16 +08:00
|
|
|
|
<div class="form-group">
|
|
|
|
|
|
<label>姓名:</label>
|
2017-02-03 12:32:57 +08:00
|
|
|
|
<input type="text" name="realname" class="form-control" value="{$info.realname}">
|
2016-01-24 11:54:16 +08:00
|
|
|
|
</div>
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
|
<label>邮编:</label>
|
2017-02-03 12:32:57 +08:00
|
|
|
|
<input type="text" name="zipcode" class="form-control" value="{$info.zipcode}">
|
2016-01-24 11:54:16 +08:00
|
|
|
|
</div>
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
|
<label>住址:</label>
|
2017-02-03 12:32:57 +08:00
|
|
|
|
<input type="text" name="address" class="form-control" value="{$info.address}">
|
2016-01-24 11:54:16 +08:00
|
|
|
|
</div>
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
|
<label>电话:</label>
|
2017-02-03 12:32:57 +08:00
|
|
|
|
<input type="text" name="tel" class="form-control" value="{$info.tel}">
|
2016-01-24 11:54:16 +08:00
|
|
|
|
</div>
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
|
<label>支付宝账号:</label>
|
2017-02-03 12:32:57 +08:00
|
|
|
|
<input type="text" name="alipay" class="form-control" value="{$info.alipay}">
|
2016-01-24 11:54:16 +08:00
|
|
|
|
</div>
|
2017-02-07 17:41:22 +08:00
|
|
|
|
<input type="hidden" name="token" class="form-control" value="{:session('token')}">
|
2017-02-03 12:32:57 +08:00
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
|
|
<div class="col-xs-12">
|
2017-02-07 17:41:22 +08:00
|
|
|
|
<button type="submit" class="btn btn-primary pull-right" onclick="return del('您真的确定要兑换吗?兑换操作不可撤销!');">提交订单</button>
|
2017-02-03 12:32:57 +08:00
|
|
|
|
<a href="{:U('gift/index')}" class="btn btn-default" ui-sref="app.commerce.products">返回</a>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2016-01-24 11:54:16 +08:00
|
|
|
|
|
|
|
|
|
|
</div>
|
2017-02-03 12:32:57 +08:00
|
|
|
|
<include file="Public/footer" />
|