예제 #1
0
    ?>
%</b> </div>
<div class="clearfix"></div>
<br>
<?php 
    ?>

</div>


	<div class="col-md-4">


	<?php 
    $ototal = -1 * OperationData::GetOutputQ($product->id, $cut->id);
    $ono_oficial = -1 * OperationData::GetOutputQNoF($product->id, $cut->id);
    $ooficial = -1 * OperationData::GetOutputQYesF($product->id, $cut->id);
    $nof100 = 0;
    $of100 = 0;
    if ($ono_oficial > 0) {
        $nof100 = $ono_oficial / $ototal;
    }
    if ($ooficial > 0) {
        $of100 = $ooficial / $ototal;
    }
    ?>
	<h1 class="pull-right"><?php 
    echo $ototal;
    ?>
</h1>
	<h2>Salidas</h2>
예제 #2
0
    ?>
</h1>
</center>
</div>
<div class="clearfix"></div>
<br>
<?php 
    ?>

</div>

	<div class="col-md-4">


	<?php 
    $ototal = -1 * OperationData::GetOutputQNoF($product->id, $_GET["cutid"]);
    ?>
<div class="jumbotron">
<center>
	<h2>Salidas</h2>
	<h1><?php 
    echo $ototal;
    ?>
</h1>
</center>
</div>


<div class="clearfix"></div>
<br>
<?php 
예제 #3
0
    ?>
</h1>
</center>
</div>
<div class="clearfix"></div>
<br>
<?php 
    ?>

</div>

	<div class="col-md-4">


	<?php 
    $ototal = -1 * OperationData::GetOutputQNoF($product->id, $cut->id);
    ?>
<div class="jumbotron">
<center>
	<h2>Salidas</h2>
	<h1><?php 
    echo $ototal;
    ?>
</h1>
</center>
</div>


<div class="clearfix"></div>
<br>
<?php