Commit 60f2be24 by 冷斌

问题1

parent 3bde8968
...@@ -33,27 +33,39 @@ ...@@ -33,27 +33,39 @@
<th class="">销售日期</th> <th class="">销售日期</th>
<th class="">订单条数</th> <th class="">订单条数</th>
<th class="">商品总价</th> <th class="">商品总价</th>
<th class="">优惠金额</th> <th class="">待发货</th>
<th class="">实际金额</th> <th class="">待收货</th>
<th class="">退换货</th>
<th class="">已完成</th>
<th class="">销售总额</th>
<th class="">赠送金额</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<notempty name="rows.list"> <notempty name="rows.list">
<volist name="rows.list" id="vo"> <volist name="rows.list" id="vo">
<tr> <tr>
<td>{$vo.time} </td> <td>{$vo.t} </td>
<td>{$vo.sum}(条) </td> <td>{$vo.sum}(条) </td>
<td>{$vo.z_price} ¥ </td> <td>{$vo.z_price} ¥ </td>
<td>{$vo.cou_price} ¥</td> <td>{$vo.send_price} ¥</td>
<td>{$vo.give_price} ¥</td>
<td>{$vo.rollback_price} ¥ </td>
<td>{$vo.complete_price} ¥</td>
<td>{$vo.s_price} ¥</td> <td>{$vo.s_price} ¥</td>
<td>{$vo.y_price} ¥</td>
</tr> </tr>
</volist> </volist>
<tr style="background: #bce8f1;"> <tr style="background: #bce8f1;">
<td>合计:</td> <td>合计:</td>
<td>{$rows.sum}(条) </td> <td>{$rows.sum}(条) </td>
<td>{$rows.z_price} ¥ </td> <td>{$rows.z_price} ¥ </td>
<td>{$rows.cou_price} ¥</td> <td>{$rows.send_price} ¥</td>
<td>{$rows.give_price} ¥</td>
<td>{$rows.rollback_price} ¥ </td>
<td>{$rows.complete_price} ¥</td>
<td>{$rows.s_price} ¥</td> <td>{$rows.s_price} ¥</td>
<td>{$rows.y_price} ¥</td>
</tr> </tr>
<else/> <else/>
<td colspan="9" class="text-center"> aOh! 暂时还没有内容! </td> <td colspan="9" class="text-center"> aOh! 暂时还没有内容! </td>
......
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
if(data>0){ if(data>0){
$('#order').show(); $('#order').show();
playSound(); playSound();
$('#order').html("<a href='http://yhctvip.com/Admin/GroupOrder/index.html'>亲!您有新订单,请尽快处理。("+data+")</a>"); $('#order').html("<a href='/Admin/GroupOrder/index.html'>亲!您有新订单,请尽快处理。("+data+")</a>");
}else{ }else{
$('#order').hide(); $('#order').hide();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment