ソースを参照

ajustes generales

Oscar José Nuñez Chávez 5 年 前
コミット
fce983bce5

+ 1 - 0
src/app/components/investment-proposals/general-info/general-info.component.html

@@ -225,6 +225,7 @@
                             type="hidden"
                             formControlName="instrumentos"
                             class="form-control"
+                            [value]="general.instrumentos"
                             readonly
                           />
                         </ng-template>

+ 6 - 0
src/app/components/investment-proposals/payment-info/payment-info.component.ts

@@ -169,6 +169,12 @@ export class PaymentInfoComponent implements OnInit {
       return false;
     }
 
+    Swal.fire({
+      allowOutsideClick: false,
+      icon: "info",
+      text: "Espere por favor..."
+    });
+
     this.paymentProposal = {
       id_inversion: this.investmentProposalID,
       step: "next",