<form name="frmInsFIX1" method="post" action="process_nccc.php?type=WIP_FIX&job_no=<?=$_GET[job_no];?>&reqh_code=<?=$_GET[reqh_code];?>&MOD=<?=$_GET[MOD];?>" enctype="multipart/form-data"> <table cellpadding="1" border="0" align="center" class="HDD" > <tr> <td ><input type="checkbox" name="fix2_reproduce" value="Y" /></td> <td class="fontTopic1" align="left">Re-produce the order</td> <td class="fontTopic1" align="right">IPO#:</td> <td><input type="text" name="fix2_ipo_no" class="inputtext_FIX" /></td> </tr> <tr> <td ><input type="checkbox" name="fix2_repack" value="Y" /></td> <td class="fontTopic1" align="left">Re-Packaging</td> <td class="fontTopic1" align="right">Shop order#:</td> <td><input type="text" name="fix2_shop_order" class="inputtext_FIX" /></td> </tr> <tr> <td class="fontTopic1" align="right">QTY:</td> <td><input type="text" name="fix2_qty" class="inputtext_FIX" /></td> <td class="fontTopic1" align="right">RTBS:</td> <td><input type="text" name="fix2_rtbs" class="inputtext_FIX" /></td> </tr> </table> <br /> <table id="tbExp_FIX1" bgcolor="#333333" cellpadding="0" align="center" class="HDD" > <tr class="fontTitle" bgcolor="#FF8080" height="25"> <td align="center"><font color="#FFFFFF" size="2" style="font-weight:bold">No.</font></td> <td align="center"><font color="#FFFFFF" size="2" style="font-weight:bold">Description</font></td> <td align="center"><font color="#FFFFFF" size="2" style="font-weight:bold">Responsible</font></td> <td align="center"><font color="#FFFFFF" size="2" style="font-weight:bold">Deadline</font></td> <td align="center"><font color="#FFFFFF" size="2" style="font-weight:bold">Upload file</font></td> </tr> <script language="javascript"> function CreateNewRow_FIX1() { var intLine = parseInt(document.frmInsFIX1.hdnMaxLine_FIX1.value); intLine++; var theTable = document.all.tbExp_FIX1 var newRow = theTable.insertRow(theTable.rows.length) newRow.id = newRow.uniqueID var item1 = 1 var newCell //*** Line Media Type ***// newCell = newRow.insertCell(0) newCell.id = newCell.uniqueID newCell.setAttribute("className", "css-name"); newCell.innerHTML = "<INPUT CLASS=\"inputtext_FIX\" TYPE=\"TEXT\" SIZE=\"5\" NAME=\"no[]"+intLine+"\" VALUE=\""+intLine+"\">" //*** Line Code ***// newCell = newRow.insertCell(1) newCell.id = newCell.uniqueID newCell.setAttribute("className", "css-name"); newCell.innerHTML = "<TEXTAREA CLASS=\"inputtext_FIX\" COLS=\"55\" ROWS=\"1\" NAME=\"fix1_desc[]"+intLine+"\" ></textarea>" //*** Line Product Name ***// newCell = newRow.insertCell(2) newCell.id = newCell.uniqueID newCell.setAttribute("className", "css-name"); newCell.innerHTML = "<INPUT CLASS=\"inputtext_FIX\" TYPE=\"TEXT\" SIZE=\"20\" NAME=\"fix1_responsible[]"+intLine+"\" >" //*** Line Product No ***// newCell = newRow.insertCell(3) newCell.id = newCell.uniqueID newCell.setAttribute("className", "css-name"); newCell.innerHTML = "<INPUT CLASS=\"inputtext_FIX\" TYPE=\"TEXT\" SIZE=\"20\" NAME=\"fix1_deadline_date[]"+intLine+"\" >" //*** Line Product No ***// newCell = newRow.insertCell(4) newCell.id = newCell.uniqueID newCell.setAttribute("className", "css-name"); newCell.innerHTML = "<INPUT TYPE=\"FILE\" SIZE=\"20\" NAME=\"fileUpload[]\" >" document.frmInsFIX1.hdnMaxLine_FIX1.value = intLine; } function RemoveRow_FIX1() { intLine = parseInt(document.frmInsFIX1.hdnMaxLine_FIX1.value); if(parseInt(intLine) > 0) { theTable = (document.all) ? document.all.tbExp_FIX1 : document.getElementById("tbExp_FIX1") theTableBody = theTable.tBodies[0]; theTableBody.deleteRow(intLine); intLine--; document.frmInsFIX1.hdnMaxLine_FIX1.value = intLine; } } </script> <table border="0" align="right"> <tr> <td><input type="hidden" name="hdnMaxLine_FIX1" value="0"> <input name="btnAdd" type="button" id="btnAdd" value="Add Row" onClick="CreateNewRow_FIX1();"> <input name="btnDel" type="button" id="btnDel" value="Del Row" onClick="RemoveRow_FIX1();"></td> </tr> </table> <br /><br /> <table align="center"> <tr height=""> <td align="center" colspan="4"><A href="javascript:document.frmInsFIX1.submit();"><img src="image/submit.gif" border=0 /></A></td> </tr> </table> </table> </form>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง