This commit is contained in:
venbatechnologies@gmail.com 2019-11-29 20:25:02 +05:30
commit a6daaa8bdf
2 changed files with 2 additions and 2 deletions

View File

@ -282,7 +282,7 @@ checkOtpAccess:boolean = false;
let diffInHours: number = Math.floor(diffInMs / 1000 / 60 / 60);
console.log(diffInHours);
if(diffInHours <-4){
if(diffInHours <-6){
this.enableStartPD=true;
}
else

View File

@ -351,7 +351,7 @@
<input matInput autocomplete="off" placeholder="What is the reason for the Loss?" formControlName="estimate_reason_for_loss">
</mat-form-field>
</div>
<mat-form-field *ngIf="(lender_short_name == 'CLIX' ? product_abbr !='BL' ? true : false : true) && (lender_short_name == 'MWISE' ? product_abbr != 'BL' ? true : false : true)">
<mat-form-field *ngIf="lender_short_name == 'CLIX' && product_abbr =='LAEP'">
<input matInput autocomplete="off" placeholder="Annual Sales through Credit Card / POS machines" formControlName="estimate_posmachine_or_cc_annual_sales" type="number" (keyup)="inWords($event,i,13)">
<mat-hint align="end" style="font-size:11px" *ngIf="details.get('estimate_posmachine_or_cc_annual_sales').value != ''">{{"&#8377;"}} {{AV_CCAnnualSalesAmtInwords[i]}} Only </mat-hint>
</mat-form-field>