mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
trabajando en el comparador
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -97,7 +97,7 @@ class DatosLibro {
|
||||
this.removeService('fajaColor');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
changeFerro() {
|
||||
|
||||
if (this.ferro.prop('checked')) {
|
||||
@ -112,6 +112,7 @@ class DatosLibro {
|
||||
|
||||
if (this.prototipo.prop('checked')) {
|
||||
this.addService('prototipo');
|
||||
this.ferro.prop('checked', true).trigger('change');
|
||||
}
|
||||
else {
|
||||
this.removeService('prototipo');
|
||||
@ -396,4 +397,5 @@ class DatosLibro {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
export default DatosLibro;
|
||||
Reference in New Issue
Block a user