Viewing file: 2554-11-04-2.0.02-editDefineProgram.php (23.36 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
include_once "template.php";
showHeader();
include_once "../class/clsReg_Program.php";
include_once "../class/clsAssessForm.php";
include_once "../class/clsDefineAssessment.php";
include_once "../class/clsDoAssessmentHStd.php";
include_once "../class/clsHoldProgram.php";
include_once "../class/clsHoldProgramTmp.php";
include_once "../class/clsClassAssess.php";
include_once "../class/clsCourseAssess.php";
include_once "../link/function.php";
include_once "../class/clsReg_Program.php";
include_once "../class/clsReg_SysSemesterDes.php";
confirmSubmit();
checkFormat();
openWindow1();
$oCR = new clsConnection($GLOBALS['HOST'], $GLOBALS['DB_REG'], $GLOBALS['USER_REG'], $GLOBALS['PASSWORD_REG']);
$oCA = new clsConnection($GLOBALS['HOST'], $GLOBALS['DB_EASS'], $GLOBALS['USER_EASS'], $GLOBALS['PASSWORD_EASS']);
$oProg = new Program($oCR);
$oAF = new AssessForm($oCA);
$oDA = new DefineAssessment($oCA);
$oDoHStd = new DoAssessmentHStd($oCA);
$oSse = new SysSemesterDes($oCR);
$oHP = new HoldProgram($oCA);
$oHP2 = new HoldProgram($oCA);
$oClassA = new ClassAssess($oCA);
$oCourse = new CourseAssess($oCA);
$oDA ->SearchByKey($defineid,$acadYear,$semester,$noAss);
$oDA->GetRecord();
$oAF->SearchByKey($oDA->assid);
$oAF->GetRecord();
$oSse->SearchByKey($oDA->semester);
$oSse->GetRecord();
if($acadYearList == "")
$acadYearList = $GLOBALS["ACADYEAR"];
if(!$semesterList)
$semesterList = $GLOBALS["SEMESTER"];
?>
<meta http-equiv="Content-Type" content="text/html; charset=TIS-620">
<table width="740" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><br><fieldset>
<legend><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>"><a href="processDefineProgram.php?link=main&menu=linkBackMenu">กำหนดช่วงเวลาประเมิน</a>
<img src="../picture/ico3.gif" align="absmiddle" border="0"> <a href="processDefineProgram.php?link=main">
กำหนดช่วงเวลานักศึกษาประเมินโดยขึ้นกับหลักสูตร</a><img src="../picture/ico3.gif" align="absmiddle" border="0">
แก้ไข</font></legend>
<div align="center"><br>
<form name="FormDefine" method="post" action="processDefineProgram.php">
<input type="hidden" name="method" value="edit">
<input type="hidden" name="assid" value="<?php echo $oAF->assid;?>">
<input type="hidden" name="defineid" value="<?php echo $oDA->defineid;?>">
<input type="hidden" name="acadYear" value="<?php echo $oDA->acadYear;?>">
<input type="hidden" name="semester" value="<?php echo $oDA->semester;?>">
<input type="hidden" name="noAss" value="<?php echo $oDA->noAss;?>">
<input type="hidden" name="flag" value="<?php echo $oDA->flag;?>">
<table width="699" align="center" border="0" cellpadding="0" cellspacing="1">
<tr>
<td align="center" colspan="2"><font size="3" color="<?php echo $GLOBALS['COLOR_FONT_3'];?>"><strong>แก้ไขช่วงเวลาประเมินที่ขึ้นกับหลักสูตร</strong></font></td>
</tr>
<tr><td width="563"> </td></tr>
<tr>
<td colspan="2"><table width="696" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="<?php echo $GLOBALS["COLOR_BORDER_TABLE_1"];?>">
<tr>
<td colspan="7" align="center"><table width="666" align="center" border="0">
<tr>
<td width="139" height="22" valign="top" ><font size="2" color="<?php echo $GLOBALS['COLOR_FONT_4'];?>"><b> แบบประเมินที่สร้าง</b></font></td>
<td colspan="3"><font size="2" color="<?php echo $GLOBALS['COLOR_FONT_4'];?>"><? if($oAF->maintopic == ""){ echo $oAF->nameAss." <img src = \"../picture/warn.png\" border = \"0\">"; }else{ echo $oAF->maintopic; } ?></font>
</td>
</tr>
<tr bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_4"];?>">
<td height="22"><font size="2" color="<?php echo $GLOBALS['COLOR_FONT_4'];?>"><b> ปีการศึกษา</b></font></td>
<td colspan="3"><font size="2" color="<?php echo $GLOBALS['COLOR_FONT_4'];?>"><?php echo $oDA->acadYear;?></font></td>
</tr>
<tr>
<td height="22"><font size="2" color="<?php echo $GLOBALS['COLOR_FONT_4'];?>"><b> ภาคการศึกษา</b></font></td>
<td colspan="3"><font size="2" color="<?php echo $GLOBALS['COLOR_FONT_4'];?>"><?php echo $oSse->semesterName;?>
(ลำดับที่ <?php echo $oDA->noAss;?>)</font></tr>
<tr bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_4"];?>">
<td height="22"><font size="2" color="<?php echo $GLOBALS['COLOR_FONT_4'];?>"><b> ช่วงเวลาประเมิน</b></font></td>
<td width="172">
<?php
if($startDate != "") {
?>
<script>DateInput('startDate', true, 'DD/MM/YYYY','<?php echo $startDate;?>');</script>
<?php
}
else {
?>
<script>DateInput('startDate', true, 'DD/MM/YYYY','<?php echo splitDateDb($oDA->startDate,"/");?>');</script>
<?php
}
?>
</td>
<td width="21"><div align="center"><font size="2" color="<?php echo $GLOBALS['COLOR_FONT_4'];?>"><b>ถึง</b></font></div></td>
<td width="316">
<?php
if($endDate != "") {
?>
<script>DateInput('endDate', true, 'DD/MM/YYYY','<?php echo $endDate;?>');</script>
<?php
}
else {
?>
<script>DateInput('endDate', true, 'DD/MM/YYYY','<?php echo splitDateDb($oDA->endDate,"/");?>');</script>
<?php
}
?>
</td>
</tr>
<tr>
<td height="22"><font size="2" color="<?php echo $GLOBALS['COLOR_FONT_4'];?>"><b> วันที่ปิดการประเมิน</b></font></td>
<td colspan="3">
<?php
if($closeDate != "") {
?>
<script>DateInput('closeDate', true, 'DD/MM/YYYY','<?php echo $closeDate;?>');</script>
<?php
}
else {
?>
<script>DateInput('closeDate', true, 'DD/MM/YYYY','<?php echo splitDateDb($oDA->closeDate,"/");?>');</script>
<?php
}
?>
</td>
</tr>
<?
//นับจำนวนการประเมินว่ามีการประเมินหลังจากที่กำหนดแบบประเมินและช่วงเวลาไปแล้วหรือไม่ ถ้ามีจะไม่สามารถลบการกำหนดช่วงเวลาในการประเมินไปแล้วได้
$numDoAss_overview = $oDoHStd->CountDoidByDefineid($defineid);
?>
<tr bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_4"];?>">
<td height="22" colspan="4"><p><font size="2" color="<?php echo $GLOBALS['COLOR_FONT_4'];?>"><b> เพิ่มหลักสูตรที่ต้องการประเมิน</b></font><font size="2" color="<?php echo $GLOBALS['COLOR_FONT_4'];?>">
<input type="button" name="addOrder" value=" + " onClick="sendValue()" <? if($numDoAss_overview > 0) echo "disabled"; ?>></font> </p>
</td>
</tr>
<tr>
<td height="99" colspan="4"><div align="center"><br>
<table width="529" border="0" cellpadding="1" cellspacing="1" bgcolor="silver">
<tr align="center" bgcolor="<?php echo $GLOBALS['COLOR_BG_TABLE_7'];?>">
<td width="83" height="27"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_1"];?>"><strong>ชื่อย่อหลักสูตร</strong></font></td>
<td width="298"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_1"];?>"> <strong>ชื่อหลักสูตร</strong></font></td>
<td width="98"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_1"];?>"><strong>ชั้นปี</strong></font></td>
<td width="37"><font color="<?php echo $GLOBALS["COLOR_FONT_1"];?>" size="2"><strong>ลบ</strong></font></td>
</tr>
<?php
$sumCreditTotal = 0;
$i = 0;
$oHP->SearchByDefineidGroupByProgramId($defineid);
while($oHP->GetRecord()){
$oProg->SearchByKey($oHP->programId);
if($oProg->GetRecord()){
if(($i%2) == 0)
echo "<tr bgcolor=\"#FFFFFF\">";
else
echo "<tr bgcolor=\"".$GLOBALS["COLOR_BG_TD_4"]."\">";
?>
<td align="center"><font size="2">
<? if($oProg->programAbbr != ""){
echo $oProg->programAbbr;
}else{
echo "<img src = \"../picture/warn.png\" border = \"0\">";
}
?>
<? //echo $oHP->programId ?>
</font></td>
<td><font size="2"><?php echo $oProg->programName;?></font></td>
<td align="center">
<?
$j = 1;
$oHP2->SearchByProgramIdDefineid($oHP->programId,$defineid);
while($oHP2->GetRecord()){
$stdYearAss[$j] = $oHP2->stdYearAss;
$j++;
}
for($x=1; $x<$j; $x++){
echo $stdYearAss[$x];
if($x < $j-1) echo ",";
}
?>
</td>
<td align="center">
<? if($numDoAss_overview > 0){ echo "<img src=\"../picture/deleted.gif\" width=\"16\" height=\"19\" align=\"absmiddle\" border=\"0\">"; }else{ ?>
<a href="processHoldProgram.php?method=delete&holdPid=<?php echo $oHP->holdPid;?>&defineid=<?php echo $defineid;?>&programId=<?php echo $oHP->programId;?>&acadYear=<?php echo $acadYear;?>&semester=<?php echo $semester;?>&noAss=<?php echo $noAss;?>" onClick='return confirmSubmit("คุณต้องการลบข้อมูลแน่นอนใช่หรือไม่")'><img src="../picture/deletenew.gif" width="16" height="19" align="absmiddle" border="0">
<? } // end else ?></a></td>
</tr>
<?php
$i++;
} //end if oProg
} // end while oHP
if($i == 0){
?>
<tr bgcolor="#FFFFFF">
<td colspan="4" align="center"><div align="center"><font size="2" color="<?php echo $GLOBALS['COLOR_FONT_3'];?>">**
ไม่ปรากฏรายการ (กรุณาเพิ่มรายวิชาที่ผูกกับแบบประเมิน)
**</font></div></td>
</tr>
<?php
}
?>
<tr bgcolor="<?php echo $GLOBALS['COLOR_BG_TABLE_7'];?>">
<td height="13" colspan="4" align="center"><div align="left"></div></td>
</tr>
</table>
<br></div></td>
</tr>
<? if($i > 0) { ?>
<tr>
<td height="13" colspan="7" align="center" ><font size="2" color="<?php echo $GLOBALS['COLOR_FONT_3'];?>">**
เมื่อแก้ไขรายการเรียบร้อยแล้ว กรุณาคลิกปุ่มแก้ไขพื่อยืนยันรายการที่แก้ไขไว้
**</font></td>
</tr>
<tr>
<td height="6" colspan="7" align="center" ></td>
</tr>
<? } ?>
<tr>
<td colspan="4" align="center"> <p>
<input type="submit" name="add" value="แก้ไข" onClick="return ChkDate(new Array(this.form.endDate.value), new Array(this.form.closeDate.value));">
<input type="reset" name="clear" value="เคลียร์ข้อมูล">
<input type="button" name="cancel" value="ยกเลิก" onClick="location.href = 'processDefineProgram.php?link=main'">
</p></td>
</tr>
</table>
<br> <br>
<table width="343" border="0" align="right">
<tr>
<td height="35" align="center" background="../picture/coverBG2.gif"><font size="2" color="<?php echo $GLOBALS['COLOR_FONT_1'];?>"> </font><font size="2" color="<?php echo $GLOBALS['COLOR_FONT_1'];?>"> <b>ปีการศึกษา</b></font>
<font size="2" color="<?php echo $GLOBALS['COLOR_FONT_4'];?>"><b>
<select name="select2" onChange="location.href = '<?php echo $PHP_SELF;?>?acadYearList='+encodeURI(options[selectedIndex].value)+'&semesterList=<?php echo $semesterList;?>'+'&defineid='+defineid.value+'&acadYear='+acadYear.value+'&semester='+semester.value+'&noAss='+noAss.value">
<?php
$oAy->RSAcadYearConfigGroupAcY();
while($oAy->GetRecord()) {
?>
<option value="<?php echo $oAy->acadYear;?>" <? if($acadYearList == $oAy->acadYear) echo "selected"; ?>><?php echo $oAy->acadYear;?></option>
<?php
}
?>
</select>
</b></font> <font size="2" color="<?php echo $GLOBALS['COLOR_FONT_1'];?>"> <b>ภาคการศึกษา
<select name="select" onChange="location.href ='<?php echo $PHP_SELF;?>?semesterList='+encodeURI(options[selectedIndex].value)+'&acadYearList=<?php echo $acadYearList;?>'+'&defineid='+defineid.value+'&acadYear='+acadYear.value+'&semester='+semester.value+'&noAss='+noAss.value">
<?php
$oSse->RSSysSemesterDes();
while($oSse->GetRecord()) {
?>
<option value="<?php echo $oSse->semester;?>" <? if($semesterList == $oSse->semester) echo "selected"?>><?php echo $oSse->semesterName;?></option>
<?php
}
?>
</select>
</b></font></td>
</tr>
</table> </td>
</tr>
<tr bgcolor="<?php echo $GLOBALS["COLOR_BG_TABLE_2"];?>">
<td width="91" height="22" align="center"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_1"];?>"><strong>ภาคการศึกษาที่</strong></font></td>
<td width="35" align="center"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_1"];?>"><strong>ลำดับ</strong></font></td>
<td width="298" height="22" align="center"><font color="<?php echo $GLOBALS["COLOR_FONT_1"];?>" size="2"><strong>รายการแบบประเมิน</strong></font></td>
<td width="207" align="center"><font color="<?php echo $GLOBALS["COLOR_FONT_1"];?>" size="2"><strong>ช่วงเวลาในการประเมิน</strong></font></td>
<td width="33" align="center"><font color="<?php echo $GLOBALS["COLOR_FONT_1"];?>" size="2"><strong>แก้ไข</strong></font></td>
<td width="23" align="center"><font color="<?php echo $GLOBALS["COLOR_FONT_1"];?>" size="2"><strong>ลบ</strong></font></td>
</tr>
<?php
$oDA->SearchByFlag('3');
// $numRow = $oDA->NumRow();
$numRow = $oDA->CountDefineidByFlagAcadSem('3',$acadYearList,$semesterList);
$page_size = 12;
$total_page = (int)($numRow/$page_size);
if(($numRow%$page_size) != 0)
$total_page++;
if(isset($page_id))
$start = $page_size*($page_id-1);
else {
$page_id = 1;
$start = 0;
}
$i = 0;
//$oDA->RSAssessLimitByFlag('1',$start, $page_size);
$oDA->RSAssessLimitByAcadSemFlag($acadYearList,$semesterList,'3',$start, $page_size);
while($oDA->GetRecord()){
//นับจำนวนการประเมินว่ามีการประเมินหลังจากที่กำหนดแบบประเมินและช่วงเวลาไปแล้วหรือไม่ ถ้ามีจะไม่สามารถลบการกำหนดช่วงเวลาในการประเมินไปแล้วได้
$numDoAss=$oDoHStd->CountDoidByDefineid($oDA->defineid);
//echo "<br>numDoAss = ".$numDoAss;
$oAF->SearchByKey($oDA->assid);
$oAF->GetRecord();
//หาความยาวของชื่อแบบประเมิน
$strNameAss = strlen($oAF->nameAss);
if(($i%2) == 0)
echo "<tr bgcolor=\"#FFFFFF\">";
else
echo "<tr bgcolor=\"".$GLOBALS["COLOR_BG_TD_4"]."\">";
?>
<td align="center"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_4"];?>"><?php echo $oDA->semester;?>/<?php echo $oDA->acadYear; ?></font></td>
<td align="center"><?php echo $oDA->noAss;?></td>
<td><a href="#" class='box' border="0" align="absmiddle" id=IMG3 style="CURSOR: hand" onClick='OpenWindow1("detailHoldProgram.php?defineid=<?php echo $oDA->defineid;?>&acadYear=<?php echo $oDA->acadYear;?>&semester=<?php echo $oDA->semester;?>&noAss=<?php echo $oDA->noAss;?>",540,520,280,95)' title="วันที่ปิดการประเมิน <?php echo abbreDate2($oDA->closeDate,'/');?>"><img src="../picture/search.gif" width="13" height="16" border="0">
<?php if($oAF->maintopic == ""){ echo substr($oAF->nameAss,0,49)."<img src = \"../picture/warn.png\" border = \"0\">"; $strNameAss = strlen($oAF->nameAss); if($strNameAss >= 49) echo "..."; }else{ echo substr($oAF->maintopic,0,49); $strNameAss = strlen($oAF->maintopic); if($strNameAss >= 49) echo "..."; } ?></a></font></td>
<td align="center"><?php echo abbreDate2($oDA->startDate,'/');?> (ถึง) <?php echo abbreDate2($oDA->endDate,'/');?></td>
<td align="center"><a href="editDefineProgram.php?defineid=<?php echo $oDA->defineid;?>&acadYear=<?php echo $oDA->acadYear;?>&semester=<?php echo $oDA->semester;?>&noAss=<?php echo $oDA->noAss;?>"><img src="../picture/editnew.gif" width="23" height="19" align="absmiddle" border="0"></a></td>
<td align="center">
<? if($numDoAss == '0') { ?>
<a href="processDefineProgram.php?method=delete&defineid=<?php echo $oDA->defineid;?>&acadYear=<?php echo $oDA->acadYear;?>&semester=<?php echo $oDA->semester;?>&noAss=<?php echo $oDA->noAss;?>" onClick='return confirmSubmit("คุณต้องการลบข้อมูลแน่นอนใช่หรือไม่ ?")'><img src="../picture/deletenew.gif" width="16" height="19" align="absmiddle" border="0"></a>
<? } else { ?>
<img src="../picture/deleted.gif" width="16" height="19" align="absmiddle" border="0">
<? } ?>
</td>
</tr>
<?php
$i++;
} //end while oDA
if($i == 0){
?>
<tr>
<td colspan="6" height="21" align="center"><font size="2" color="<?php echo $GLOBALS['COLOR_FONT_3'];?>">**
ไม่ปรากฏรายการในฐานข้อมูล **</font></td>
</tr>
<?php
}
?>
</table></td>
</tr>
<tr>
<td height="22"><font size="2" color="<?php echo $GLOBALS['COLOR_FONT_4'];?>">หน้า->
<?php
for ($num=1; $num<=$total_page; $num++) {
if($num == $page_id)
echo $num." ";
else {
?>
<a href="editDefineProgram.php?defineid=<?php echo $defineid;?>&acadYear=<?php echo $acadYear;?>&semester=<?php echo $semester;?>&noAss=<?php echo $noAss;?>&page_id=<?php echo $num;?>&semesterList=<? echo $semesterList ?>&acadYearList=<? echo $acadYearList ?>"><?php echo '[ '.$num.' ]';?></a>
<?php
}
}
?>
</font></td>
<td width="133" align="right"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_4"];?>">รวม <?php echo $numRow;?> รายการ</font></td>
</tr>
<tr>
<td colspan="2">
<input type="button" name="back2" value="กลับเมนูหลัก" onClick="location.href = 'index.php?mm=1'">
<input type="button" name="back" value="ย้อนกลับ" onClick="location.href = 'processDefineProgram.php?link=main'">
</td>
</tr>
</table></form></div>
</fieldset><br>
<table width="115%" border="0" align="center">
<tr>
<td><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_3"];?>"><b>หมายเหตุ
:</b></font></td>
<td><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_3"];?>">*
หมายถึง ต้องกรอกข้อมูลให้สมบูรณ์,</font></td>
</tr>
<tr>
<td> </td>
<td><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_3"];?>">ใช้เม้าท์คลิกที่รายการแบบประเมิน
เพื่อดูรายละเอียดวิชาที่เลือกไว้</font></td>
</tr>
<tr>
<td width="9%"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_3"];?>"> </font></td>
<td width="91%"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_3"];?>">์<a href="processDefineAllCourse.php?method=delete&defineid=<?php echo $oDA->defineid;?>&acadYear=<?php echo $oDA->acadYear;?>&semester=<?php echo $oDA->semester;?>&noAss=<?php echo $oDA->noAss;?>" onClick='return confirmSubmit("คุณต้องการลบข้อมูลแน่นอนใช่หรือไม่ ?")'><img src="../picture/deleted.gif" width="16" height="19" align="absmiddle" border="0"></a>
หมายถึง ไม่สามารถลบรายการที่กำหนดนั้นๆ ได้ เนื่องจากได้มีนักศึกษาเข้ามาประเมินแล้ว
</font></td>
</tr>
</table>
</td>
</tr>
</table>
<?php
$oCA->Disconnect();
$oCR->Disconnect();
showFooter();
?>
<script language="JavaScript1.2">
function ChkDate(txtStart, txtEnd){
f = document.FormDefine;
var date1 = f.startDate.value.split("/");
var date2 = f.endDate.value.split("/");
//Set the two dates
date1 = new Date(eval(date1[2]), eval(date1[1]-1), eval(date1[0]));
date2 = new Date(eval(date2[2]), eval(date2[1]-1), eval(date2[0])); //Month is 0-11 in JavaScript
//Set 1 day in milliseconds
var one_day = 1000*60*60*24;
//Calculate difference btw the two dates, and convert to days
var diff = Math.ceil((date2.getTime()-date1.getTime())/(one_day));
if(diff < 0){
alert("กรุณาตรวจสอบ 'วันที่เริ่มต้น' ควรน้อยกว่า 'วันที่สิ้นสุด' !");
return false;
}
if (txtStart && txtEnd) {
var oblen = txtStart.length;
for (var i = 0; i < oblen; i++) {
if (!isvaliddate(txtStart[i], txtEnd[i])) {
return false;
}
}
}
return true;
}
function selectDefineAss(){
if (document.FormDefine.assid.value!="") //เลือกแล้ว refresh หน้าจอ
location.replace('editDefineProgram.php?assid='+document.FormDefine.assid.value+'&acadYear='+document.FormDefine.acadYear.value+'&semester='+document.FormDefine.semester.value);
}
function sendValue(){
window.open('programTB.php?defineid='+document.FormDefine.defineid.value+'&assid='+document.FormDefine.assid.value+'&acadYear='+document.FormDefine.acadYear.value+'&semester='+document.FormDefine.semester.value+'&startDate='+document.FormDefine.startDate.value+'&endDate='+document.FormDefine.endDate.value+'&closeDate='+document.FormDefine.closeDate.value+'&noAss='+document.FormDefine.noAss.value,'PopUp','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=600,height=350,left = 225,top = 165')
}
function isvaliddate (txtStart, txtEnd)
{
var retval = true;
var ArrayStartDay = txtStart.split("/");
var ArrayStopDay = txtEnd.split("/");
var StartDay = ArrayStartDay[2] + ArrayStartDay[1] + ArrayStartDay[0];
var StopDay = ArrayStopDay[2] + ArrayStopDay[1] + ArrayStopDay[0];
if (StartDay > StopDay) {
alert("กรุณาตรวจสอบ 'วันที่สิ้นสุด' ควรน้อยกว่า 'วันที่ปิดการประเมิน' !");
retval = false;
}
return retval;
}
</script>
|