public function dgii606()
 {
     $facturas = new factura_proveedor();
     $this->resultados_606 = $facturas->all_desde(\date("Y-m-d", strtotime($this->fecha_inicio)), \date("Y-m-d", strtotime($this->fecha_fin)));
     $this->total_resultados_606 = count($this->resultados_606);
 }