iptdevs-design-system 2.7.65 → 2.7.67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2936,6 +2936,7 @@ class CodFormStepTwoComponent extends CodFormSteps {
2936
2936
  this.controls = new CodFormControls().controls[1];
2937
2937
  }
2938
2938
  ngOnInit() {
2939
+ console.log(this.initialData);
2939
2940
  this.getParameters();
2940
2941
  this.initForm();
2941
2942
  this.startLocalStorageWork();
@@ -3337,7 +3338,6 @@ class CalculateQuotesService {
3337
3338
  let index = 1; // Indicador de cant. de cuotas
3338
3339
  let dateJs = new Date(params.date);
3339
3340
  dateJs.setMilliseconds(dateJs.getMilliseconds() + (1000 * 3600 * 24));
3340
- console.log(dateJs);
3341
3341
  if (dateJs.getDay() === 0) {
3342
3342
  Swal.fire({
3343
3343
  title: 'Fecha inválida',
@@ -3779,6 +3779,8 @@ class CodFormComponent {
3779
3779
  this.userRole = this.baseService.getUserRole();
3780
3780
  }
3781
3781
  ngOnChanges(changes) {
3782
+ console.log(this.codCode);
3783
+ console.log(this.dataFromPreviusCodData);
3782
3784
  if (changes['codCode']) {
3783
3785
  this.formTitle = 'Formulario para verificar información del COD';
3784
3786
  this.getCodbyCode();
@@ -3797,8 +3799,6 @@ class CodFormComponent {
3797
3799
  saveFinancingData(data) {
3798
3800
  if (data) {
3799
3801
  const dates = [];
3800
- console.log('-----');
3801
- console.log(data);
3802
3802
  data.forEach(p => {
3803
3803
  const date = p[2];
3804
3804
  dates.push(date);