@component('components.select.select_companyAccount',[ 'companies' => @$companies,
'comptes' =>@$comptes,
'comptesFourn' =>@$comptesFourn,
'company_value' => @$general_cost->com_id,
'genCosAcc_value' => @$general_cost->genCosAcc_id,
'required' => array(true,false),
'search' => array(true,true),
'multiples' => array(false,false),
'emptyValues' => array(true,true),
'bmodeedit' => false,
])
@endcomponent
@component('components.dates.select_simple',['label' => 'Date de création du','value' =>'','name' => 'genCos_createdDate'])
@endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => '','name' =>'genCos_createdDate2'])
@endcomponent
@component('components.dates.buttons_selection',['target1' => 'genCos_createdDate','target2' => 'genCos_createdDate2'])
@endcomponent
@component('components.dates.select_simple',['label' => 'Date de réglement du','value' =>'','name' => 'genCos_paymentDate'])
@endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => '','name' =>'genCos_paymentDate2'])
@endcomponent
@component('components.dates.buttons_selection',['target1' => 'genCos_paymentDate','target2' => 'genCos_paymentDate2'])
@endcomponent
@component('components.select.select_status',['label' => '','status' => @$status_proInv,'value' => '','search' =>
'true','emptyValue' => 'true','multiple' => 'true'])
@endcomponent
@component('components.dates.select_simple',['label' => 'Date d\'échéance du','value' =>'','name' => 'genCos_deadlineDate'])
@endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => '','name' =>'genCos_deadlineDate2'])
@endcomponent
@component('components.dates.buttons_selection',['target1' => 'genCos_deadlineDate','target2' => 'genCos_deadlineDate2'])
@endcomponent