Exemplo n.º 1
0
    }
    ?>
</select>
</div>


<table>
	<tr>
		<td colspan=2><!--start 1st div-->
		<div class="basic" style="float: left;" id="list1b"><?php 
    if (isset($timberlist)) {
        $count = 0;
        $common->updateEcmonicsDetails($markDetailId, $ecnomicsId);
        foreach ($timberlist as $k) {
            $common->updateProductDetails($markDetailId, $ecnomicsId, $k->id);
            $treeeVolume = $markDetail->getTimberProductVolume($markDetailId);
            $maxDetail = array();
            foreach ($treeeVolume as $key => $array) {
                $maxDetail[$key] = $array['productVolume'];
                ?>
				   <input type ='hidden'  value='<?php 
                echo $array['productVolume'];
                ?>
' id='<?php 
                echo $k->id . '_' . $key;
                ?>
'
			    name='<?php 
                echo $k->id . '_' . $key;
                ?>
' />