Ejemplo n.º 1
0
echo OrdemServicoHelper::renderItens(1, $model->ordemServicoItens, false);
?>
                    </tbody>
                </table>
            </div>
            <div>
                <table class="acl_section">
                    <thead>
                        <tr>
                            <th>Serviços</th>
                            <th>Preço</th>
                        </tr>
                    </thead>
                    <tbody id="tipo_item_1_adicionados">
                        <?php 
echo OrdemServicoHelper::renderItens(2, $model->ordemServicoItens, false);
?>
                    </tbody>
                </table>
            </div>
            <p><strong id="valorTotal">Total: R$ <?php 
echo FormatHelper::valorMonetario($valor_total);
?>
</strong></p>
        </div>
    </div>

    <div class="row os-escolher-formas-pagamento">
        <?php 
$form = $this->beginWidget('CActiveForm', array('id' => 'ordem-servico-form', 'enableAjaxValidation' => false));
?>