Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dda-front
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jose Francisco Montiel Jimenez
dda-front
Commits
36dce72a
Commit
36dce72a
authored
Oct 08, 2024
by
Jose Francisco Montiel Jimenez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
correccion de permisos de fees
parent
6a25dcb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
front/src/main/webapp/js/dda/contrato/fees/feesContrato.js
front/src/main/webapp/js/dda/contrato/fees/feesContrato.js
+5
-0
No files found.
front/src/main/webapp/js/dda/contrato/fees/feesContrato.js
View file @
36dce72a
...
...
@@ -195,6 +195,7 @@ function mostrarFees(data){
else
if
(
data
.
edoCto
==
1
)
{
mostratPantallaEstadoNoRegistro
();
perfil
.
ejecutarPerfil
(
parseInt
(
$
(
"
#pmn
"
).
val
()));
}
}
...
...
@@ -384,6 +385,7 @@ function verificarActualizarResetear(){
var
aux
=
"
nuevo
"
;
if
(
tipoOperacion
!=
"
nuevo
"
)
aux
=
tipoFee
!=
tipoSuscriptor
?
"
resetear
"
:
"
actualizar
"
;
//Se verifica que la informacion sea del mismo tipo, sino se borrara la anterior y se guarda nueva
console
.
log
(
aux
);
$
(
"
#operacion
"
).
val
(
aux
);
}
...
...
@@ -410,6 +412,7 @@ function guardarSuscriptorFlat(){
else
{
$
(
"
#forma
"
).
submit
();
console
.
log
(
"
413
"
);
$
(
"
#guardarBtn
"
).
prop
(
"
disabled
"
,
true
);
}
}
...
...
@@ -418,6 +421,7 @@ function guardarSuscriptorFlat(){
setearVariablesPost
(
periodos
,
categoriasEliminar
,
periodosEliminar
,
bono
);
$
(
"
#operacion
"
).
val
(
"
limpiar
"
);
$
(
"
#forma
"
).
submit
();
console
.
log
(
"
422
"
);
$
(
"
#guardarBtn
"
).
prop
(
"
disabled
"
,
true
);
}
}
...
...
@@ -458,6 +462,7 @@ function guardarNA(){
else
{
$
(
"
#forma
"
).
submit
();
console
.
log
(
"
463
"
);
$
(
"
#guardarBtn
"
).
prop
(
"
disabled
"
,
true
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment