<? error_reporting(0); session_start(); include ('module/connect.php'); include ('module/function.php');?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <style type="text/css"> body { background-image: url(images/background/bg.jpg); background-repeat: no-repeat; } </style> <link href="css/style.css" rel="stylesheet" type="text/css" /> </head> <? if($_SESSION['username']==''){ echo "<script language=\"javascript\">"; echo "alert('กรุณาล๊อคอินเข้าสู่ระบบ');"; echo "window.location='index.php';"; echo "</script>"; }else { ?> <body> <table width="1000" align="center" cellpadding="0" cellspacing="0"> <tr> <td colspan="2"><center><img src="images/header/header.png" width="1000" height="100"></center></td> </tr> <tr> <td colspan="2" width="1000" align="right" bgcolor="#FFCC33"> ยินดีต้อนรับ ผู้ดูแลระบบ คุณ<? echo $_SESSION['name']; ?> <a href="logout.php">ออกจากระบบ</a> </td> </tr> <tr> <td width="190" bgcolor="#FFFF99"><? include('admin_menu.php');?></td> <td width="790"><center> <form method="post" action="stock_recive_check.php"> <table width="750" cellpadding="2"> <tr bgcolor="#FFCC33"> <td width="51" align="center" valign="middle"> ลำดับ </td> <td width="89" align="center" valign="middle">รหัสอะไหล่</td> <td width="70" align="center" valign="middle">ประเภท</td> <td width="268" align="left" valign="middle">รายการอะไหล่</td> <td width="75" align="center" valign="middle">สั่งมา</td> <td width="84" align="center" valign="middle">ตรวจรับได้</td> <td width="67" align="center" valign="middle">ราคา</td> </tr> <tr> <td colspan="8" align="center"><img src="images/line/line-full.png" width="100%" height="5" /></td> </tr> <? $No=0; $strSQL = "SELECT * FROM qorder_detail WHERE order_id='".$OrderId."'"; $objQuery = mysql_query($strSQL) or die(mysql_error()); while($objResult=mysql_fetch_array($objQuery)){ $SelectSup=Select("qorder","WHERE order_id='".$OrderId."'"); $Sup=mysql_fetch_array($SelectSup); $SelectPart=Select("part","WHERE part_id='".$objResult['part_id']."'"); $Part=mysql_fetch_array($SelectPart); $SelectCat=Select("catagory","WHERE cat_id='".$Part['cat_id']."'"); $Category=mysql_fetch_array($SelectCat); $No++; ?> <tr> <td align="center"> <input type="hidden" class="InputLong" name="No[]" id="No[]" value="<?=$No;?>" /> <?=$No;?></td> <td align="left"> <input type="hidden" class="InputLong" name="sup_id" id="sup_id" value="<?=$Sup["sup_id"];?>" /> <input type="hidden" class="InputLong" name="part_id[]" id="part_id[]" value="<?=$objResult["part_id"];?>" /> <input type="hidden" class="InputLong" name="order_id[]" id="order_id[]" value="<?=$OrderId;?>" /> <? echo($objResult['part_id']); ?> </td> <td align="left"><? echo $Category['cat_name'];?></td> <td> <? $SelectPart=Select("part","WHERE part_id='".$objResult['part_id']."'"); $Part=mysql_fetch_array($SelectPart); ?> <? echo $Part['part_brand']; ?> : <? echo $Part['part_model']; ?> </td> <td align="center"> <input type="hidden" class="InputLong" name="order[]" id="order[]" value="<?=$objResult["quantity"];?>" /> <? echo ($objResult["quantity"]);?> </td> <td> <input type="text" size="3" class="InputNum" name="recive[]" id="recive[]" /> </td> <td> <input type="text" size="3" class="InputNum" name="price_in[]" id="price_in[]" /> </td> </tr> <? } ?> <tr> <td colspan="8" align="center"><img src="images/line/line-full.png" width="100%" height="5" /></td> </tr> <tr> <td colspan="8"> <div align="center"> <input type="submit" class="Btn" value="ยืนยัน" /> <input type="reset" class="Btn" value="ยกเลิก" /> </div> </td> </tr> </table> </form> </td> </tr> <tr> <td colspan="2"><img src="images/footer/footer.png" width="1000" height="25" /></td> </tr> </table> </body> <? } ?> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง