|
@@ -171,49 +171,51 @@
|
|
</option>
|
|
</option>
|
|
</select>
|
|
</select>
|
|
</td>
|
|
</td>
|
|
- <th><label>订单耗时</label></th>
|
|
|
|
|
|
+ <th><label style="width: 86px;">当前耗时超过</label></th>
|
|
<td>
|
|
<td>
|
|
<select name="time" class="querySelect time">
|
|
<select name="time" class="querySelect time">
|
|
<option value=""><?php echo $lang['nc_please_choose']; ?></option>
|
|
<option value=""><?php echo $lang['nc_please_choose']; ?></option>
|
|
<option value="180"
|
|
<option value="180"
|
|
- <?php if ($_GET['time'] == '180'){ ?>selected<?php } ?>>超过3分钟订单
|
|
|
|
|
|
+ <?php if ($_GET['time'] == '180'){ ?>selected<?php } ?>>3分钟
|
|
</option>
|
|
</option>
|
|
<option value="300"
|
|
<option value="300"
|
|
- <?php if ($_GET['time'] == '300'){ ?>selected<?php } ?>>超过5分钟订单
|
|
|
|
|
|
+ <?php if ($_GET['time'] == '300'){ ?>selected<?php } ?>>5分钟
|
|
</option>
|
|
</option>
|
|
<option value="600"
|
|
<option value="600"
|
|
- <?php if ($_GET['time'] == '600'){ ?>selected<?php } ?>>超过10分钟订单
|
|
|
|
|
|
+ <?php if ($_GET['time'] == '600'){ ?>selected<?php } ?>>10分钟
|
|
</option>
|
|
</option>
|
|
<option value="900"
|
|
<option value="900"
|
|
- <?php if ($_GET['time'] == '900'){ ?>selected<?php } ?>>超过15分钟订单
|
|
|
|
|
|
+ <?php if ($_GET['time'] == '900'){ ?>selected<?php } ?>>15分钟
|
|
</option>
|
|
</option>
|
|
<option value="1200"
|
|
<option value="1200"
|
|
- <?php if ($_GET['time'] == '1200'){ ?>selected<?php } ?>>超过20分钟订单
|
|
|
|
|
|
+ <?php if ($_GET['time'] == '1200'){ ?>selected<?php } ?>>20分钟
|
|
</option>
|
|
</option>
|
|
<option value="1800"
|
|
<option value="1800"
|
|
- <?php if ($_GET['time'] == '1800'){ ?>selected<?php } ?>>超过半小时订单
|
|
|
|
|
|
+ <?php if ($_GET['time'] == '1800'){ ?>selected<?php } ?>>半小时
|
|
</option>
|
|
</option>
|
|
<option value="3600"
|
|
<option value="3600"
|
|
- <?php if ($_GET['time'] == '3600'){ ?>selected<?php } ?>>超过一小时订单
|
|
|
|
|
|
+ <?php if ($_GET['time'] == '3600'){ ?>selected<?php } ?>>一小时
|
|
|
|
+ </option>
|
|
|
|
+ <option value="7200"
|
|
|
|
+ <?php if ($_GET['time'] == '7200'){ ?>selected<?php } ?>>两小时
|
|
|
|
+ </option>
|
|
|
|
+ <option value="86400"
|
|
|
|
+ <?php if ($_GET['time'] == '86400'){ ?>selected<?php } ?>>二十四小时
|
|
</option>
|
|
</option>
|
|
</select>
|
|
</select>
|
|
</td>
|
|
</td>
|
|
|
|
+ <th><label>订单</label></th>
|
|
<td>
|
|
<td>
|
|
<a style="margin-left:15px;" href="javascript:void(0);" id="ncsubmit" class="btn-search "
|
|
<a style="margin-left:15px;" href="javascript:void(0);" id="ncsubmit" class="btn-search "
|
|
title="<?php echo $lang['nc_query']; ?>">
|
|
title="<?php echo $lang['nc_query']; ?>">
|
|
</a>
|
|
</a>
|
|
- <a href="javascript:void(0);" id="ncexport" class="btns" >
|
|
|
|
- <span><i class="icon-edit"></i>导出</span>
|
|
|
|
- </a>
|
|
|
|
|
|
+
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
</table>
|
|
</table>
|
|
<table class="tb-type1 noborder search">
|
|
<table class="tb-type1 noborder search">
|
|
<tr>
|
|
<tr>
|
|
<td>
|
|
<td>
|
|
- <a href="javascript:void(0);" id="order_query" class="btns" >
|
|
|
|
- <span><i class="icon-edit"></i>更新待收货订单状态</span>
|
|
|
|
- </a>
|
|
|
|
<a href="#" class="btns" onclick="hCopyOrder(event)">
|
|
<a href="#" class="btns" onclick="hCopyOrder(event)">
|
|
<span><i class="icon-edit"></i>拷贝我方订单号</span>
|
|
<span><i class="icon-edit"></i>拷贝我方订单号</span>
|
|
</a>
|
|
</a>
|
|
@@ -226,29 +228,40 @@
|
|
<a href="#" class="btns" onclick="hCopyMchOrder(event)">
|
|
<a href="#" class="btns" onclick="hCopyMchOrder(event)">
|
|
<span><i class="icon-edit"></i>拷贝商家单号</span>
|
|
<span><i class="icon-edit"></i>拷贝商家单号</span>
|
|
</a>
|
|
</a>
|
|
|
|
+
|
|
|
|
+ <a href="javascript:void(0);" id="ncexport" class="btns" style="margin: 0 59px;">
|
|
|
|
+ <span><i class="icon-edit"></i>导出Excel</span>
|
|
|
|
+ </a>
|
|
|
|
+ <a href="javascript:void(0);" id="order_query" class="btns">
|
|
|
|
+ <span><i class="icon-edit"></i>更新待收货订单状态</span>
|
|
|
|
+ </a>
|
|
|
|
+ <a href="#" class="btns fail">
|
|
|
|
+ <span><i class="icon-edit"></i>批量失败</span>
|
|
|
|
+ </a>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td>
|
|
<td>
|
|
- <a href="#" class="btns fail"><span><i class="icon-edit"></i>批量失败</span></a>
|
|
|
|
|
|
+
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
</table>
|
|
</table>
|
|
</form>
|
|
</form>
|
|
<table class="table tb-type2" id="prompt">
|
|
<table class="table tb-type2" id="prompt">
|
|
<tbody>
|
|
<tbody>
|
|
- <tr class="space odd" id="autoClick">
|
|
|
|
|
|
+ <tr class="space odd" id="autoClick" >
|
|
<th colspan="12">
|
|
<th colspan="12">
|
|
- <div class="title"><h5>
|
|
|
|
- 数据统计</h5><span class="arrow"></span></div>
|
|
|
|
|
|
+ <div class="title" style="margin-top: 4px;">
|
|
|
|
+ <h5>数据统计</h5><span class="arrow"></span>
|
|
|
|
+ </div>
|
|
|
|
+ <ul>
|
|
|
|
+ <li class="lineLi" style="color:#000;">总计充值数量:<span class="refill_amounts"><?php echo $output['stat']['order_count'];?></span></li>
|
|
|
|
+ <li class="lineLi" style="color:#000;">总计订单金额:<span class="order_count"><?php echo $output['stat']['refill_amounts'];?></span></li>
|
|
|
|
+ </ul>
|
|
</th>
|
|
</th>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td>
|
|
<td>
|
|
- <ul>
|
|
|
|
- <li class="lineLi" style="color:#000;">总计充值金额:<span class="refill_amounts"><?php echo $output['stat']['order_count'];?></span></li>
|
|
|
|
- <li class="lineLi" style="color:#000;">总计订单数量:<span class="order_count"><?php echo $output['stat']['refill_amounts'];?></span></li>
|
|
|
|
- </ul>
|
|
|
|
<ul id="special_stat">
|
|
<ul id="special_stat">
|
|
<?php if(!empty($output['special_stat'])) {
|
|
<?php if(!empty($output['special_stat'])) {
|
|
foreach ($output['special_stat'] as $stat){
|
|
foreach ($output['special_stat'] as $stat){
|