<table border="1" cellpadding="1" cellspacing="1"> <tr> <td align="center">รหัสยา</td> <td align="center">ชื่อยา</td> <td align="center">จำนวนที่จะเบิก</td> <td align="center">ราคา</td> <td align="center">ราคารวม</td> <td align="center">วันที่เบิก</td> <td align="center">ผู้เบิก</td> </tr> <? $i=0; while($objResult = mysql_fetch_array($objQuery)) { ?> <tr> <td><input name="id<?=$i;?>" size="20" type="text" id="id<?=$i;?>" value="<?=$objResult["id"];?>" readonly="readonly" /></td> <td><input name="name<?=$i;?>" size="60" type="text" id="name<?=$i;?>" value="<?=$objResult["name"];?>" readonly="readonly" /></td> <td><input name="bamount<?=$i;?>" size="10" type="text" id="bamount<?=$i;?>" onkeypress="numonly();code(this)" onkeyup="cal_price('bamount<?=$i;?>','cost<?=$i;?>','bcost<?=$i;?>')" onkeydown="setNextFocus('bcost<?=$i;?>')"/></td> <? $str="select hos.itemlist.UnitPrice from hos.itemlist where hos.itemlist.ItemCode = '".$objResult["id"]."'"; $a=mysql_query($str); while($objResult1 = mysql_fetch_array($a)) { $b[$i]=$objResult1["UnitPrice"]; } ?> <td><input name="cost<?=$i;?>" size="5" type="text" id="cost<?=$i;?>" value="<?=$b[$i]?>" readonly="readonly" /></td> <td><input name="bcost<?=$i;?>" size="10" type="text" id="bcost<?=$i;?>" onkeydown="setNextFocus('bamount<?=$i+1;?>')" onblur="sum('bcost<?=$i;?>')" value="0" readonly="readonly" /></td> <td><input name="jongdate" size="7" type="text" id="jongdate" value="<?=$regdate2?>" readonly="readonly" /></td> <? $a="SELECT sskhdata.member.name from sskhdata.member where sskhdata.member.user='".$_SESSION["Username"]."'"; $d=mysql_query($a); while($objResult = mysql_fetch_array($d)) { $c[]=$objResult["name"]; } ?> <td><input name="sid" size="20" type="text" id="sid" value="<?=$c[0]?>" readonly="readonly" /></td> </tr> <? $i++; } ?> <tr> <td colspan="4" align="right">รวม:</td> <td><input name="total" type="text" id="total" value="0" size="10" readonly="readonly"/></td>
<script language="javascript"> function sum(a){ var sum = 0; var obj= document.all; sum = sum+parseFloat(document.getElementById(a).value); obj.total.value=sum; } </script> <script language='javascript'> function cal_price(obj_unit_id,obj_price_id,obj_total_id){ document.getElementById(obj_total_id).value=parseFloat(document.getElementById(obj_unit_id).value*document.getElementById(obj_price_id).value); } </script> <script language="JavaScript"> function setNextFocus(objId){ if (event.keyCode == 13){ var obj=document.getElementById(objId); if (obj){ obj.focus(); } } } </script> <script language="JavaScript"> function numonly() { if ((event.keyCode >= 48) && (event.keyCode <= 57)) {} else {event.keyCode = 0 ; } } </script> <script type='text/javascript'> function code(elm){ regex1 =/^[1-9]$/i val =elm.value; len =elm.value.length; if( len==1 && !val.match(regex1) ){ //ตัวแรกไม่ได้เป็นตัวอักษร elm.value=''; } } </script> <script language="JavaScript"> function check(num) { var a=num; var x=0; for(var i=0;i<$a;i++) { if(document.frmjong.bamount+i.value !="") { x=x+1;} else {x=x;} } if(x>=1) { alert('กรุณาเลิกยาที่จะเบิกอย่างน้อย1รายการ'); window.location='jong.php'; } else if(document.frmjong.loc.value == "") { alert('กรุณาเลือกตึก'); document.frmjong.loc.focus(); return false; } else if(confirm('กรุณาตรวจสอบรายการเบิกน้ำยาให้เรียบร้อยก่อนกดตกลงเพื่อความสะดวกของท่าน')==true) { document.frmjong.submit() } else { return false; } } </script>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง