<?php include"connect.php"; include"head.php"; php?> <html> <body> <title> เพิ่ม - ใบสั่งซื้อสินค้า </title> <center> <table width="999" height="30" bgcolor="#eaeaea"> <tr> <td><a href="exit.php">ออกจากระบบ</a> <a href="mainmenu_purchasing.php">ย้อนกลับไปเมนูหลัก</a> <a href="PO_search.php">ค้นหาใบสั่งซื้อสินค้า</a> </tr> </table> </center> <center><h2> เพิ่ม - ใบสั่งซื้อสินค้า </h2></center> <form method="post" action="POsubmit.php"> <center> <fieldset style="width:850px; "> <legend> รายละเอียดในการสั่งซื้อ </legend> <table border="0" width="700"> <tr> <td align="right"><b>เลขที่ใบสั่งซื้อ ::</b><input type="text" name="POid" value="<? $rs['POid'];?>" ></td> <td align="right"><b>ชื่อร้านค้า ::</b> <select name="sup_name"> <option value=""><--------โปรดเลือก ---------></option> <?php $sql = "SELECT sup_name FROM supplier"; $qry= mysql_query($sql) or die(mysql_error()); while($rs = mysql_fetch_array($qry)){ ?> <option value="<? echo($rs["sup_id"]);?>"><? echo($rs["sup_name"]);?></option> <?}?> </select> </td> </tr> <tr> <td align="right" ><b>(y-m-d)วันที่สั่งซื้อ ::</b><input type="text" name="POdate" value="<?=$rs['POdate'];?>" ></td> <td align="right" ><b>(y-m-d)วันที่ส่งของ ::</b><input type="text" name="POdatedeli" value="<?=$rs['POdatedeli'];?>" ></td> </tr> <tr> <td align="right" ><b>สถานที่ส่งของ ::</b><input type="text" name="POplacedeli" value="<?=$rs['POplacedeli'];?>" ></td> <td align="right" ><b>Ref.เลขที่ใบเสนอราคา ::</b><input type="text" name="QUid" value="<?=$rs['QUid'];?>" ></td> </tr> </table> <div align="right"> <input type="submit" value=" เพิ่ม " > </form> <table width="850" border="0" > <tr> <td bgcolor="#ccffff"> <div align="center" width="50">เลขที่ใบสั่งซื้อ</div></td> <td bgcolor="#ccffff"> <div align="center" width="50">ชื่อร้านค้า</div></td> <td bgcolor="#ccffff"> <div align="center" width="50">วันที่สั่งซื้อ</div></td> <td bgcolor="#ccffff"> <div align="center" width="50">วันที่ส่งของ</div></td> <td bgcolor="#ccffff"> <div align="center" width="50">สถานที่ส่งของ</div></td> <td bgcolor="#ccffff"> <div align="center" >Ref.เลขที่ใบเสนอราคา</div></td> <td bgcolor="#ccffff"> <div align="center">แก้ไข</div></td> <td bgcolor="#ccffff"> <div align="center">ลบ</div></td> </tr> <? $sql="SELECT * FROM po order by POid ASC "; $qry=mysql_query($sql)or die(mysql_error()); while($rs = mysql_fetch_array($qry)) { ?> <tr> <th bgcolor="#ffffff" align="center"><a href="addorderpo.php"<?=$rs['POid'];?>><?echo $rs['POid'];?></a></th> <th bgcolor="#ffffff" align="center"> <? } ?> <? echo $_POST["sup_name"]; $sql = "SELECT sup_name FROM supplier = '".$_POST["sup_name"]."'"; $qry= mysql_query($sql) ; $rs = mysql_fetch_array($qry); echo $rs["sup_name"]; ?> </th> <th bgcolor="#ffffff"><?=$rs['POdate'];?></th> <th bgcolor="#ffffff"><?=$rs['POdatedeli'];?></th> <th bgcolor="#ffffff" align="center"><?=$rs['POplacedeli'];?></th> <th bgcolor="#ffffff" align="center"><?=$rs['QUid'];?></th> <td bgcolor="#ffffff"><a href ="POupdate.php?POid=<?=$rs['POid'];?>">แก้ไข</td> <td bgcolor="#ffffff"> <a href="POdel.php?POid=<?=$rs['POid'];?>">ลบ</td> </tr> </center> </table> </fieldset> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง