{!! Form::mselect('cliente',$clientes,null,'Cliente',$errors,6,false,true,false,
'consultar_contrato()') !!}
{!!
Form::mselect('contrato',[],null,'Contrato',$errors,6,false,true,false,'consultar_servicios()')
!!}
{!! Form::mselect('servicio',[],null,'Servicio',
$errors,6,false,true,false,'consultar_valor()') !!}
{{-- {!! Form::select('servicio',
$servicios,$servicio,['id'=>'servicio','class'=>'form-control select2','style'=>'width:
30%;','onchange'=>"consultar_valor()",'placeholder'=>'Servicios']) !!} --}}
{!! Form::mMonedaFormato('valor',null,'Valor',$errors,6) !!}
| # | Contrato | Cuota | Concepto | Recibo Asociado | Valor | |
|---|---|---|---|---|---|---|
| TOTAL COBROS | ₡0.00 | |||||
| Medio de Pago | Comprobante | Valor | Acciones |
|---|---|---|---|
| {!! Form::mselect('medio_pago',$medios_pagos,null,'Seleccionar',$errors,12,false,true,false,'requerir_comprobante()') !!} | {!! Form::mtext('comprobante',null,'',$errors,12,false,true,[['disabled'=>'disabled ']]) !!} | {!! Form::mMonedaFormato('valor_cobrar',null,'Valor',$errors,12,false,false) !!} |
Agregar Medio |
| TOTAL PAGADO | ₡0.00 | ||
| DIFERENCIA | 0.00 | ||
{!! Form::mtextAr('descripcion',isset($edit) ? $edit->puesto_descripcion : null,'Descripción',$errors,5,false,false,'onkeyup="javascript:this.value=this.value.toUpperCase()"') !!} {!! Form::mDate('inicio',date('Y-m-d'),'Fecha de Pago',$errors,5) !!}