|
|
|
พี่วินคับ รบกวนดูให้หน่อยคือมีบางส่วนที่ผมไม่ต้องการแต่ผมจะทำการปิดยังไง คัยก็ได้รบกวนช่วยดูให้ทีผมต้องส่งโปรเจคให้อ.ครับ!!! |
|
|
|
|
|
|
|
คือว่าผมมีบางส่วนที่ไม่ได้ใช่อะครับ คือส่วนสำนักงาน ซึ่งผมไม่ได้คือไม่อยากให้มันโชว์ขึ้นในรีพอดอะครับ และอยากให้มันขยับไม่ให้เกิดรอยต่อพอจะแก้ไขยังไงบ้างครับ รบกวนผู้รู้ช่วยบอกหน่อยคร๊าฟ
Code (PHP)
<?php
include_once("include/dbconnect.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" />
<title>ระบบแจ้งซ่อมคอมพิวเตอร์ MCOT</title>
<link rel="stylesheet" type="text/css" href="../itservice_mcot/css/style_mini.css">
</head>
<!-- main -->
<div id="main">
<div id="header_images"></div>
<div id="content">
<div id="header_text">รายละเอียดการแจ้งซ่อม</div>
<table>
<?php
if (isset($_GET["id"]))
{
$autorps_id = $_GET["id"];
$sql = "select * from topbrand_rpservice where autorps_id=$autorps_id";
$query_result = mysql_query($sql, $DB_CONNECTOR) or die(mysql_error() . "<br /><b>" . $sql . "</b>");
$rs = mysql_fetch_assoc($query_result);
echo "<tr>";
echo " <th>หมายเลขที่แจ้ง :</th>";
echo " <td>" . $rs["autorps_id"] . "</td>";
echo "</tr>";
echo "<tr>";
echo " <th>ผู้แจ้ง :</th>";
echo " <td>";
$sql1 = "select * from topbrand_employee where autoemp_id=" . $rs["autoemp_id"];
$query_result1 = mysql_query($sql1, $DB_CONNECTOR) or die(mysql_error() . "<br /><b>" . $sql1 . "</b>");
$rs1 = mysql_fetch_assoc($query_result1);
echo $rs1["emp_fname"] . " " . $rs1["emp_lname"];
echo " </td>";
echo "</tr>";
echo "<tr>";
echo " <th>ตำแหน่ง :</th>";
echo " <td>";
echo $rs1["emp_position"];
echo " </td>";
echo "</tr>";
echo "<tr>";
echo " <th>ฝ่าย/แผนก :</th>";
echo " <td>";
$sql3 = "select * from topbrand_department where dept_id=" . $rs["dept_id"];
$query_result3 = mysql_query($sql3, $DB_CONNECTOR) or die(mysql_error() . "<br /><b>" . $sql3 . "</b>");
$rs3 = mysql_fetch_assoc($query_result3);
echo $rs3["dept_name"];
echo " </td>";
echo "</tr>";
echo "<tr>";
echo " <th>สำนัก :</th>";
echo " <td>";
$sql31 = "select * from topbrand_institute where ins_id='{$rs3["ins_id"]}'";
$query_result31 = mysql_query($sql31, $DB_CONNECTOR) or die(mysql_error() . "<br /><b>" . $sql31 . "</b>");
$rs31 = mysql_fetch_assoc($query_result31);
echo $rs31["ins_name"];
echo " </td>";
echo "</tr>";
echo "<tr>";
echo " <th>อาคาร :</th>";
echo " <td>";
$sql4 = "select * from topbrand_building where bud_id=" . $rs["bud_id"];
$query_result4 = mysql_query($sql4, $DB_CONNECTOR) or die(mysql_error() . "<br /><b>" . $sql4 . "</b>");
$rs4 = mysql_fetch_assoc($query_result4);
echo $rs4["bud_name"];
echo " </td>";
echo "</tr>";
echo "<tr>";
echo " <th>ชั้น :</th>";
echo " <td>" . $rs["bud_floor"] . "</td>";
echo "</tr>";
echo "<tr>";
echo " <th>เบอร์โทรภายใน :</th>";
echo " <td>";
echo $rs1["emp_intercom"];
echo " </td>";
echo "</tr>";
echo "<tr>";
echo " <th>เบอร์โทร :</th>";
echo " <td>";
echo $rs1["emp_phone"];
echo " </td>";
echo "</tr>";
echo "<tr>";
echo " <th>ประเภทเครื่อง :</th>";
echo " <td>";
$sql2 = "select * from topbrand_typemachine where tmc_id=" . $rs["tmc_id"];
$query_result2 = mysql_query($sql2, $DB_CONNECTOR) or die(mysql_error() . "<br /><b>" . $sql2 . "</b>");
$rs2 = mysql_fetch_assoc($query_result2);
echo $rs2["tmc_name"];
echo " </td>";
echo "</tr>";
echo "<tr>";
echo " <th>ประเภททรัพย์สิน :</th>";
echo " <td>";
$sql21 = "select * from topbrand_subtype where sub_id=" . $rs["sub_id"];
$query_result21 = mysql_query($sql21, $DB_CONNECTOR) or die(mysql_error() . "<br /><b>" . $sql21 . "</b>");
$rs21 = mysql_fetch_assoc($query_result21);
echo $rs21["sub_name"];
echo " </td>";
echo "</tr>";
echo "<tr id=\"rps_no\">";
echo " <th>หมายเลขอุปกณ์ :</th>";
echo " <td>" . ($rs2["tmc_type"]==1||$rs2["tmc_type"]==2 ? $rs["rps_no"]:"ไม่มี") . "</td>";
echo "</tr>";
echo "<tr>";
echo " <th>ยี่ห้อ/รุ่น :</th>";
echo " <td>" . $rs["rps_model"] . "</td>";
echo "</tr>";
echo "<tr>";
echo " <th>อาการเสีย :</th>";
echo " <td>";
if($rs["stf_id_includ"] != '0')
{
$stf = explode(" ", $rs["stf_id_includ"]);
for($a=0;$a<count($stf);$a++)
{
if(trim($stf[$a]) != "")
{
//echo $stf[$a];
$sql5 = "select * from topbrand_symptomfree where stf_id=" . $stf[$a];
$query_result5 = mysql_query($sql5, $DB_CONNECTOR) or die(mysql_error() . "<br /><b>" . $sql5 . "</b>");
$rs5 = mysql_fetch_assoc($query_result5);
echo $rs5["stf_name"] . "<br />";
}
}
}
if($rs["rps_stf_other"] != "")
{
echo $rs["rps_stf_other"];
}
echo " </td>";
echo "</tr>";
echo "<tr>";
echo " <th>วัน-เวลา ที่แจ้ง :</th>";
echo " <td>";
$day = substr($rs["autorps_id"], 6, 2);
$month = substr($rs["autorps_id"], 4, 2);
$year = substr($rs["autorps_id"], 0, 4);
$hour = substr($rs["autorps_id"], 8, 2);
$minutes = substr($rs["autorps_id"], 10, 2);
$second = substr($rs["autorps_id"], 12, 2);
echo $day . "-" . $month . "-" . $year . " " . $hour . ":" . $minutes . ":" . $second;
echo " </td>";
echo "</tr>";
echo "<tr>";
echo " <th>สถานะ :</th>";
echo " <td>";
if($rs["rps_status"] == 0)
{
echo "<img src=\"images/news2.gif\" /> แจ่งซ่อมใหม่และรอการอนุมัติ";
}
else if($rs["rps_status"] == 1)
{
echo "<img src=\"images/2-2.gif\" /> กำลังดำเนินการซ่อม";
}
else if($rs["rps_status"] == 2)
{
echo "<img src=\"images/gem_okay.png\" /> ดำเนินการซ่อมเรียบร้อย";
}
else if($rs["rps_status"] == 3)
{
echo "<img src=\"images/error_fuck.png\" /> ไม่สามารถซ่อมได้";
}
else if($rs["rps_status"] == 4)
{
echo "<img src=\"images/error_do_not.png\" /> ไม่ได้รับอนุมัติให้ซ่อม";
}
echo " </td>";
echo "</tr>";
if($rs["rps_status"] != 0)
{
if($rs["rps_status"] != 4)
{
echo "<tr>";
echo " <th>ช่างที่รับซ่อม :</th>";
echo " <td>";
$sqlt = "select * from topbrand_employee where autoemp_id=" . $rs["rps_autoemp_id"];
$query_resultt = mysql_query($sqlt, $DB_CONNECTOR) or die(mysql_error() . "<br /><b>" . $sqlt . "</b>");
$rst = mysql_fetch_assoc($query_resultt);
echo $rst["emp_fname"] . " " . $rst["emp_lname"];
echo " </td>";
echo "</tr>";
echo "<tr>";
echo " <th>หมายเหตุและผลการซ่อม :</th>";
echo " <td>" . $rs["rps_detail"] . "</td>";
echo "</tr>";
}
else
{
echo "<tr>";
echo " <th>หมายเหตุและผลการซ่อม :</th>";
echo " <td>" . $rs["rps_detail"] . "</td>";
echo "</tr>";
}
}
}
?>
</table>
</div>
<div id="footer_images"></div>
</div>
<!-- end main -->
<body>
</body>
</html>
Tag : PHP, MySQL, HTML/CSS, Ajax, jQuery
|
|
|
|
|
|
Date :
2012-11-15 01:58:13 |
By :
โปรเจคปี 4 |
View :
814 |
Reply :
5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
นี้คือภาพครับ สังเกตด้านขวา สำนักงาน : (ไม่อยากให้ขึ้น) สำนักงานยุทธการของความเสี่ยง (ไม่อยากให้ขึ้น)
สำนักงาน = ins_name รัหสสำนักงาน ins_id
แล้วอยากให้มันขยับให้ชิดติดกันด้วยอะครับเพื่อไม่ให้เกิดช่องว่างควรทำอย่างไรครับ ผมไม่รู้อะครับ คัยพอจะบอกผมได้บ้าง
|
|
|
|
|
Date :
2012-11-15 02:06:46 |
By :
โปรเจคปี 4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตรงบรรทัดที่ 59 - 66 ครับ
|
|
|
|
|
Date :
2012-11-15 04:28:48 |
By :
deawx |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แล้วแก้ยังไงอะครับ ผมไม่รู้อะครับ รบกวนช่วยอธิบายให้ลเอียดนิดหนึ่ง พอดีผมทำไม่ค่อยเป็นอะเป็น แถมไม่ค่อยรู้เรื่องสักเท่าไหร่ รบกวนหน่อยนะครับ นอนรอจนเผลอหลับไปเลย แฮ่ๆๆ
|
|
|
|
|
Date :
2012-11-15 08:19:54 |
By :
โปรเจคปี 4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณ คุณพี่ deawx มากนะครับ เมื่อกี้ผมลองลบ code ออกไป แล้วลองกดรันดูปรากฏว่ามันหายไป ตามที่ผมต้องการเลย แต่ทีนี้มันจะมีปัญหาของหน้าอื่นป่าวไม่รู้เดวผมจะลองเชคดู ขอบคุณคุนพี่มากนะครับที่แวะมาให้คำแนะนำ ขอบคุณมากๆๆครับ
|
|
|
|
|
Date :
2012-11-15 08:39:12 |
By :
โปรเจคปี 4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ยินดีด้วยจ้า
|
|
|
|
|
Date :
2012-11-15 09:07:45 |
By :
deawx |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|