"; echo "


กรุณาทำการ Login ก่อน

"; echo ""; exit(); } else { /** Configuration */ require_once( "../configuration.php" ); require_once( $_Config_absolute_path . "/includes/framework.php" ); require_once( "../includes/Function.php" ); /** Create Database Object */ $dbObj = new DBConn; /** Config Table for This Page */ $myTable = "projectstdplan_tb"; $myTable1 = "faculty_tb"; $myTable2 = "project_type_tb"; $myTablePK = "Orderlist"; $myTable2PK = "ProjectId"; //=== projectstdplan_tb // $query = " SELECT * FROM $myTable1 WHERE Faculty_code='$Faculty_code' "; $result1 = $dbObj->execQuery($query); $rs1 = $dbObj->fetchArray($result1); /** Paging */ $page = $_GET['page']; if( $page == "" ) { $page = 1; } /** จำนวนข้อมูล ต่อ 1 หน้า */ $perpage = $_REQUEST['perpage']; if( $perpage == "" ) { $perpage = 50; } /** Botton Name Action */ $action = $_REQUEST['action']; $id = $_REQUEST['id']; if( isset($action) && !empty($action) ) { switch($action) { case "Delete" : $num = count($id); for( $i=0; $i<$num; $i++ ) { $qrySel = " SELECT * FROM $myTable2 WHERE $myTable2PK='$id[$i]' "; $resultSel = $dbObj->execQuery($qrySel); $rsSel = $dbObj->fetchObject($resultSel); $Training_code = $rsSel->Training_code; $qryDel = " DELETE FROM $myTable2 WHERE $myTable2PK='$id[$i]' "; $resultDel = $dbObj->runQuery($qryDel); $dbObj->freeresult($resultDel); if( $resultSel ) { //--- tech_spec_tb $qryDel4 = " DELETE FROM project_plan WHERE ProjectId='$id[$i]' "; $resultDel4 = $dbObj->runQuery($qryDel4); $dbObj->freeresult($resultDel4); } # if } break; } # switch } # if /** Parameters */ $params = "Budget_Year=$Budget_Year&Faculty_code=$Faculty_code"; } # else ?> ข้อมูลแผนดำเนินงานและรายงาน : ข้อมูลแผนดำเนินการ รายปีงบประมาณ
execQuery($query); $numrows = $dbObj->_numrows; /** Paging */ $display = ( !isset ($_GET['page']) ) ? 1 : $_GET['page']; $start = ( ($display * $limit) - $limit ); /** Paging */ if( isset($_GET['OrderBy']) ) { $query = " SELECT * FROM $myTable WHERE Budget_Year='$Budget_Year' and Faculty_code='$Faculty_code' ORDER BY $OrderBy $ASCDESC "; } elseif( !isset($_GET['OrderBy']) ) { $query = " SELECT * FROM $myTable WHERE Budget_Year='$Budget_Year' and Faculty_code='$Faculty_code' ORDER BY $myTablePK ASC "; } $query .= " LIMIT $start, $limit "; $result = $dbObj->execQuery($query); ?>
หน้าหลัก » แผนปฏิบัติการรายปี งปมย้อนหลัง <=2554 » ข้อมูลแผนปฎิบัติตามพันธกิจปี งปม
‹ ย้อนกลับ  
0 ) { ?>
จำนวน: โครงการ ส่งออกข้อมูล ›
   
fetchArray($result) ) { $bgColor = ( $bgColor == "#FFFFFF" ) ? "#F9FBFB" : "#FFFFFF"; ?> fetchArray($result3) ) { */ $query2 = " SELECT * FROM $myTable2 WHERE Project_code=' ".$rs['Project_code']." ' AND Faculty_code=' ".$rs['Faculty_code']." ' "; $result2 = mysql_query($query2); while($rss = mysql_fetch_array($result2)){ $bgColor = ( $bgColor == "#FFFFFF" ) ? "#F9FBFB" : "#FFFFFF"; ?>
แผนปฏิบัติการตามพันธกิจ ปีงบประมาณ
ลำดับ พันธกิจ execQuery($sql1); $rs1 = $dbObj->fetchArray($result1); echo $rs1['Faculty_name']; ?> จำนวนเงิน 0 ) { ?>
  execQuery($query5); $rs5 = $dbObj->fetchArray($result5) ; ?> &Project_code=&Faculty_code=&Budget_Year="> บันทึกแผนกลยุทธ์และตัวชี้วัด &Project_code=&Faculty_code=&&Budget_Year=','RepPlaning','800','600','yes')"> คลิกดูรายละเอียด
จำนวนเงินทั้งหมด execQuery($sql3); $rs3 = $dbObj->fetchArray($result3); echo number_format($rs3['SumB1'],2,'.',','); ?> บาท
 
freeresult($result); /** Close the Database */ $dbObj->disconn(); /** Unset Class */ unset($dbObj); ?>