国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > CMS > 織夢DEDE > 正文

織夢dedecms訂單列表導出到excel表教程

2024-07-12 09:02:32
字體:
來源:轉載
供稿:網友

織夢dedecms訂單列表導出到excel表導出效果

織夢dedecms訂單列表導出到excel表教程

使用說明

可選擇導出指定的織夢訂單,不選就是導出全部

導出的excle文件按當前時間命名

導出的excel文件請用wps軟件打開,office軟件下可能會亂碼

1、打開 /dede/shops_operations.php 找到

else if ($dopost == 'delete')

 

在它上面加入

else if ($dopost == 'out'){header("Content-type:application/vnd.ms-excel");header("Content-Disposition:attachment;filename=".date("Y-m-d-H-i-s").".xls");echo "<table><tr>";echo "<th>訂單號</th>";echo "<th>商品名稱</th>";echo "<th>單價(元/單位)</th>";echo "<th>數量</th>";echo "<th>支付方式</th>";echo "<th>配送費</th>";echo "<th>購買時間</th>";echo "<th>收貨人</th>";echo "<th>地址</th>";echo "<th>郵編</th>";echo "<th>聯系電話</th>";echo "<th>郵箱</th>";echo "<th>留言</th>";echo "<th>合計(元)</th>";echo "<th>狀態</th>";echo "</tr>";$wh = '';if( !empty($nid) ){$nids = explode('`',$nid);foreach($nids as $n){if($wh=='') $wh = " WHERE o.oid='$n' ";else $wh .= " OR o.oid='$n' ";}}$sql = "SELECT o.*,p.title,p.price as uprice,d.dname,u.* FROM dede_shops_orders as o left join dede_shops_products as p on o.oid=p.oid left join dede_shops_delivery as d on d.pid=o.pid LEFT JOIN dede_shops_userinfo AS u ON o.oid=u.oid $wh";$dsql->SetQuery($sql);$dsql->Execute('t');while($arr = $dsql->GetArray('t')){echo "<tr>";echo "<td>".$arr['oid']."</td>";//訂單號echo "<td>".$arr['title']."</td>";//商品名稱echo "<td>".$arr['uprice']."</td>";//單價echo "<td>".$arr['cartcount']."</td>";//數量 www.CUOxin.com織夢模板echo "<td>".GetsType($arr['paytype'])."</td>";//支付方式echo "<td>".$arr['dname']."費用:".$arr['dprice']."元</td>";//配送費echo "<td>".GetDateTimeMk($arr['stime'])."</td>";//購買時間echo "<td>".$arr['consignee']."</td>";//收貨人echo "<td>".$arr['address']."</td>";//地址echo "<td>".$arr['zip']."</td>";//郵編echo "<td>".$arr['tel']."</td>";//聯系電話echo "<td>".$arr['email']."</td>";//郵箱echo "<td>".$arr['des']."</td>";//留言 echo "<td>".$arr['priceCount']."</td>";//合計echo "<td>".GetSta($arr['state'])."</td>";//狀態echo "</tr>";}echo "</table>";exit();}

 

2、打開 /dede/shops_operations.htm 找到

<input type="button" name="b9" value="設為已完成狀態" class='np coolbg' style="width:100" onClick="OkSel();">

 

在它下面加入

<input type="button" name="b9" value="導出選中訂單" class='np coolbg' style="width:100" onClick="OutSel();">

 

繼續找到

function PushSel(){

在它上面加入

function OutSel()

{

var nid = getCheckboxItem();

location.href = "shops_operations.php?dopost=out&nid="+nid;

}

 

完成,看清楚教程,有的是在下面加入有的是在上面加入的。


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 社旗县| 城口县| 英山县| 错那县| 酉阳| 青海省| 霍林郭勒市| 灵川县| 吕梁市| 石台县| 屏山县| 华宁县| 曲阳县| 西青区| 昌乐县| 武川县| 改则县| 天等县| 永丰县| 大田县| 东兰县| 新郑市| 油尖旺区| 宜宾县| 彰化市| 霍山县| 北碚区| 石楼县| 吕梁市| 尼勒克县| 洪泽县| 富源县| 莱阳市| 许昌县| 平江县| 达尔| 天峻县| 鄂托克旗| 大冶市| 双桥区| 天峨县|