Viewing file:      v_add_sourcebudget.php (6.96 KB)      -rwxr-xr-x Select action/file-type:    (+) |   (+) |   (+) | Code (+) | Session (+) |   (+) | SDB (+) |   (+) |   (+) |   (+) |   (+) |   (+) |
 
<script language="javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" ></script>
 <script language="javascript" >
     $(document).ready(function(){
         var seq = $("#sb_seq").attr('value');
         if (seq =='') {
             var number = parseInt($("#table_show tr:last").children("td:first-child").text())+1 ;
             if(isNaN(number)){ number=1; }
             $("#sb_seq").attr('value',number);
         }
     });
 </script>
 <script language="javascript">
     function doSubmit(){
 
         for (var i=0; i < 2; i++)
         {
            if (document.myform.sb_status[i].checked)
            {
               var sb_status = document.myform.sb_status[i].value;
             }
         }
         document.myform.sb_status.value = sb_status;
         document.myform.submit();
     }
 
     function do_delete_sb(id,type){
         var answer = confirm("ต้องการลบใช่หรือไม่");
         alert(answer);
         if (answer){
             alert(document.myform.action);
             alert('answer='+answer);
             document.myform.action = 'esa/base_data/del_sb';
             document.myform.sb_id.value = id;
             document.myform.sb_type.value = type;
             document.myform.submit();
         }
 
         return false;
     }
 </script>
 <?php
     $_image_reply = array(
                     'src' => 'images/edit.png',         
                     'width' => '15',
                     'height' => '15',
                     'border' => '0',
                     'title' => 'แก้ไขข้อมูล',
                     'onmouseover' => "this.style.cursor='pointer'"
     );
     $_image_del = array(
                     'src' => 'images/delete.png',         
                     'width' => '15',
                     'height' => '15',
                     'border' => '0',
                     'title' => 'ลบข้อมูล',
                     'onmouseover' => "this.style.cursor='pointer'"
     );//
     $_image_add = array(
                     'src' => 'images/esa/add.gif',         
                     'width' => '15',
                     'height' => '15',
                     'border' => '0',
                     'title' => 'เพิ่ม',
                     'align' => 'absmiddle',
                     'onmouseover' => "this.style.cursor='pointer'"
     );//
 $sb = ($qu_sb->num_rows() > 0 ) ? $qu_sb->row() : NULL;
 ?>
 
 <?php echo form_open('esa/base_data/add_sourcebudget');?>
 <table id="table_input" class='szone2' width="60%" border="0">
 
     <tr>
         <th width="15%">แหล่งเงินงบประมาณ</th>
         <td width="85%" >
 <?
     //echo "id(".getval('atb_id', $atb).")   ";
     if($add == 'TRUE' || $add == 'เพิ่ม' ){
         $a_id = 0;
         $a_pid = set_value('sb_pid',getval('sb_id', $sb));
         $a_name = '';
         //echo (getval('atb_name', $atb))?getval('atb_name', $atb).'<br> หัวข้อย่อย :':'';
         echo ($qu_sb->num_rows() > 0 )? $sb->sb_name.'<br> หัวข้อย่อย :':'';
     }else{
         if (getval('sb_pid',$sb) == 0) {
             $a_id = getval('sb_id', $sb);
             $a_pid = getval('sb_pid', $sb);
             $a_name = getval('sb_name', $sb);
         } else {
             $a_id = getval('sb_id', $sb);
             $a_pid = getval('sb_pid', $sb);
             $a_name = getval('sb_name', $sb);
             echo getval('p_name', $sb)?getval('p_name', $sb).'<br> แก้ไขหัวข้อย่อย :':'';
         }
     }
 
 ?>
             <input type="hidden" name="sb_id" value="<?php echo $a_id;?>" />
             <input type="hidden" name="sb_pid" value="<?php echo $a_pid;?>" />
             <input type="text" name="sb_name" id="sb_name" value="<?php echo $a_name;?>" size="50" /><font color='red'> *</font>
             <input type="submit" name="add" value="<?php echo ($add == 'TRUE'  || $add == 'เพิ่ม' )?'เพิ่ม':'แก้ไข';?>" />
             <?php echo form_error('sb_name'); ?>
             <?php echo isset($error_name)? "<br>".$error_name : "" ?></td>
         </td>
     </tr>
 </table><br />
 <table id="table_show" class='tb_1' width="60%" border="0">
     <tr >
         <th >แหล่งเงินงบประมาณ</th>
         <th width="10%">แก้ไข</th>
         <th width="5%">ลบ</th>
     </tr>
 <?php 
 if ($rs_sb->num_rows > 0) {
     $index=1;
     $p = 1;
     $p_index=0;
     foreach ($rs_sb->result() as $row) {
 
         if($row->p_sb_id != $p_index){
             $p_index = $row->p_sb_id ;
 ?>
     <tr >
 
         <td align="left"> <?php  if($row->p_sb_pid!=0){echo nbs(2); }else{ ?>
         <span class="hand" onClick="sendPost('myform', {'sb_id':<?php echo $row->p_sb_id;?>,'add':'TRUE'}, 'sourcebudget')"><?php echo img($_image_add)?></span><?php }?> <font size="2"><?php echo $row->p_sb_name;?></b></font></td>
         <td align="center"><span class="hand" onClick="sendPost('myform', {'sb_id':<?php echo $row->p_sb_id;?>,'add':'FALSE'}, 'sourcebudget')"><?php echo img($this->config->item('sa_image_reply'));?></span></td>
         <td align="center"><span class="hand" onClick="if (confirm('ต้องการลบใช่หรือไม่')) { sendPost('hidform', {'sb_id':<?php echo $row->p_sb_id;?>,'add':'FALSE'}, 'del_sourcebudget'); }"><?php echo img($this->config->item('sa_image_del'));?></td>
     </tr>
 
 <?
             if($row->sb_id !=NULL){
                 $index++;
 ?>
     <tr >
 
         <td align="left"> <?php  if($row->sb_pid!=0){echo nbs(2); }else{ ?>
         <span class="hand" onClick="sendPost('myform', {'sb_id':<?php echo $row->sb_id;?>,'add':'TRUE'}, 'sourcebudget')"><?php echo img($_image_add);?></span><?php }?> <font size="2"><?php echo $row->sb_name;?></b></font></td>
         <td align="center"><span class="hand" onClick="sendPost('myform', {'sb_id':<?php echo $row->sb_id;?>,'add':'FALSE'}, 'sourcebudget')"><?php echo img($this->config->item('sa_image_reply'));?></span></td>
         <td align="center"><span class="hand" onClick="if (confirm('ต้องการลบใช่หรือไม่')) { sendPost('hidform', {'sb_id':<?php echo $row->sb_id;?>,'add':'FALSE'}, 'del_sourcebudget'); }"><?php echo img($this->config->item('sa_image_del'));?></td>
     </tr>
 <?
             }
         }else{
         
 ?>
         
     <tr >
 
         <td align="left"> <?php  if($row->sb_pid!=0){echo nbs(2); }else{ ?>
         <span class="hand" onClick="sendPost('myform', {'sb_id':<?php echo $row->sb_id;?>,'add':'TRUE'}, 'sourcebudget')"><?php echo img($_image_add);?></span><?php }?> <font size="2"><?php echo $row->sb_name;?></b></font></td>
         <td align="center"><span class="hand" onClick="sendPost('myform', {'sb_id':<?php echo $row->sb_id;?>,'add':'FALSE'}, 'sourcebudget')"><?php echo img($this->config->item('sa_image_reply'));?></span></td>
         <td align="center"><span class="hand" onClick="if (confirm('ต้องการลบใช่หรือไม่')) { sendPost('hidform', {'sb_id':<?php echo $row->sb_id;?>,'add':'FALSE'}, 'del_sourcebudget'); }"><?php echo img($this->config->item('sa_image_del'));?></td>
     </tr>
 <?php 
         }
         $index++;
     }
 } else {
 ?>
     <tr class="notfound">
         <td colspan="3" >ไม่พบแหล่งเงินงบประมาณ</td>
     </tr>
 <?php 
 }
 ?>
 </table>
 <?php echo form_close();?>
 <br>
  |