<!--<? include('conn.php'); ?> --> <!doctype html> <html> <head> <meta charset="utf-8"> <style> td { border: 1px solid black; text-align: left; } table { border: thick solid black; width: 100%; s } #testTable { width : 350px; margin-left: auto; margin-right: auto; } #tablePagination { background-color: #DCDCDC; font-size: 0.8em; padding: 0px 5px; height: 20px } #tablePagination_paginater { margin-left: auto; margin-right: auto; } #tablePagination img { padding: 0px 2px; } #tablePagination_perPage { float: left; } #tablePagination_paginater { float: right; } #RadioGroup1_0 { text-align: center; } td { text-align: center; } </style> <body bgcolor="silver"> </head> <body> <p><a href="index.php">หน้าแรก</a> <a href="AddInsert1.php">ย้อนกลับ </a></p> <div data-theme="a" data-role="header" align="center"> <h1> Inpection Record </h1> </div> <table width="95%" height="228" border="1"> <tr> <td width="8%" rowspan="2" bgcolor="#6666FF">หัวข้อ</td> <td width="8%" rowspan="2" bgcolor="#6666FF"><p>ความดัน</p> <p>ลม</p></td> <td width="7%" rowspan="2" bgcolor="#6666FF">น้ำหนัก</td> <td colspan="4" bgcolor="#6666FF">เส้นรอบวง</td> <td width="16%" rowspan="2" bgcolor="#6666FF"><p align="left">รูปทรงโดยโมลด์</p></td> <td width="14%" rowspan="2" bgcolor="#6666FF"><p>รูปทรงโดยห่วง</p></td> <td width="28%" rowspan="2" bgcolor="#99FF99">สภาพโดยทั่วไป</td> </tr> <tr> <td width="3%" height="39"><label for="textfield">a</label></td> <td width="3%"><label for="txtb">b</label></td> <td width="5%"><label for="txtc">c</label></td> <td width="8%">diff</td> </tr> <tr> <td height="32" bgcolor="#99FFCC">STD.</td> <? $s2="(SELECT Po FROM qc_record ORDER BY LotID DESC LIMIT 0,1)"; /*$s2 = "SELECT * FROM qc_record ORDER BY LotID DESC LIMIT 1";*/ $q2=mysql_query($s2); $row2 = mysql_fetch_array($q2); $max =$row2['Po']; /*$max = $q2['Po']; */ $str .= "(select *from qc_record,standardvalue WHERE qc_record.Po = '$max' AND standardvalue.Po = '$max')"; $objQuery = mysql_query($str); while($objResult = mysql_fetch_array($objQuery)) { ?> <td><?=$objResult["AirPressure"]?></td> <td><?=$objResult["Weight"]?></td> <td colspan="4"><?=$objResult["Moldring"]?></td> <td> </td> <td> </td> <td> </td> </tr> <tr> <td height="90" bgcolor="#009933"> <input type="submit" style="width:50px; height:30px"" name="btnsubmit" id="btnsubmit" value="บันทึก "> <? if($_POST["btnsubmit"]){ include ('codeinsertSpec.php'); } ?> </td> <td bgcolor="#CCCCFF"><label for="txtairpess"></label> <input type="text" name="txtairpess" id="txtairpess" size="4" value="" maxlength="5"></td> <td bgcolor="#CCCCFF"><label for="txtweightball"></label> <input type="text" name="txtweightball" id="txtweightball" size="3"></td> <td bgcolor="#CCCCFF"><input type="text" name="txta" id="txta" size="3" value="" OnKeyPress="return chkNumber1 (this)" ></td> <td bgcolor="#CCCCFF"><input type="text" name="txtb" id="txtb" size="3" value="" onKeyPress="return chkNumber2 (this)"></td> <td bgcolor="#CCCCFF"><input type="text" name="txtc" id="txtc" size="3" value="" onKeyPress="return chkNumber3 (this)"></td> <td bgcolor="#CCCCFF"><input type="text" name="txtdiff" id="txtdiff" size="3" value=""></td> <td bgcolor="#CCCCFF"><p> <label> <input type="radio" name="Rdomold" value="<?=$objResult["MoldS"]?>" id="RadioGroup1_0"> <?=$objResult["MoldS"]?> </label> <br> <label> <input type="radio" name="Rdomold" value="<?=$objResult["MoldM"]?>"id="RadioGroup1_1"> <?=$objResult["MoldM"]?> </label> <br> <label> <input type="radio" name="Rdomold" value="<?=$objResult["MoldL"]?>" id="RadioGroup1_2"> <?=$objResult["MoldL"]?></label> <? } ?></p></td> <td bgcolor="#CCCCFF"><label for="select"></label> <select name="selectring2" id="selectring2"> <option value="ปกติ">ปกติ </option> <option value="Big">Big</option> <option value="Small">Small</option> </select></td> <td bgcolor="#CCCCFF"><select name="selectcondition2" id="selectcondition2"> <option value="ปกติ">ปกติ </option> <option value="NG(โลโก้ไม่ตรงตามArtwork)">NG(โลโก้ไม่ตรงตามArtwork)" </option> <option value="NG(การติดบอลห่างเกินไป)">NG(การติดบอลห่างเกินไป)" </option> <option value="NG(ไม่สะอาด)">NG(ไม่สะอาด)" </option> <option value="NG(ไม่สะอาด)">NG(หนังขาด)" </option> </select></td> </tr> </table> <table width="200" border="1"> <tr id=""> <td width="7%">หัวข้อ</td> <td width="8%">ความดันลม</td> <td width="8%">น้ำหนัก</td> <td width="8%">a</td> <td width="9%">b</td> <td width="10%">c</td> <td width="8%">diff</td> <td width="11%">รูปทรงโดยโมลด์</td> <td width="10%">รูปทรงโดยห่วง</td> <td width="21%">สภาพโดยทั่วไป</td> </tr> <? $s2="(SELECT Po FROM qc_record ORDER BY LotID DESC LIMIT 0,1)"; /*$s2 = "SELECT * FROM qc_record ORDER BY LotID DESC LIMIT 1";*/ $q2=mysql_query($s2); $row2 = mysql_fetch_array($q2); $max =$row2['Po']; $strSQL = "SELECT*from inspection_rec Where Po = '$max' ORDER BY ValueID ASC "; $objQuery = mysql_query($strSQL) or die(mysql_error()); ?> <? $i=0; while($objResult = mysql_fetch_array($objQuery)) { if($i%2==0) { $bg = "FFCCCC"; } else { $bg = "CCFFCC"; } ?> <tr bgcolor="<?=$bg;?>"> <td><?=$objResult['ValueID']?></td> <td><?=$objResult['Pressureball']?></td> <td><?=$objResult['Weightball']?></td> <td><?=$objResult['Pera']?></td> <td><?=$objResult['PerB']?></td> <td><?=$objResult['PerC']?></td> <td><?=$objResult['Diff']?></td> <td><?=$objResult['MoldShape']?></td> <td><?=$objResult['MoldRing']?></td> <td><?=$objResult['Conditionball']?></td> </tr> <? } ?> </table> </body></html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง