📄 store_orderprint.php
字号:
<?php
/*
+-------------------------------------------
|
| Technology of Wane netware
| ========================================
| Powered by wan-e.net inc
| (c) 2004 wane.net Power Services
| http://www.wan-e.net
| ========================================
| Web: http://www.wan-e.net
|
+-------------------------------------------
| Autohr : wsfuyibing
+-------------------------------------------
*/
if (!$RIGHT['STORE'])
{
$function->showmsg('javascript:history.go(-1)',$LANG_CP_INFO['ACCESS_DENIED'],'10');
}
else
{
$page_count = array(
"$num_order",
"{$tablepre}orders o left join {$tablepre}member u on (u.uid=o.uid)
left join {$tablepre}sendout ss ON (o.sendoutway=ss.id)",
"index.php?action=memcp&type=orderstore",
"where o.uids='$wane_uid'",
"o.*,u.uid as buid,u.username as busername,ss.id as ssid,ss.title as sstitle,ss.spend as ssspend"
);
require $wane_root.'globals/class_code.php';
$query=$db->query("select $page_count[4] from $page_count[1] $page_count[3] order by o.addtime desc,o.uid");
$keeporder = array('0','0','0');
echo '<script>window.print();</script>';
}
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -