Viewing file: AccDetail.php (6.25 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php include("../include/FunctionDB.php"); ConnectDB(); $sql = "Select * From accessories_tb Where code='$code'"; $result = mysql_query($sql) or die(" Error").mysql_error(); $rs = mysql_fetch_array($result) ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>ข้อมูลพัสดุครุภัณฑ์</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-874"> <link href="./source/style.css" rel="stylesheet" type="text/css"> <style type="text/css"> <!-- .style3 {color: #000000} --> </style> </head>
<body bgcolor="#FFFFFF" topmargin="0"> <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <th width="992" scope="col"><form name="form1" method="post" action=""> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#EEEEEE" style="border:1px solid gray"size="12"> <tr bgcolor="#CCCCFF"> <td colspan="3"><div align="center"><font color="#000000" size="4" face="Tahoma"><strong>แสดงรายละเอียด</strong></font></div></td> </tr> <tr bgcolor="#eeeeee"> <td width="210" height="20" bordercolor="#D8D2A9"><font size="2" face="Tahoma">รหัส</font></td> <td nowrap bordercolor="#DDF8D1"><strong><font color="#000000" size="2" face="Tahoma"> <?php echo"$rs[Acc_code]"; ?> </font></strong></td> <td width="249" rowspan="13" nowrap bordercolor="#DDF8D1"><?php echo"<center>"; echo"<img src=\"$rs[Img1]\" width=\"200\" height=\"150\" >"; echo"</center>"; ?></td> </tr> <tr bgcolor="#eeeeee"> <td height="20" bordercolor="#D8D2A9"><font size="2" face="Tahoma">ชื่ออุปกรณ์/ยี่ห้อ</font></td> <td nowrap bordercolor="#DDF8D1"><strong><font color="#000000" size="2" face="Tahoma"> <?php echo"$rs[Acc_name]"; ?> </font></strong></td> </tr> <tr bgcolor="#eeeeee"> <td height="20" bordercolor="#D8D2A9"><font size="2" face="Tahoma">ชนิด</font></td> <td nowrap bordercolor="#DDF8D1"><font color="#000000" size="2" face="Tahoma"> <?php $Acc_type_code = $rs["Acc_type_code"]; $sql = "Select * From accessories_type_tb Where Acc_type_code='$Acc_type_code'"; $result1 = mysql_query($sql) or die("Error".mysql_error()); $rss = mysql_fetch_array($result1); echo "$rss[Acc_type] $rss[Acc_Etype]"; ?> </font></td> </tr> <tr bgcolor="#eeeeee"> <td height="20" bordercolor="#D8D2A9"><span class="style3"><font size="2" face="Tahoma">หน่วยงาน /ฝ่าย ที่รับผิดชอบ </font></span></td> <td bordercolor="#DDF8D1"><font color="#000000" size="2" face="Tahoma"> <?php $Faculty_code = $rs["Faculty_code"]; $sql = "Select * From faculty_tb Where Faculty_code='$Faculty_code'"; $result1 = mysql_query($sql) or die("Error".mysql_error()); $rss = mysql_fetch_array($result1); echo "$rss[Faculty_name]"; ?> </font></td> </tr> <tr bgcolor="#eeeeee"> <td height="20" bordercolor="#D8D2A9"><font size="2" face="Tahoma">ที่จัดเก็บ</font></td> <td width="471" bordercolor="#DDF8D1"><font color="#000000" size="2" face="Tahoma"><? echo $rs[Store] ?></font><font color="#336600" size="2" face="Tahoma"> </font></td> </tr> <tr bgcolor="#eeeeee"> <td height="20" bordercolor="#D8D2A9"><font size="2" face="Tahoma">ประวัติการซ่อม</font></td> <td width="471" ><font color="#000000" size="2" face="Tahoma"> <? echo nl2br($rs[Fix_History])?> </font></td> </tr> <tr bgcolor="#eeeeee"> <td height="20" bordercolor="#D8D2A9"><font size="2" face="Tahoma">บริษัท Contact</font></td> <td width="471" bordercolor="#DDF8D1"><font color="#000000" size="2" face="Tahoma"><? echo $rs[Contact]?></font><font color="#003366" size="2" face="Tahoma"> </font></td> </tr> <tr bgcolor="#eeeeee"> <td height="20" ><font size="2" face="Tahoma">ปี พ.ศ.ที่ซื้อ</font></td> <td bordercolor="#DDF8D1"><font color="#003366" size="2" face="Tahoma"> <?php $sday = $rs[Date_buy]; $yearthai = explode("-",$sday); $day = intval($yearthai[2]); $month = intval($yearthai[1]); $year = intval($yearthai[0]); ////////////////// // $yearthai = $day ; // $month = TxtThaiMonth($month); echo"$day"."/"."$month"."/"."$year"; ?> </font></td> </tr> <tr bgcolor="#eeeeee"> <td height="20" bordercolor="#D8D2A9"><font size="2" face="Tahoma">ราคา</font></td> <td bordercolor="#DDF8D1"><font color="#993333" size="2" face="Tahoma"><?echo number_format($rs['Price'],2,'.',','); ?></font><font color="#000000" size="2" face="Tahoma"> บาท </font></td> </tr> <tr bgcolor="#eeeeee"> <td height="20" bordercolor="#D8D2A9"><font color="#003366" size="2" face="Tahoma"></font><font size="2" face="Tahoma">งบประมาณการซ่อมแซม</font></td> <td bordercolor="#DDF8D1"><font color="#000000" size="2" face="Tahoma"><? echo $rs[Fix_budget] ?> บาท </font></td> </tr> <tr bgcolor="#eeeeee"> <td height="20" nowrap bordercolor="#D8D2A9"><font size="2" face="Tahoma">สถานะการใช้งาน</font></td> <td bordercolor="#DDF8D1"><font color="#000000" size="2" face="Tahoma"><? echo $rs[Status] ?></font></td> </tr> <tr bgcolor="#eeeeee"> <td height="20" bordercolor="#D8D2A9"><font size="2" face="Tahoma">สถิติการใช้งาน</font> </td> <td ><font color="#000000" size="2" face="Tahoma"><? echo $rs[Statistic] ?></font></td> </tr> <tr bgcolor="#eeeeee"> <td height="20" nowrap bordercolor="#D8D2A9"><font size="2" face="Tahoma">บันทึกซ่วยจำ</font></td> <td ><font color="#000000" size="2" face="Tahoma"><? echo nl2br($rs[Description]) ?></font></td> </tr> <tr bgcolor="#eeeeee"> <td height="22" colspan="3"><div align="center"> <input type="button" name="Submit" value=" ปิดหน้าต่าง" onClick="javascript:parent.close();" class="button1"> </div></td> </tr> </table> </form> </th> </tr> </table> <p> </p> <p> </p> </body> </html>
|