@extends('master') @section('titulo') {{ Lang::get('compras/_13030.titulo') }} @endsection @section('estilo') @endsection @section('conteudo')
Transferência de Saldos - Período Liberado: @{{ vm.CotaTransferencia.COTA.PERIODO_LIBERADO }}

C. Custo C. Contábil Período Cota Saldo
R$ @{{ (cota.VALOR-0) + ((vm.CotaTransferencia.SELECTED == cota ? vm.CotaTransferencia.COTA.VALOR_TRANSFERIR : 0)-0) | number : 2 }} R$ @{{ (cota.SALDO-0) + ((vm.CotaTransferencia.SELECTED == cota ? vm.CotaTransferencia.COTA.VALOR_TRANSFERIR : 0)-0) | number : 2 }}
@endsection @include('helper.include.view.pdf-imprimir') @section('script') @append