espiral y wireo

This commit is contained in:
2024-10-22 14:14:52 +02:00
parent 7a3c11c343
commit 0a5f8dee68
7 changed files with 5520 additions and 16 deletions

View File

@ -273,6 +273,11 @@ class PresupuestoCliente {
$('#loader').modal('hide');
if(response === null || response === undefined || response === ""){
popErrorAlert("No se ha podido calcular el presupuesto para los datos proporcionados. Por favor, póngase en contacto con el departamento comercial."
, "sk-alert-2", false);
return;
}
if (Object.values(response.errors).some((value) => value !== "")) {
if (response.errors.status == 1) {
popErrorAlert("No se ha podido calcular el presupuesto para los datos proporcionados. Por favor, póngase en contacto con el departamento comercial."
@ -462,10 +467,10 @@ class PresupuestoCliente {
setTimeout(() => {
//this.checkForm({ target: { id: 'tirada' } });
/*this.validationStepper.next();
this.validationStepper.next();
this.validationStepper.next();
this.validationStepper.next();
this.validationStepper.next();
this.validationStepper.next();*/
$('#loader').modal('hide');
this.calcularPresupuesto = true;
this.checkForm({ target: { id: 'tirada' } });