"; echo "


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

"; echo ""; exit(); } else { /** Configuration */ require_once( "../configuration.php" ); require_once( $_Config_absolute_path . "/includes/framework.php" ); require_once( "../includes/Function.php" ); require_once( "../includes/FunctionDB.php" ); /** Create Database Object */ $dbObj = new DBConn; /** Config Table for This Page */ $myTable = "accessories_tb"; $myTableFK = "AccId"; $Acc_code = htmlspecialchars(trim($_POST[Acc_code])); // รหัสครุภัณฑ์วิทยาลัย $Acc_no = htmlspecialchars(trim($_POST[Acc_no])); //เลขที่หรือรหัสครุภัณฑ์ $Acc_name = htmlspecialchars(trim($_POST[Acc_name])); //รายการหรือชื่อครุภัณฑ์ $Acc_module = htmlspecialchars(trim($_POST[Acc_module])); //รุ่น/แบบ $Acc_type_code = htmlspecialchars(trim($_POST[Acc_type_code]));// ประเภทครุภัณฑ์ $accContId = htmlspecialchars(trim($_POST[accContId])); // หมวดครุภัณฑ์ $accGroId = htmlspecialchars(trim($_POST[accGroId])); // กลุ่มครุภัณฑ์ $MoneyS_C = htmlspecialchars(trim($_POST[MoneyS_C])); // แหล่งเงิน $Fix_detail = htmlspecialchars(trim($_POST[Fix_detail])); // วิธีการที่ได้มา $Date_buy = dmyE2ymdT($_REQUEST['mDate']); // วันที่จัดซื้อ $Date_finish = (substr($Date_buy,0,4) + $rs['Year']) . "-" . substr($Date_buy,5,2) . "-" . substr($Date_buy,8,2);// วันที่หมดอายุ $Price = htmlspecialchars(trim($_POST[Price])); // ราคาที่จัดซื้อ/หน่วย $Fund = htmlspecialchars(trim($_POST[Fund])); // จำแนกเป็นครุภัณฑ์ $Faculty_code = htmlspecialchars(trim($_POST[Faculty_code])); //หน่วยงาน /ฝ่าย $RoomId = htmlspecialchars(trim($_POST[RoomId])); //ใช้ประจำที่/สถานที่จัดเก็บ $Statistic = htmlspecialchars(trim($_POST[Statistic])); //ลักษณะคุณสมบัติของครุภัณฑ์ $In_document = htmlspecialchars(trim($_POST[In_document])); //เลขที่เอกสารที่ได้มา $Price_document = htmlspecialchars(trim($_POST[Price_document])); //หลักฐานการจ่ายเงิน $Modify_detail = htmlspecialchars(trim($_POST[Modify_detail])); // รายการที่เปลี่ยนแปลง $Modify_document = htmlspecialchars(trim($_POST[Modify_document])); // รายการที่เปลี่ยนแปลง $Sell_id = $_POST[Sell_id]; $Name = htmlspecialchars(trim($_POST[Name])); // เลขที่เอกสารที่เปลี่ยนแปลง $Address = htmlspecialchars(trim($_POST[Address])); // ที่อยู่ผู้ขาย $Phone = htmlspecialchars(trim($_POST[Phone])); //โทรศัพท์ $query = " SELECT * FROM accessories_type_tb WHERE Acc_type ='$Acc_type_code' "; $result = $dbObj->execQuery($query); $rs = $dbObj->fetchArray($result); $query1 = " SELECT * FROM accessories_cont WHERE NameCont_y ='$accContId' "; $result1 = $dbObj->execQuery($query1); $rs1 = $dbObj->fetchArray($result1); $query2 = " SELECT * FROM accessories_group WHERE NameGroup_y ='$accGroId' "; $result2 = $dbObj->execQuery($query2); $rs2 = $dbObj->fetchArray($result2); //--- Table --> 'personal_tb' $Date_buy = $_POST['mYear']."-".$_POST['mMonth']."-".$_POST['mDate']; $Date_finish = ($_POST['mYear']+$rs['Year'])."-".$_POST['mMonth1']."-".$_POST['mDate1']; //$Path = "../Man_pic"; //### Upload Image File /* if( $_FILES['Img1']['name'] != "" ) { $Img1 = $_FILES['Img1']['name']; @copy( $_FILES['Img1']['tmp_name'] , $Path."/".$Img1 ); @unlink( $_FILES['Img1']['tmp_name'] ); */ if( $_FILES['Img1']['name'] != "" ) { $Img1 = date('YmdHis').strrchr($_FILES['Img1']['name'], "."); @copy( $_FILES['Img1']['tmp_name'] , $ManPicPath.$Img1 ); @unlink( $_FILES['Img1']['tmp_name'] ); $strSQL = " UPDATE accessories_tb SET Acc_code='$Acc_code', Dura='$Dura', Acc_no='$Acc_no', Acc_name='$Acc_name', Acc_module='$Acc_module', Acc_type_code='".$rs['Acc_type_code']."', accContId='".$rs1['accContId']."', accGroId='".$rs2['accGroId']."' , MoneyS_C='$MoneyS_C', Fix_detail='$Fix_detail', Date_buy='$Date_buy',Date_finish='$Date_finish',Year='$Year' , Price='$Price', Fund='$Fund' , Faculty_code='$Faculty_code', RoomId='$RoomId' ,Status='$Status' ,No='$No', Statistic='$Statistic', In_document='$In_document' , Price_document='$Price_document' , Modify_detail='$Modify_detail' , Modify_document='$Modify_document' , sell_id='$Sell_id', Img1='$Img1' , date_updated='NOW () ' WHERE AccId ='$AccId' "; } else { $strSQL = " UPDATE accessories_tb SET Acc_code='$Acc_code', Dura='$Dura', Acc_no='$Acc_no', Acc_name='$Acc_name', Acc_module='$Acc_module', Acc_type_code='".$rs['Acc_type_code']."', accContId='".$rs1['accContId']."', accGroId='".$rs2['accGroId']."' , MoneyS_C='$MoneyS_C', Fix_detail='$Fix_detail', Date_buy='$Date_buy',Date_finish='$Date_finish',Year='$Year' , Price='$Price', Fund='$Fund' , Faculty_code='$Faculty_code', RoomId='$RoomId' , Status='$Status' , No='$No' ,Statistic='$Statistic', In_document='$In_document' , Price_document='$Price_document' , Modify_detail='$Modify_detail' , Modify_document='$Modify_document' , sell_id='$Sell_id', date_updated='NOW () ' WHERE AccId ='$AccId' "; } $result = $dbObj->runQuery($strSQL); $dbObj->freeresult($result); } # else ?> <?=$_Config_sitename;?>
หน้าหลัก » ข้อมูลครุภัณฑ์ » แก้ไขข้อมูลครุภัณฑ์
 
ระบบจัดเก็บข้อมูลของท่านเรียบร้อยแล้ว
กรุณารอสักครู่ กำลังเปลี่ยนหน้าอัตโนมัติ
"; ?>
 
freeresult($result); /** Close the Database */ $dbObj->disconn(); /** Unset Class */ unset($dbObj); ?>