Viewing file: runningDoc.php (10.16 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
include_once "template.php";
include_once "../class/clsTable.php";
include_once "../class/clsDepartment.php";
include_once "../class/clsPerson.php";
include_once "../link/function.php";
include_once "../class/clsDocType.php";
include_once "../class/clsRunningDoc.php";
include_once "funct.php";
include_once "../link/keyThai.php";
$oC = new clsConnection($GLOBALS['DBHOST'], $GLOBALS['DBNAME_EOFFICE'], $GLOBALS['DBUSER_EOFFICE'], $GLOBALS['DBPASS_EOFFICE']);
$oDP = new Department($oC);
$oDt = new doctype($oC);
$oRd = new runningdoc($oC);
$InputThai=$oSys->SearchByInputThai();
$maxgroup=$oDP->SearchMaxDocGroup();
$oRd->SearchByconfirmRunAll($maxgroup);
$oRd->GetRecord();
$confirm=$oRd->confirm;
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=tis-620">
<link href="../source/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<iframe id="addrunningDoc" name="addrunningDoc" src="" style="width:$0px;height:0px;border:0"></iframe>
<br>
<table width=703 align="center">
<tr><td height="150">
<fieldset>
<legend><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>"><a href="?mm=1">ตั้งค่าการใช้งานระบบ</a>
<img src="../picture/ico3.gif" width="10" height="10" border="0" align="absmiddle">ตั้งค่าเลขทะเบียนหนังสือราชการที่ใช้ร่วมกัน</font></legend><br>
<form name="ff" action="processRunningDoc.php" method="post" target="addrunningDoc" ><? //?>
<table width="95%" height="22" border="0" align="center"><tr>
<? if($s=="1"){ ?>
<td width="46%" align="center"><font color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>" size="2"><strong>
บันทึกข้อมูลทะเบียนหนังสือราชการที่ใช้ร่วมกันเรียบร้อยแล้ว</strong></font></td>
<? }
if($c=="1"){
?>
<td width="54%" align="center"><font color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>" size="2"><strong>
ยืนยันการใช้งานข้อมูลทะเบียนหนังสือราชการที่ใช้ร่วมกันเรียบร้อยแล้ว</strong></font></td>
<? } ?>
</tr>
<tr><td> </td></tr>
</table>
<table width="97%" height="22" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#DADADA" style="border-collapse:collapse" bgcolor="<?php echo $GLOBALS['COLOR_BG_TD_17'];?>">
<tr bgcolor="<?php echo $GLOBALS['COLOR_BG_TD_15'];?>" height="22">
<td width= "23%" align="center"><font size="2"><strong>ทะเบียนหนังสือ</strong></font></td>
<td width="13%" align="center"><font size="2"><strong>เลขทะเบียนรับ<br>เริ่มต้น</strong></font></td>
<td width="13%" align="center"><font size="2"><strong>เลขทะเบียนรับ<br>ปัจจุบัน</strong></font></td>
<td width="13%" align="center"><font size="2"><strong>เลขทะเบียนส่ง<br>เริ่มต้น</strong></font></td>
<td width="13%" align="center"><font size="2"><strong>เลขทะเบียนส่ง<br>ปัจจุบัน</strong></font></td>
<td width="12%" align="center"><font size="2"><strong>เลขลงทะเบียน<br> </strong></font></td>
<td width="12%" align="center"><font size="2"><strong>เลขลงทะเบียน<br>ปัจจุบัน</strong></font></td>
</tr>
<? $oDt->RSdoctypeDtRunAll();
while($oDt->GetRecord()){
if($oDt->DtP=="1"){
echo "<tr height=22><td colspan=5 align=\"left\"> "; if($oDt->DtPDtID=="0"){ echo "<strong>"; }else{ echo " - "; } echo "ทะเบียน".$oDt->DtName; if($oDt->DtPDtID=="0"){ echo "<strong></td></tr>"; }
}else{
$oRd->SearchBydocGroupDtID($maxgroup,$oDt->DtID);
$oRd->GetRecord();
?>
<tr height=22>
<td align="left"> <? if($oDt->DtPDtID=="0"){ echo "<strong>"; }else{ echo " - "; } ?>ทะเบียน<? echo $oDt->DtName; if($oDt->DtPDtID=="0"){ echo "<strong>"; } ?></td>
<td align="center">
<? if($oDt->forRegis=="Y"){ echo "-"; }else{ ?>
<? if($confirm=="Y"){ if($oRd->receiveNoStart!=0){ echo a2th($oRd->receiveNoStart); } }else{ ?>
<input type="text" name="receiveNoStart[<? echo $oDt->DtID; ?>]" style=text-align:center size="5" maxlength="11" onKeyPress="event.keyCode=CheckInput(event.keyCode,'<? echo $InputThai; ?>'); return event.keyCode;" value=<? echo a2th($oRd->receiveNoStart); ?>>
<? }} ?>
</td>
<td align="center">
<? if($oDt->forRegis=="Y"){ echo "-"; }else{ ?>
<? if($confirm=="Y"){ if($oRd->receiveNoStart!=0){ if($oRd->receiveNo=='0'){ echo "ยังไม่มีการใช้งาน"; }else{ echo a2th($oRd->receiveNo); } } }else{ if($oRd->receiveNo=='0'){ echo "ยังไม่มีการใช้งาน"; }else{ echo a2th($oRd->receiveNo); } } }?>
</td>
<td align="center">
<? if($oDt->forRegis=="Y"){ echo "-"; }else{ ?>
<? if($confirm=="Y"){ if($oRd->sendNoStart!=0){ echo a2th($oRd->sendNoStart); } }else{ ?>
<input type="text" name="sendNoStart[<? echo $oDt->DtID; ?>]" style=text-align:center size="5" maxlength="11" onKeyPress="event.keyCode=CheckInput(event.keyCode,'<? echo $InputThai; ?>'); return event.keyCode;" value=<? echo a2th($oRd->sendNoStart); ?>>
<? } } ?>
</td>
<td align="center">
<? if($oDt->forRegis=="Y"){ echo "-"; }else{ ?>
<? if($confirm=="Y"){ if($oRd->sendNoStart!=0){ if($oRd->sendNo=='0'){ echo "ยังไม่มีการใช้งาน"; }else{ echo a2th($oRd->sendNo);} } }else{ if($oRd->sendNo=='0'){ echo "ยังไม่มีการใช้งาน"; }else{ echo a2th($oRd->sendNo); } } }?></td>
<td align="center"><? if($oDt->forRegis!="Y"){ echo "-"; }else{ ?><? if($confirm=="Y"){ if($oRd->regisNoStart!=0){ echo a2th($oRd->regisNoStart); } }else{ ?><input type="text" name="regisNoStart[<? echo $oDt->DtID; ?>]" style=text-align:center size="5" maxlength="11" onKeyPress="event.keyCode=CheckInput(event.keyCode,'<? echo $InputThai; ?>'); return event.keyCode;" value=<? echo a2th($oRd->regisNoStart); ?>><? } } ?></td>
<td align="center"><? if($oDt->forRegis!="Y"){ echo "-"; }else{ ?><? if($confirm=="Y"){ if($oRd->regisNoStart!=0){ if($oRd->regisNo=='0'){ echo "ยังไม่มีการใช้งาน"; }else{ echo a2th($oRd->regisNo); } } }else{ if($oRd->regisNo=='0'){ echo "ยังไม่มีการใช้งาน"; }else{ echo a2th($oRd->regisNo); } } ?><? } ?></td>
</tr>
<? } //show
} //while ?>
</table>
<table align="center" width="85%">
<tr><td > </td></tr>
<tr><td colspan="2" align="center">
<input type="submit" name="setrunningDoc" value="บันทึก" onClick="return checkFormat();" <? if($confirm=="Y"){ echo "disabled";} ?>>
<input type="button" name="cancel" value="ยกเลิก" onClick="location.href = '?mm=1'">
<? $oRd->SearchBydocGroupRunAll($maxgroup); if($oRd->GetRecord()=="1"){ ?>
<input type="submit" name="setrunningDoc" value="ยืนยันการใช้งาน" onClick="return checkFormat2();" <? if($confirm=="Y"){ echo "disabled";} ?>>
<? } ?>
<input type="hidden" name="docGroup" value="<? echo $maxgroup; ?>" >
<input type="hidden" name="method">
</td></tr>
<? if($confirm=="Y"){ ?>
<tr><td align="center"><a href="editRunningDocConfirm.php" >[ <img src="../picture/lock.gif" alt="แก้ไขข้อมูลทะเบียนหนังสือ" border="0" style="cursor:pointer;"> แก้ไขข้อมูลทะเบียนหนังสือราชการที่ใช้ร่วมกันกรณีพิเศษ]</a></td></tr>
<? } ?>
</table></form>
</fieldset>
<table width="704" border="0" align="center">
<tr>
<td width="76" align="left"><font color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>" size="2"> <strong>หมายเหตุ
: </strong> </font></td>
<td width="618" align="left"> <font color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>" size="2">-
กรณีหน่วยงานใดที่ไม่กำหนดข้อมูลเลขทะเบียนหนังสือ ในช่อง </font>
<input name="textfield" type="text" size="5" maxlength="2" disabled>
<font color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>" size="2"> </font></td>
</tr>
<tr>
<td width="76"> </td>
<td width="618" align="left"> <font color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>" size="2">
จะหมายถึงหน่วยงานนั้นต้องการกำหนดเลขทะเบียนเริ่มต้นของหนังสือทุกชนิด</font></td>
</tr>
<tr>
<td width="76"> </td>
<td width="618" align="left"> <font color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>" size="2">
โดยให้ระบบกำหนดเลขทะเบียนเริ่มต้นที่เลข <? echo a2th(1); ?> อัตโนมัติ</font></td>
</tr>
<tr>
<td width="76"> </td>
<td width="618" align="left"> <font color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>" size="2">- กรณีที่มีการปรับโครงสร้างขององค์กรใหม่ในปี พ.ศ. เดิมและมีการใช้ชื่อหรือเปลี่ยน</font></td>
</tr>
<tr>
<td width="76"> </td>
<td width="618" align="left"> <font color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>" size="2">
ชื่อหน่วยงานย่อยในการรับผิดชอบการลงทะเบียนหนังสือราชการของสารบรรณของสารบรรณกลาง</font></td>
</tr>
<tr>
<td width="76"> </td>
<td width="618" align="left"> <font color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>" size="2">
ที่ใช้เลขทะเบียนหนังสือร่วมกัน แต่ต้องการให้ระบบรันเลขทะเบียนหนังสือทุกชนิดต่อเนื่องจากโครงสร้างเดิม</font></td>
</tr>
<tr>
<td width="76"> </td>
<td width="618" align="left"> <font color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>" size="2">
ให้ตั้งค่าเริ่มต้นของเลขทะเบียนทุกชนิดเป็นเลขทะเบียนลำดับท้ายสุดของโครงสร้างเดิม+1 เป็นเลขเริ่มต้น </font></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
<script language="javascript">
function checkFormat(){
var agree=confirm("คุณต้องการบันทึกข้อมูลทะเบียนหนังสือราชการที่ใช้ร่วมกันใช่หรือไม่ ?");
if (agree){
document.ff.method.value="setrunningDoc";
return true ;
}else{
return false ;
}
}
function checkFormat2(p){
window.alert("หมายเหตุ :: เมื่อกดยืนยันการใช้งานแล้ว\nจะไม่สามารถเปลี่ยนแปลงข้อมูลทะเบียน \nหนังสือราชการที่ใช้ร่วมกันนี้ได้อีก");
var agree=confirm("คุณต้องการยืนยันการใช้งานข้อมูลทะเบียนหนังสือราชการที่ใช้ร่วมกันนี้ใช่หรือไม่ ?");
if (agree){
document.ff.method.value="confirm";
return true ;
}else{
return false ;
}
}
</script>
|