查看文件: percents3.php
大小: 8.06 KB
类型: application/octet-stream
<?php require('system/login.php'); ?> <?php require_once('../Connections/BE2.php'); ?> <?php $currentPage = $_SERVER["PHP_SELF"]; //獎金結算總表 $maxRows_Rt2 = 25; $pageNum_Rt2 = 0; if (isset($_GET['pageNum_Rt2'])) { $pageNum_Rt2 = $_GET['pageNum_Rt2']; } $startRow_Rt2 = $pageNum_Rt2 * $maxRows_Rt2; $colname_Rt2 = "-1"; if (isset($_GET['keyword'])) { $colname_Rt2 = $_GET['keyword']; } mysql_select_db($database_BE2, $BE2); $query_Rt1 = "SELECT distinct(SUBSTRING(ddate, 1, 7)) as mm FROM order_datamtmp where 1 order by ddate desc" ; $Rt1 = mysql_query($query_Rt1, $BE2) or die(mysql_error()); $row_Rt1 = mysql_fetch_assoc($Rt1); $mm = $row_Rt1['mm']; if (isset($_GET['mm'])) { $mm = $_GET['mm']; } mysql_select_db($database_BE2, $BE2); //$query_Rt2 = sprintf("SELECT a.*,b.dcode,b.p_money,b.p_count,c.p_title,d.scode,d.mem_user2,d.m_bankname,d.m_bankcode,d.m_bank,d.m_bank2 from order_percent as a, order_datas as b,product_data as c,member as d where a.ccid=b.ccid AND b.mem_auto=c.mem_auto AND a.puid=d.mem_auto AND a.pdate like '%s' ORDER BY a.pdate",$mm.'%') ; $query_Rt2 = sprintf("SELECT a.* from order_datas as a, order_datas as b,product_data as c,member as d where a.ccid=b.ccid AND b.mem_auto=c.mem_auto AND a.puid=d.mem_auto AND a.pdate like '%s' ORDER BY a.pdate",$mm.'%') ; $query_limit_Rt2 = sprintf("%s LIMIT %d, %d", $query_Rt2, $startRow_Rt2, $maxRows_Rt2); $Rt2 = mysql_query($query_limit_Rt2, $BE2) or die(mysql_error()); $row_Rt2 = mysql_fetch_assoc($Rt2); //echo $query_Rt2; if (isset($_GET['totalRows_Rt2'])) { $totalRows_Rt2 = $_GET['totalRows_Rt2']; } else { $all_Rt2 = mysql_query($query_Rt2); $totalRows_Rt2 = mysql_num_rows($all_Rt2); } $totalPages_Rt2 = ceil($totalRows_Rt2/$maxRows_Rt2)-1; $queryString_Rt2 = ""; if (!empty($_SERVER['QUERY_STRING'])) { $params = explode("&", $_SERVER['QUERY_STRING']); $newParams = array(); foreach ($params as $param) { if (stristr($param, "pageNum_Rt2") == false && stristr($param, "totalRows_Rt2") == false) { array_push($newParams, $param); } } if (count($newParams) != 0) { $queryString_Rt2 = "&" . htmlentities(implode("&", $newParams)); } } $queryString_Rt2 = sprintf("&totalRows_Rt2=%d%s", $totalRows_Rt2, $queryString_Rt2); ?> <select name="selmoon" id="selmoon" onchange="MM_jumpMenu('self',this,0)"> <? do{?>// 月份 <option value="<?php printf("%s?act=percent&mm=%s", $currentPage, $row_Rt1['mm']); ?>" <? if($mm==$row_Rt1['mm']){ ?>selected="selected" <? }?>><?= $row_Rt1['mm'] ;?></option> <?php } while ($row_Rt1 = mysql_fetch_assoc($Rt1)); ?> </select> <? /* <a href="excel_precent.php?sdate=<?= $mm; ?>"><button type="button" class="btn blue" > 明細下載</button></a> <a href="excel_precent2.php?sdate=<?= $mm; ?>"><button type="button" class="btn blue" > 加總下載</button></a> // $ar1=array("會員ID","會員姓名","訂單編號","購買者ID","日期 推廣/開發","商品金額"," 商品數量","未繳商品餘額","獎金金額","支付月份","匯款戶名","匯款銀行","銀行代碼","匯款帳號","證件資料"," 已發放總獎金(全部月份加總)","未發放總獎金(全部月份加總)","本月已發放獎金 ","本月未發放獎金","本月新增獎金"); */ ?> <table border="0" cellpadding="2" cellspacing="2" style="font-size:14px"> <tr> <th height="28" nowrap>會員ID</th> <th nowrap>會員姓名</th> <th nowrap>訂單編號</th> <th nowrap>購買者ID</th> <th nowrap>日期 推廣/開發</th> <th nowrap>商品金額</th> <th nowrap> 商品數量</th> <th nowrap>未繳商品餘額</th> <th nowrap>獎金金額</th> <th nowrap>支付月份</th> <th nowrap>匯款戶名</th> <th nowrap>匯款銀行</th> <th nowrap>銀行代碼</th> <th nowrap>匯款帳號</th> <th nowrap>證件資料</th> <th nowrap> 已發放總獎金(全部月份加總)</th> <th nowrap>未發放總獎金(全部月份加總)</th> <th nowrap>本月已發放獎金 </th> <th nowrap>本月未發放獎金</th> <th nowrap>本月新增獎金</th> </tr> <tr> <td height="3" colspan="20" background="images/dot3.gif"></td> </tr> <?php //$pp1=array("",'推廣獎金','經銷獎金','開發商首推獎金','商品未付餘額','開發商續推獎金','銷售獎金'); $pp1=array("",'推廣獎金','經銷獎金','開發商首推獎金','商品未付餘額','開發商續推獎金','銷售獎金','獎金支付'); $i=0; //do { $i++; ?> <tr onMouseOver="this.style.backgroundColor='#2172A1';" onMouseOut=this.style.backgroundColor="#fff"> <td height="27"> </td> <td height="27"> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td nowrap="nowrap"> </td> <td align="center"> </td> <td align="center"> </td> <td align="center"> </td> <td align="center"> </td> <td align="center"> </td> <td align="center"> </td> <td align="center"> </td> <td align="center"> </td> <td nowrap="nowrap"> </td> <td align="center"> </td> <td align="center"> </td> <td align="center"> </td> <td align="center"> </td> </tr> <tr> <td height="2" colspan="20" background="images/dot3.gif"></td> </tr> <?php // } while ($row_Rt2 = mysql_fetch_assoc($Rt2)); ?> <tr> <td colspan="20" > <? /* <table width="697" border="0" align="left" cellpadding="0" cellspacing="0"> <tr> <td width="34%">總筆數:<?php echo $totalRows_Rt2 ?>筆 </td> <td width="66%"><div id="font_s"> <p> <?php if ($pageNum_Rt2 > 0) { // Show if not first page ?> <a href="<?php printf("%s?pageNum_Rt2=%d%s", $currentPage, max(0, $pageNum_Rt2 - 1), $queryString_Rt2); ?>"><img src="images/First.gif" alt="上一頁" title="上一頁" width="18" height="13" border="0" /></a> <?php } // Show if not first page ?> 第 <select name="jumpMenu" id="jumpMenu" onchange="MM_jumpMenu('self',this,0)"> <? for($i=0;$i<=$totalPages_Rt2;$i++){?> <option value="<?php printf("%s?pageNum_Rt2=%d%s", $currentPage, $i, $queryString_Rt2); ?>" <? if($pageNum_Rt2==$i){ ?>selected="selected" <? }?>><? echo $i+1 ;?></option> <? }?> </select> 頁 <?php //分頁程式 if($totalPages_Rt2<9){ $start=0; $end=$totalPages_Rt2; }else{ $start=$pageNum_Rt2-5; $end=$pageNum_Rt2+5; if ($start<0){ $start=0; $end=10; } else { $end=$start+10 ;} if ($end>$totalPages_Rt2){ $start = $end-$totalPages_Rt2-5; $end=$totalPages_Rt2; } if ($end-$start>10){ $start = $end-10; } } for($i=$start;$i<=$end;$i++){ if($i==$pageNum_Rt2){ echo "[".($i+1)."]";} else {?> <a href="<?php printf("%s?pageNum_Rt2=%d%s", $currentPage, min($totalPages_Rt2, $i), $queryString_Rt2); ?>"> <? echo $i+1 ;?></a> <? } } ?> <?php if ($pageNum_Rt2 < $totalPages_Rt2) { // Show if not last page ?> <a href="<?php printf("%s?pageNum_Rt2=%d%s", $currentPage, min($totalPages_Rt2, $pageNum_Rt2 + 1), $queryString_Rt2); ?>"><img src="images/Next.gif" alt="下一頁" title="下一頁" width="14" height="13" border="0" /></a> <?php } // Show if not last page ?> </p> </div></td> </tr> </table> */ ?> </td> </tr> </table> <?php // mysql_free_result($Rt2); ?>
保存
取消
返回文件列表