This commit is contained in:
Juan Felipe Duarte
2025-07-31 15:19:22 -07:00
parent ca5fbd454a
commit c7586cf6cd
13 changed files with 215 additions and 34 deletions
+3 -3
View File
@@ -123,8 +123,8 @@ class ShowUsuarios extends Component
});
});
}
if (!(Auth::user()->rol->nombre == "super")) {
$consulta_usuarios = $consulta_usuarios->where('subvendedor_id', Auth::user()->id);
@@ -573,7 +573,7 @@ class ShowUsuarios extends Component
->exists();
if ($this->precio < $this->valorBase) {
if ($this->precioTarifasGestion < $this->valorBase) {
$this->alert('error', 'El precio no puede ser menor al costo del plan', [
'position' => 'top'
]);