Viewing file: printRepRegisDocDept.php (27.57 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?
set_time_limit(0);
include_once("../../class/clsConnection.php");
include_once("../../class/clsDB.php");
include_once "../global.php";
include_once "../link/function.php";
include_once "../link/functionshow.php";
include_once "../class/clsDocType.php";
include_once "../class/clsDocuments.php";
include_once "funct.php";
include_once "../class/clsDepartment.php";
include_once "../class/clsDocLineConfig.php";
include_once "../class/clsDocLinePosition.php";
include_once "../link/keyThai.php";
$oC = new clsConnection($GLOBALS['DBHOST'], $GLOBALS['DBNAME_EOFFICE'], $GLOBALS['DBUSER_EOFFICE'], $GLOBALS['DBPASS_EOFFICE']);
$oDt = new doctype($oC);
$oDoc = new Documents($oC); //
$oDoc2 = new Documents($oC); //
$oDP = new Department($oC);
$oDP1 = new Department($oC);
$oDP1 = new Department($oC);
$oDlc1 = new DocLineConfig($oC);
$oDlc2 = new DocLineConfig($oC);
$oDlp = new docLinePosition($oC);
?>
<title>รายงานทะเบียนหนังสือราชการของหน่วยงานแยกตามหน่วยงานย่อย</title>
<meta http-equiv="Content-Type" content="text/html; charset=tis-620">
<link href="../source/style.css" rel="stylesheet" type="text/css">
<body>
<div id="tabmargin">
<form name="ff" method="post" action="printRepRegisDocDeptex.php">
<div align="center">
</div><br>
<table width="100%" align="center">
<tr bgcolor="#FFFFFF">
<td width="99%"><table width="100%" cellpadding="1" cellspacing="1">
<tr>
<td height="22"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>
<?
//------receive
$oDt->SearchRepReceiveDoc();
while($oDt->GetRecord()){
$dt1=$oDt->DtID."1";
if($typeshow==$dt1){
echo "รายงานทะเบียนรับ".$oDt->DtName;
$DtID=$oDt->DtID;
$RsID=1;
}
$dt2=$oDt->DtID."2";
if($typeshow==$dt2){
echo "รายงานทะเบียนส่ง".$oDt->DtName;
$DtID=$oDt->DtID;
$RsID=2;
}
}
//-----In
$oDt->RSdoctypeDtNoRunAll();
while($oDt->GetRecord()){
$dt3=$oDt->DtID."3";
if($typeshow==$dt3){
echo "รายงานทะเบียนรับ".$oDt->DtName;
$DtID=$oDt->DtID;
$RsID=3;
}
$dt4=$oDt->DtID."4";
if($typeshow==$dt4){
echo "รายงานทะเบียนส่ง".$oDt->DtName;
$DtID=$oDt->DtID;
$RsID=4;
}
}
$dt1="1"."3";
if($typeshow==$dt1){
$oDt->SearchByKey(1); $oDt->GetRecord();
echo "รายงานทะเบียนรับ".$oDt->DtName;
$DtID=1;
$RsID=3;
}
$dt1="2"."3";
if($typeshow==$dt1){
$oDt->SearchByKey(2); $oDt->GetRecord();
echo "รายงานทะเบียนรับ".$oDt->DtName;
$DtID=2;
$RsID=3;
}
//-------for regis
$oDt->SearchRepRegisDoc();
while($oDt->GetRecord()){
$dt5=$oDt->DtID."5";
if($typeshow==$dt5){
echo "รายงานทะเบียน".$oDt->DtName;
$DtID=$oDt->DtID;
$RsID=5;
}
}
?>
<? $oDP1->SearchByKey($deptId); $oDP1->GetRecord(); echo " หน่วยงาน :: ".$oDP1->deptName; ?></strong></font></td>
<td height="22" align="right"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>OIS...</strong></font></td>
</tr>
<tr>
<td width="73%" height="22"><font face="MS Sans Serif, Tahoma, sans-serif"><strong><? echo $GLOBALS["COLLEGENAME"]; ?>
<? if(th2a($yearDoc) == 0){
echo "ตั้งแต่วันที่ "; list($day1,$month1,$year1) = split('/',$start); $s=($year1+543)."-".$month1."-".$day1; echo abbreDate2($s,'/');
echo " ถึง "; list($day2,$month2,$year2) = split('/',$end); $e=($year2+543)."-".$month2."-".$day2; echo abbreDate2($e,'/');
}else{
echo "ประจำปี ".a2th($yearDoc);
}
?>
</strong></font></td>
<td width="27%" align="right">
<a href='#' onClick='return showDocex2()'><img src="../picture/print.gif" alt="พิมพ์หน้านี้" border="0" style="cursor:pointer;"></a>
<a href='#' onClick='return showDocex()'><img src="../picture/ico_excel.gif" alt="พิมพ์ excel" border="0" style="cursor:pointer;"></a></td>
</tr>
<tr>
<td height="24" colspan="2"><hr></td>
</tr>
</table>
<?
//echo "RsID=".$RsID." DtID=".$DtID." deptID=".$deptId."<br>";
$flag = 0;
if(th2a($yearDoc) == 0){
list($dd, $mm, $yy) = split('[/]',$start);
$startT=($yy+543)."-".$mm."-".$dd;
list($dd, $mm, $yy) = split('[/]',$end);
$endT=($yy+543)."-".$mm."-".$dd;
$oDoc->SearchRsIDDtIDfDeleteDocNoSubject2($RsID,$DtID,$startT,$endT,th2a($DocTypeNoStart),th2a($DocTypeNoEnd),th2a($DocSubject),$deptId);
}else{
$yy = th2a($yearDoc);
$startT = $yy."-01-01";
$endT = $yy."-12-31";
//echo $start."=".$end."=",$depId."=".$Type;
$oDoc->SearchRsIDDtIDfDeleteDocNoSubject2($RsID,$DtID,$startT,$endT,th2a($DocTypeNoStart),th2a($DocTypeNoEnd),th2a($DocSubject),$deptId);
}
while($oDoc->GetRecord()){
$oDlc1->SearchByKey($oDoc->DlcID); $oDlc1->GetRecord();
list($DocD,$DocT) = split(' ',$oDoc->DocDateCreate);
$a=$DocD;
if($d!=$DocD){ $d=$a;
?>
<table width="100%" border="0" cellpadding="0" cellspacing="0" align="center" style="border-collapse:collapse">
<tr><td width="72%"> </td></tr>
<tr>
<td width="28%" colspan="8" align="right">
<font size="2" face="MS Sans Serif, Tahoma, sans-serif"><strong>
วันที่ลงทะเบียน<? echo ShowNameRSDoc2($RsID); ?>หนังสือ <? echo abbreDate2($DocD,'/');?></strong></font>
</td></tr></table>
<table width="100%" border="1" cellpadding="0" cellspacing="0" align="center" style="border-collapse:collapse" bordercolor="#000000">
<? //------------------header
if($RsID==1 || $RsID==2){
?>
<tr align="center" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_4"];?>">
<td width="5%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>เลข<br>ทะเบียน<br><? echo ShowNameRSDoc2($RsID); ?></strong></font></td>
<td width="11%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>ที่</strong></font></td>
<td width="8%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>ลงวันที่</strong></font></td>
<? if($RsID == 1){ $sizef="17%"; $sizet="8%"; }else if($RsID == 2){ $sizef="8%"; $sizet="17%"; }?>
<td width="<? echo $sizef; ?>"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>จาก</strong></font></td>
<td width="<? echo $sizet; ?>"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>ถึง</strong></font></td>
<td width="18%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>เรื่อง</strong></font></td>
<td width="15%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>การปฏิบัติ</strong></font></td>
<td width="9%" ><font face="MS Sans Serif, Tahoma, sans-serif"><strong>หมายเหตุ</strong></font></td>
</tr>
<? }else if($DtID==1 || $DtID==2){ ?>
<tr align="center" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_4"];?>">
<td width="5%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>เลข<br>ทะเบียน<br><? echo ShowNameRSDoc2($RsID); ?></strong></font></td>
<td width="11%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>ที่</strong></font></td>
<td width="8%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>ลงวันที่</strong></font></td>
<td width="17%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>จาก</strong></font></td>
<td width="11%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>ถึง</strong></font></td>
<td width="18%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>เรื่อง</strong></font></td>
<td width="15%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>การปฏิบัติ</strong></font></td>
<td width="9%" ><font face="MS Sans Serif, Tahoma, sans-serif"><strong>หมายเหตุ</strong></font></td>
</tr>
<? }else if($DtID==3){ ?>
<tr align="center" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_4"];?>">
<td width="5%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>เลข<br>ทะเบียน<br><? echo ShowNameRSDoc2($RsID); ?></strong></font></td>
<td width="11%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>ที่</strong></font></td>
<td width="8%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>ลงวันที่</strong></font></td>
<td width="17%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>จาก</strong></font></td>
<td width="11%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>ถึง</strong></font></td>
<td width="18%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>เรื่อง</strong></font></td>
<td width="15%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>การปฏิบัติ</strong></font></td>
<td width="9%" ><font face="MS Sans Serif, Tahoma, sans-serif"><strong>หมายเหตุ</strong></font></td>
</tr>
<? }else if($DtID==5){ ?>
<tr align="center" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_4"];?>">
<td width="10%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>ที่</strong></font></td>
<td width="11%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>สั่ง ณ วันที่</strong></font></td>
<td width="33%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>เรื่อง</strong></font></td>
<td width="16%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>ที่คำสั่งเดิมยกเลิก</strong></font></td>
<td width="15%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>การปฏิบัติ</strong></font></td>
<td width="9%" ><font face="MS Sans Serif, Tahoma, sans-serif"><strong>หมายเหตุ</strong></font></td>
</tr>
<? }else if($DtID==6 || $DtID==7){ ?>
<tr align="center" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_4"];?>">
<td width="8%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>ฉบับที่</strong></font></td>
<td width="11%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>ณ วันที่</strong></font></td>
<td width="38%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>ว่าด้วย/เรื่อง</strong></font></td>
<td width="23%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>การปฏิบัติ</strong></font></td>
<td width="9%" ><font face="MS Sans Serif, Tahoma, sans-serif"><strong>หมายเหตุ</strong></font></td>
</tr>
<? }else if($DtID==9){ ?>
<tr align="center" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_4"];?>">
<td width="8%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>ครั้งที่</strong></font></td>
<td width="11%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>ประกาศ ณ วันที่</strong></font></td>
<td width="38%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>เรื่อง</strong></font></td>
<td width="23%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>การปฏิบัติ</strong></font></td>
<td width="9%" ><font face="MS Sans Serif, Tahoma, sans-serif"><strong>หมายเหตุ</strong></font></td>
</tr>
<? }else if($DtID==10 || $DtID==11){ ?>
<tr align="center" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_4"];?>">
<td width="8%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>ครั้งที่</strong></font></td>
<td width="11%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>วัน/เดือน/ปี</strong></font></td>
<td width="38%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>เรื่อง</strong></font></td>
<td width="23%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>การปฏิบัติ</strong></font></td>
<td width="9%" ><font face="MS Sans Serif, Tahoma, sans-serif"><strong>หมายเหตุ</strong></font></td>
</tr>
<? }else if($DtID==13){ ?>
<tr align="center" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_4"];?>">
<td width="8%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>ที่</strong></font></td>
<td width="11%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>วดป ที่ออกใบรับรอง</strong></font></td>
<td width="15%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>บุคคลที่รับรอง</strong></font></td>
<td width="21%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>เรื่อง</strong></font></td>
<td width="15%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>ผู้รับเอกสาร</strong></font></td>
<td width="15%"><font face="MS Sans Serif, Tahoma, sans-serif"><strong>การปฏิบัติ</strong></font></td>
<td width="9%" ><font face="MS Sans Serif, Tahoma, sans-serif"><strong>หมายเหตุ</strong></font></td>
</tr>
<? } ?>
<? }?>
<? //------------------data
if($oDoc->DocPID=="0" || $oDoc->DocPID==""){ $searchDoc=$oDoc->DocID; }else{ $searchDoc=$oDoc->DocPID; }
if($RsID==1 || $RsID==2){
?>
<tr valign="top">
<td align="center" valign="top"><font face="MS Sans Serif, Tahoma, sans-serif"><? echo a2th($oDoc->DocTypeNo); ?></font></td>
<td align="center" valign="top"><font face="MS Sans Serif, Tahoma, sans-serif"><? echo $oDoc->DocNo; ?></font></td>
<td align="center"><font face="MS Sans Serif, Tahoma, sans-serif"><? echo abbreDate2($oDoc->DocDate,'/');?></font></td>
<td><font face="MS Sans Serif, Tahoma, sans-serif"><? echo " ".$oDoc->DocFrom; ?></font></td>
<td><font face="MS Sans Serif, Tahoma, sans-serif"><? echo " ".$oDoc->DocTo; ?></font></td>
<td><font face="MS Sans Serif, Tahoma, sans-serif">
<a href = "printDetailRepRegisDocDept.php?DocID=<? echo $oDoc->DocID; ?>&typeshow=<? echo $typeshow; ?>&DocSubject=<? echo $DocSubject; ?>&start=<? echo $start;?>&end=<? echo $end; ?>&yearDoc=<? echo $yearDoc; ?>&DocTypeNoStart=<? echo $DocTypeNoStart; ?>&DocTypeNoEnd=<? echo $DocTypeNoEnd; ?>&deptId=<? echo $deptId; ?>" style="cursor:pointer;">
<? echo " ".$oDoc->DocSubject; ?></a>
</font></td>
<td ><font face="MS Sans Serif, Tahoma, sans-serif"><? if($oDoc->PtID!=="1"){ searchDocSendToPs($oDoc->DocID); }?></font> </td>
<td><font face="MS Sans Serif, Tahoma, sans-serif"><? echo " ".$oDoc->DocShortDesc; ?><? //echo wordwrap($oDoc->DocShortDesc, 14, "\n", true); ?> </font></td>
</tr>
<? }else if($DtID==1){ ?>
<tr valign="top">
<td align="center" valign="top"><font face="MS Sans Serif, Tahoma, sans-serif"><? echo a2th($oDoc->DocTypeNo); ?></font></td>
<td align="center" valign="top"><font face="MS Sans Serif, Tahoma, sans-serif"><? echo $oDoc->DocNo; ?></font></td>
<td align="center"><font face="MS Sans Serif, Tahoma, sans-serif"><? echo abbreDate2($oDoc->DocDate,'/');?></font></td>
<td><font face="MS Sans Serif, Tahoma, sans-serif">
<? if($RsID==3){
$oDoc2->SearchByKey($oDoc->DocPID); $oDoc2->GetRecord();
$oDlc2->SearchByKey($oDoc2->DlcID); $oDlc2->GetRecord();
$oDlp->SearchByKey($oDlc2->DlpID); $oDlp->GetRecord();
$oDP1->SearchByKey($oDlc2->deptId);
$oDP1->GetRecord();
echo a2th($oDoc->DocFrom)."<br>";
echo "(".$oDP1->deptName."<br>";
echo $oDlp->DlpName.")";
}else if($RsID==4){
$oDlc2->SearchByKey($oDoc->DlcID); $oDlc2->GetRecord();
$oDP1->SearchByKey($oDlc2->deptId);
$oDP1->GetRecord();
echo "(".$oDP1->deptName.")";
}
?>
</font></td>
<td><font face="MS Sans Serif, Tahoma, sans-serif"><? echo " ".$oDoc->DocTo; ?></font></td>
<td><font face="MS Sans Serif, Tahoma, sans-serif">
<a href = "printDetailRepRegisDocDept.php?DocID=<? echo $oDoc->DocID; ?>&typeshow=<? echo $typeshow; ?>&DocSubject=<? echo $DocSubject; ?>&start=<? echo $start;?>&end=<? echo $end; ?>&yearDoc=<? echo $yearDoc; ?>&DocTypeNoStart=<? echo $DocTypeNoStart; ?>&DocTypeNoEnd=<? echo $DocTypeNoEnd; ?>&deptId=<? echo $deptId; ?>" style="cursor:pointer;">
<? echo " ".$oDoc->DocSubject; ?></a>
</font></td>
<td ><font face="MS Sans Serif, Tahoma, sans-serif"><? if($oDoc->PtID!=="1"){ searchDocSendToPs($oDoc->DocID); }?></font> </td>
<td><font face="MS Sans Serif, Tahoma, sans-serif"><? echo " ".$oDoc->DocShortDesc; ?><? //echo wordwrap($oDoc->DocShortDesc, 14, "\n", true); ?> </font></td>
</tr>
<? }else if($DtID==2){ ?>
<tr valign="top">
<td align="center" valign="top"><font face="MS Sans Serif, Tahoma, sans-serif"><? echo a2th($oDoc->DocTypeNo); ?></font></td>
<td align="center" valign="top"><font face="MS Sans Serif, Tahoma, sans-serif"><? echo $oDoc->DocNo; ?></font></td>
<td align="center"><font face="MS Sans Serif, Tahoma, sans-serif"><? echo abbreDate2($oDoc->DocDate,'/');?></font></td>
<td><font face="MS Sans Serif, Tahoma, sans-serif">
<? if($RsID==3){
$oDoc2->SearchByKey($oDoc->DocPID); $oDoc2->GetRecord();
$oDlc2->SearchByKey($oDoc2->DlcID); $oDlc2->GetRecord();
$oDlp->SearchByKey($oDlc2->DlpID); $oDlp->GetRecord();
$oDP1->SearchByKey($oDlc2->deptId);
$oDP1->GetRecord();
echo $oDP1->deptName."<br>";
echo "(".$oDlp->DlpName.")";
}else if($RsID==4){
$oDlc2->SearchByKey($oDoc->DlcID); $oDlc2->GetRecord();
$oDP1->SearchByKey($oDlc2->deptId);
$oDP1->GetRecord();
echo $oDP1->deptName."<br>";
}
?>
</font></td>
<td><font face="MS Sans Serif, Tahoma, sans-serif"><? echo " ".$oDoc->DocTo; ?></font></td>
<td><font face="MS Sans Serif, Tahoma, sans-serif">
<a href = "printDetailRepRegisDocDept.php?DocID=<? echo $oDoc->DocID; ?>&typeshow=<? echo $typeshow; ?>&DocSubject=<? echo $DocSubject; ?>&start=<? echo $start;?>&end=<? echo $end; ?>&yearDoc=<? echo $yearDoc; ?>&DocTypeNoStart=<? echo $DocTypeNoStart; ?>&DocTypeNoEnd=<? echo $DocTypeNoEnd; ?>&deptId=<? echo $deptId; ?>" style="cursor:pointer;">
<? echo " ".$oDoc->DocSubject; ?></a>
</font></td>
<td ><font face="MS Sans Serif, Tahoma, sans-serif"><? if($oDoc->PtID!=="1"){ searchDocSendToPs($oDoc->DocID); }?></font> </td>
<td><font face="MS Sans Serif, Tahoma, sans-serif"><? echo " ".$oDoc->DocShortDesc; ?><? //echo wordwrap($oDoc->DocShortDesc, 14, "\n", true); ?> </font></td>
</tr>
<? }else if($DtID==3){ ?>
<tr valign="top">
<td align="center" valign="top"><font face="MS Sans Serif, Tahoma, sans-serif"><? echo a2th($oDoc->DocTypeNo); ?></font></td>
<td align="center" valign="top"><font face="MS Sans Serif, Tahoma, sans-serif"><? echo $oDoc->DocNo; ?></font></td>
<td align="center"><font face="MS Sans Serif, Tahoma, sans-serif"><? echo abbreDate2($oDoc->DocDate,'/');?></font></td>
<td><font face="MS Sans Serif, Tahoma, sans-serif">
<? if($RsID==3){
$oDoc2->SearchByKey($oDoc->DocPID); $oDoc2->GetRecord();
$oDlc2->SearchByKey($oDoc2->DlcID); $oDlc2->GetRecord();
$oDlp->SearchByKey($oDlc2->DlpID); $oDlp->GetRecord();
$oDP1->SearchByKey($oDlc2->deptId);
$oDP1->GetRecord();
echo $oDP1->deptName."<br>";
echo "(".$oDlp->DlpName.")";
}else if($RsID==4){
$oDlc2->SearchByKey($oDoc->DlcID); $oDlc2->GetRecord();
$oDP1->SearchByKey($oDlc2->deptId);
$oDP1->GetRecord();
echo $oDP1->deptName."<br>";
}
?>
</font></td>
<td><font face="MS Sans Serif, Tahoma, sans-serif"><? echo " ".$oDoc->DocTo; ?></font></td>
<td><font face="MS Sans Serif, Tahoma, sans-serif">
<a href = "printDetailRepRegisDocDept.php?DocID=<? echo $oDoc->DocID; ?>&typeshow=<? echo $typeshow; ?>&DocSubject=<? echo $DocSubject; ?>&start=<? echo $start;?>&end=<? echo $end; ?>&yearDoc=<? echo $yearDoc; ?>&DocTypeNoStart=<? echo $DocTypeNoStart; ?>&DocTypeNoEnd=<? echo $DocTypeNoEnd; ?>&deptId=<? echo $deptId; ?>" style="cursor:pointer;">
<? echo " ".$oDoc->DocSubject; ?></a>
</font></td>
<td ><font face="MS Sans Serif, Tahoma, sans-serif"><? if($oDoc->PtID!=="1"){ searchDocSendToPs($oDoc->DocID); }?></font> </td>
<td><font face="MS Sans Serif, Tahoma, sans-serif"><? echo " ".$oDoc->DocShortDesc; ?><? //echo wordwrap($oDoc->DocShortDesc, 14, "\n", true); ?> </font></td>
</tr>
<? }else if($DtID==5){ ?>
<tr valign="top">
<td align="center"><font face="MS Sans Serif, Tahoma, sans-serif"><? echo $oDoc->DocNo; ?></font></td>
<td align="center"><font face="MS Sans Serif, Tahoma, sans-serif"> </font><? echo abbreDate2($oDoc->DocDate,'/');?></td>
<td><font face="MS Sans Serif, Tahoma, sans-serif">
<a href = "printDetailRepRegisDocDept.php?DocID=<? echo $oDoc->DocID; ?>&typeshow=<? echo $typeshow; ?>&DocSubject=<? echo $DocSubject; ?>&start=<? echo $start;?>&end=<? echo $end; ?>&yearDoc=<? echo $yearDoc; ?>&DocTypeNoStart=<? echo $DocTypeNoStart; ?>&DocTypeNoEnd=<? echo $DocTypeNoEnd; ?>&deptId=<? echo $deptId; ?>" style="cursor:pointer;">
<? echo " ".$oDoc->DocSubject; ?></a>
</font></td>
<td><font face="MS Sans Serif, Tahoma, sans-serif"> </font></td>
<td><font face="MS Sans Serif, Tahoma, sans-serif"><? if($oDoc->PtID!=="1"){ searchDocSendToPs($oDoc->DocID); }?></font> </td>
<td><font face="MS Sans Serif, Tahoma, sans-serif"><? echo " ".$oDoc->DocShortDesc; ?> </font></td>
</tr>
<? }else if($DtID==6 || $DtID==7){ ?>
<tr valign="top">
<td align="center"><font face="MS Sans Serif, Tahoma, sans-serif"><? echo $oDoc->DocNo; ?></font></td>
<td align="center"><font face="MS Sans Serif, Tahoma, sans-serif"> </font><? echo abbreDate2($oDoc->DocDate,'/');?></td>
<td><font face="MS Sans Serif, Tahoma, sans-serif">
<a href = "printDetailRepRegisDocDept.php?DocID=<? echo $oDoc->DocID; ?>&typeshow=<? echo $typeshow; ?>&DocSubject=<? echo $DocSubject; ?>&start=<? echo $start;?>&end=<? echo $end; ?>&yearDoc=<? echo $yearDoc; ?>&DocTypeNoStart=<? echo $DocTypeNoStart; ?>&DocTypeNoEnd=<? echo $DocTypeNoEnd; ?>&deptId=<? echo $deptId; ?>" style="cursor:pointer;">
<? echo " ".$oDoc->DocSubject; ?></a>
</font></td>
<td><font face="MS Sans Serif, Tahoma, sans-serif"><? if($oDoc->PtID!=="1"){ searchDocSendToPs($oDoc->DocID); }?></font> </td>
<td><font face="MS Sans Serif, Tahoma, sans-serif"><? echo " ".$oDoc->DocShortDesc; ?> </font></td>
</tr>
<? }else if($DtID==9){ ?>
<tr valign="top">
<td align="center"><font face="MS Sans Serif, Tahoma, sans-serif"><? echo $oDoc->DocNo; ?></font></td>
<td align="center"><font face="MS Sans Serif, Tahoma, sans-serif"> </font><? echo abbreDate2($oDoc->DocDate,'/');?></td>
<td><font face="MS Sans Serif, Tahoma, sans-serif">
<a href = "printDetailRepRegisDocDept.php?DocID=<? echo $oDoc->DocID; ?>&typeshow=<? echo $typeshow; ?>&DocSubject=<? echo $DocSubject; ?>&start=<? echo $start;?>&end=<? echo $end; ?>&yearDoc=<? echo $yearDoc; ?>&DocTypeNoStart=<? echo $DocTypeNoStart; ?>&DocTypeNoEnd=<? echo $DocTypeNoEnd; ?>&deptId=<? echo $deptId; ?>" style="cursor:pointer;">
<? echo " ".$oDoc->DocSubject; ?></a>
</font></td>
<td><font face="MS Sans Serif, Tahoma, sans-serif"><? if($oDoc->PtID!=="1"){ searchDocSendToPs($oDoc->DocID); }?></font> </td>
<td><font face="MS Sans Serif, Tahoma, sans-serif"><? echo " ".$oDoc->DocShortDesc; ?> </font></td>
</tr>
<? }else if($DtID==10 || $DtID==11){ ?>
<tr valign="top">
<td align="center"><font face="MS Sans Serif, Tahoma, sans-serif"><? echo $oDoc->DocNo; ?></font></td>
<td align="center"><font face="MS Sans Serif, Tahoma, sans-serif"> </font><? echo abbreDate2($oDoc->DocDate,'/');?></td>
<td><font face="MS Sans Serif, Tahoma, sans-serif">
<a href = "printDetailRepRegisDocDept.php?DocID=<? echo $oDoc->DocID; ?>&typeshow=<? echo $typeshow; ?>&DocSubject=<? echo $DocSubject; ?>&start=<? echo $start;?>&end=<? echo $end; ?>&yearDoc=<? echo $yearDoc; ?>&DocTypeNoStart=<? echo $DocTypeNoStart; ?>&DocTypeNoEnd=<? echo $DocTypeNoEnd; ?>&deptId=<? echo $deptId; ?>" style="cursor:pointer;">
<? echo " ".$oDoc->DocSubject; ?></a>
</font></td>
<td><font face="MS Sans Serif, Tahoma, sans-serif"><? if($oDoc->PtID!=="1"){ searchDocSendToPs($oDoc->DocID); }?></font> </td>
<td><font face="MS Sans Serif, Tahoma, sans-serif"><? echo " ".$oDoc->DocShortDesc; ?> </font></td>
</tr>
<? }else if($DtID==13){ ?>
<tr valign="top">
<td align="center"><font face="MS Sans Serif, Tahoma, sans-serif"><? echo $oDoc->DocNo; ?></font></td>
<td align="center"><font face="MS Sans Serif, Tahoma, sans-serif"> </font><? echo abbreDate2($oDoc->DocDate,'/');?></td>
<td><font face="MS Sans Serif, Tahoma, sans-serif"><? echo " ".$oDoc->CertificatePs; ?></font></td>
<td><font face="MS Sans Serif, Tahoma, sans-serif">
<a href = "printDetailRepRegisDocDept.php?DocID=<? echo $oDoc->DocID; ?>&typeshow=<? echo $typeshow; ?>&DocSubject=<? echo $DocSubject; ?>&start=<? echo $start;?>&end=<? echo $end; ?>&yearDoc=<? echo $yearDoc; ?>&DocTypeNoStart=<? echo $DocTypeNoStart; ?>&DocTypeNoEnd=<? echo $DocTypeNoEnd; ?>&deptId=<? echo $deptId; ?>" style="cursor:pointer;">
<? echo " ".$oDoc->DocSubject; ?></a>
</font></td>
<td><font face="MS Sans Serif, Tahoma, sans-serif"> </font> </td>
<td><font face="MS Sans Serif, Tahoma, sans-serif"><? if($oDoc->PtID!=="1"){ searchDocSendToPs($oDoc->DocID); }?></font> </td>
<td><font face="MS Sans Serif, Tahoma, sans-serif"><? echo " ".$oDoc->DocShortDesc; ?> </font></td>
</tr>
<? } ?>
<? $flag = 1;
} // end while oDoc
if($flag == 0){
?>
<tr bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_5"];?>">
<td colspan="10" align="center"><font color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>" >**
ไม่พบรายการ **</font></td>
</tr>
<? } ?>
</table>
</td>
</tr>
</table></td>
</tr>
</table>
<input type="hidden" name="typeshow" value="<? echo $typeshow; ?>" >
<input type="hidden" name="DocSubject" value="<? echo $DocSubject; ?>" >
<input type="hidden" name="start" value="<? echo $start; ?>" >
<input type="hidden" name="end" value="<? echo $end; ?>" >
<input type="hidden" name="yearDoc" value="<? echo $yearDoc; ?>" >
<input type="hidden" name="DocTypeNoStart" value="<? echo $DocTypeNoStart; ?>" >
<input type="hidden" name="DocTypeNoEnd" value="<? echo $DocTypeNoEnd; ?>" >
<input type="hidden" name="deptId" value="<? echo $deptId; ?>" >
<input type="hidden" name="print" value="พิมพ์" >
</form><br>
</div>
</body>
<script>
function showline(p){
FileName = "showlinedocTable.php?searchDoc="+p;
var w=900;
var h=500;
strOption = "scrollbars=yes,left=370,top=100,menubar=1,width=" + w + ",height=" + h;
window.open(FileName,"",strOption);
}
function showDocex(){
document.ff.submit();
}
function showDocex2(){
window.print();
}
</script>
|