100 lines
3.4 KiB
PHP
100 lines
3.4 KiB
PHP
![]() |
<div id="msg">
|
||
|
<section>
|
||
|
|
||
|
<div class="page_title">
|
||
|
<h2 class="fl">订单记录</h2>
|
||
|
</div>
|
||
|
|
||
|
<div>
|
||
|
<h2><strong style="color:grey;">搜索条件</strong></h2>
|
||
|
<input type="text" class="textbox" id="user_name" placeholder="用户名字"/>
|
||
|
<input type="text" class="textbox" id="order_date" placeholder="下单日期"/>
|
||
|
<select class="select" id="order_state">
|
||
|
<option value="">全部</option>
|
||
|
<option value="0">申请</option>
|
||
|
<option value="1">投放</option>
|
||
|
<option value="2">退钱</option>
|
||
|
<option value="3">结束</option>
|
||
|
</select>
|
||
|
<input type="text" class="textbox" id="start_date" placeholder="起始日期"/>
|
||
|
<input type="text" class="textbox" id="end_date" placeholder="结束日期"/>
|
||
|
<input type="button" value="搜索信息" id="search_order" class="group_btn"/>
|
||
|
|
||
|
<input type="button" value="添加" id="search_orderadd" class="group_btn"/>
|
||
|
|
||
|
|
||
|
<h2><strong style="color:grey;"></strong></h2>
|
||
|
</div>
|
||
|
|
||
|
<div>
|
||
|
<h2><strong style="color:grey;">订单总额:<span class="totaOrderCost">0</span></strong></h2>
|
||
|
</div>
|
||
|
|
||
|
<div class="list">
|
||
|
<table class="table order_list">
|
||
|
<!--
|
||
|
<tr>
|
||
|
<th>广告位编号</th>
|
||
|
<th>投放用户</th>
|
||
|
<th>费用/天</th>
|
||
|
<th>用户投放天数</th>
|
||
|
<th>设计费用</th>
|
||
|
<th>是否更换内容</th>
|
||
|
<th>下单日期</th>
|
||
|
<th>起始时间</th>
|
||
|
<th>到期时间</th>
|
||
|
<th>总费用</th>
|
||
|
<th>社区</th>
|
||
|
<th>状态</th>
|
||
|
<th>操作</th>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td class="center">001</td>
|
||
|
<td class="center">张三</td>
|
||
|
<td class="center">20</td>
|
||
|
<td class="center">0</td>
|
||
|
<td class="center">100</td>
|
||
|
<td class="center">否</td>
|
||
|
<td class="center">2017</td>
|
||
|
<td class="center">0</td>
|
||
|
<td class="center">0</td>
|
||
|
<td class="center">0</td>
|
||
|
<td class="center">城市+城区+社区+广告牌</td>
|
||
|
<td class="center">
|
||
|
<select class="select">
|
||
|
<option>未投放</option>
|
||
|
<option>已投放</option>
|
||
|
<option>已退款</option>
|
||
|
<option>已到期</option>
|
||
|
</select>
|
||
|
<a href="javascript:void(0);" class="inner_btn">确定</a>
|
||
|
</td>
|
||
|
<td class="center">
|
||
|
<a href="javascript:void(0);" class="inner_btn">编辑</a>
|
||
|
<a href="javascript:void(0);" class="inner_btn">删除</a>
|
||
|
</td>
|
||
|
</tr>
|
||
|
-->
|
||
|
</table>
|
||
|
|
||
|
<aside class="paging">
|
||
|
<a class="previousPage" id="" href="javascript:void(0);">上一页</a>
|
||
|
<a href="javascript:void(0);"><span class="currentpage">1</span>/<span class="totalpage">100</span></a>
|
||
|
<a class="nextPage" id="" href="javascript:void(0);">下一页</a>
|
||
|
跳到第
|
||
|
<input type="text" name="my_page" class="textbox_50"/>
|
||
|
页
|
||
|
<a class="page_num" href="javascript:void(0);">确定</a>
|
||
|
</aside>
|
||
|
</div>
|
||
|
<div id="" class="tip">
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</section>
|
||
|
<script type="text/javascript">
|
||
|
<!--
|
||
|
ajaxData("get",admin_js_url+"order.js?"+Math.random(),"","script",null);
|
||
|
//-->
|
||
|
</script>
|
||
|
</div>
|