|
|
|
รบกวนดู code ให้ผมทีครับผม ภาพที่ 1 เมื่อผมเลือกที่ เครื่องหมายถูก ก็จะแสดงภาพดังรูปที่ 2 |
|
|
|
|
|
|
|
ภาพที่ 1
เมื่อผมเลือกที่ เครื่องหมายถูก ก็จะแสดงภาพดังรูปที่ 2 โดยรายการสินค้าที่แสดงจะเป็นแสดงตาม id ของชื่อบริษัทที่ผมเลือกจากรูปที่ 1
ภาพที่ 2 แสดงรายการสินค้าจากบริษัทที่เลือก และเมื่อทำการเลือกสินค้าที่ตระกร้า ก็จะแสดงดังรุปที่ 3
จากรูปที่ 3 เมื่อผมจะทำการกลับไปสั่งซื้อสินค้าเพิ่มโดยเลือกที่ปุ่มเลือกซื้อสินค้าเพิ่ม มันไม่ยอมกลับไปยังรูป ที่ 2 ทีมีเฉพาะสินค้า ของบริษัท รบกวนดู code ให้ ผมทีน่ะครับ อาจจะยาวนิดนึง ขอบคุณมากน่ะครับ
Code (PHP) code รูปที่ 2
<?
include "connect.php";
$id=$_GET[id];
$supid=$_GET[id];
$sql= "select * from tb_product where sup_id ='$id' ";
$sqlquery=mysql_db_query($dbname,$sql);
while($result= mysql_fetch_array($sqlquery)){
if($bg == "#F8FAEF") { //ส่วนของการ สลับสี
$bg = "#D2DDD2";
} else {
$bg = "#F8FAEF";
}
$id=$result['p_id'];
$code=sprintf("P%04d",$id);
$name=$result['p_name'];
$name2=$result['p_name2'];
$qty=$result['p_qty'];
$cost=$result['p_cost'];
$type=$result['p_type'];
$sqltype= "select * from tb_type where t_id='$type' ";
$sqlquerytype=mysql_db_query($dbname,$sqltype);
$result4= mysql_fetch_array($sqlquerytype);
$tname=$result4['t_name'];
$detail=$result['p_detail'];
$spechee=$result['p_spechee'];
$sqlspechee= "select * from tb_spechee where s_id='$spechee' ";
$sqlqueryspechee=mysql_db_query($dbname,$sqlspechee);
$rs1= mysql_fetch_array($sqlqueryspechee);
$specheename=$rs1['s_name'];
$price=$result['p_price'];
$qty=$result['p_qty'];
$img=$result['p_images'];
$size=$result['p_size'];
$supplier=$result['sup_id'];
$sqlsup= "select * from tb_supplier where sup_id='$supplier' ";
$sqlquerysup=mysql_db_query($dbname,$sqlsup);
$rs= mysql_fetch_array($sqlquerysup);
$supname=$rs['sup_name'];
?>
<tr align="center" bgcolor="<?=$bg?>" class="normal_font">
<td height="27" scope="row"><span class="style29">
<?=$code;?>
</span></td>
<td scope="row"><span class="style29">
<?=$name;?> ( <?=$name2;?> ) </span></td>
<td width="117" scope="row"><span class="style29">
<?=$tname;?>
</span></td>
<td scope="row"><span class="style29">
<?=$supname;?>
</span></td>
<td width="115" scope="row"><span class="style29">
<?=$specheename;?>
</span></td>
<td align="center" scope="row"><span class="style29">
<?=$qty;?>
</span></td>
<td align="center" scope="row"><span class="style29"> <?echo number_format($cost,2,'.',',');?> </span><span class="style29"> <a href="images_product/<?=$img?>"></a></span></td>
<th scope="row"><a href="buy.php?id=<?=$id;?>?supid=<?=$supid;?>"><img src="icon/basket_full.gif" width="25" height="25" border="0" /></a></th>
<?
}
?>
Code (PHP) code รูปที่ 3
<?
$sess_id=$_SESSION['sess_id1'];
$sess_sup=$_SESSION['sess_sup1'];
$sess_name=$_SESSION['sess_name1'];
$sess_num=$_SESSION['sess_num1'];
$sess_cost=$_SESSION['sess_cost1'];
?>
</span><br />
<form method="post" action="script_calculate.php">
<table width="900" cellpadding="0" cellspacing="1" bordercolor="#FF9FAA">
<tr align="center" bgcolor="#FF9FAA" class="normal_font">
<td width="4%" height="22">ลบ</td>
<td width="19%">ชื่อตัวแทนจำหน่าย</td>
<td width="14%">รหัสสินค้า</td>
<td width="18%">ชื่อสินค้า</td>
<td width="12%">จำนวน</td>
<td width="18%">ราคาต้นทุน </td>
<td width="15%" colspan="2">รวม</td>
</tr>
<?
for($i=0;$i<count($sess_id);$i++){
$total_unit=$sess_num1[$i]*$sess_cost1[$i];
$total=$total_unit + $total;
$code=sprintf("%05d",$sess_id[$i]);
?>
<tr align="center" bgcolor="#F3F3F3">
<td><input name="p_del[]" type="checkbox" id="p_del[]" value="<?=$sess_id[$i]?>"></td>
<td class="style6"><?=$sess_sup[$i];?></td>
<td height="22" class="style6"><?=$code;?></td>
<td class="style6"><?=$sess_name[$i]?></td>
<td><input name="prd_num1[]" type="text" id="prd_num1[]" style="text-align:center" value="<?=$sess_num[$i]?>" size="5" /></td>
<td class="style6"><? echo number_format($sess_cost[$i],2);?></td>
<td class="style6"><span name="spnSum1" id="spnSum1"><? echo number_format($total_unit,2);?></span></td>
</tr>
<?
}
?>
<tr>
<td height="22" colspan="8" align="right" class="normal_font"> </td>
</tr>
<tr>
<td height="22" colspan="8" align="right" class="normal_font">ราคารวมสินค้าทั้งหมด <strong><span class="style13"><? echo number_format($total,2);?></span></strong> บาท </td>
</tr>
<tr>
<td height="22" colspan="8" align="right"> </td>
</tr>
<tr>
<td height="22" colspan="8" align="right"><input name="calculate" type="submit" value="คำนวณใหม่" />
<input name="continuebuy" type="button" id="continuebuy" onclick="window.location='order_supplier_add.php' " value="เลือกซื้อสินค้าเพิ่ม" /></td>
</tr>
<tr>
<td height="22" colspan="8" align="center"> </td>
</tr>
<tr>
<td height="22" colspan="8" align="center"><input name="complete" type="button" class="style13" id="complete" onclick="window.location='print_supplier_order.php' " value="ยืนยันการสั่งซื้อ" /></td>
</tr>
</table>
Tag : - - - -
|
|
|
|
|
|
Date :
2010-04-22 15:40:52 |
By :
chonburi f.c |
View :
1198 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ที่ว่าไม่ยอมกลับไปหมายถึงคลิกแล้วนิ่งไปหรอ หรือว่า Error
แต่ผมลองเอาโค้ดไปลองดูแล้วก็ใช้ได้นะ
|
|
|
|
|
Date :
2010-04-22 16:04:40 |
By :
naskw |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มันไม่ได้ error ครับแต่มัน ไม่ยอมกลับไปหน้า รูปที่ 2 อะครับ
|
|
|
|
|
Date :
2010-04-23 10:45:12 |
By :
chonburi f.c |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|