alert box correction

This commit is contained in:
Your Name 2021-07-08 15:21:26 +05:30
parent de9054d4e9
commit 44297ad628

View File

@ -553,7 +553,7 @@ export class AddPdComponent implements OnInit, OnDestroy {
getPincode(e,i){ this.pincodeflag[i] = e == 1 ? true : false;} getPincode(e,i){ this.pincodeflag[i] = e == 1 ? true : false;}
// save pd in draft // save pd in draft
saveDraftPD(formValue: any, status: string) { saveDraftPD(formValue: any, status: string) {
//alert('Inside The Draft PD'); //alert('Inside The Draft PD');
this.submitPdDetails(formValue, status); this.submitPdDetails(formValue, status);
} }
//trigger pd //trigger pd
@ -1016,7 +1016,7 @@ checkExistPd(value,option){
param={applicant_name:this.pdMain.applicant_name.value,mobile_no:this.pdMain.mobile_no.value} param={applicant_name:this.pdMain.applicant_name.value,mobile_no:this.pdMain.mobile_no.value}
name= "Applicant Name" name= "Applicant Name"
swal_text="The Entered applicant name and mobile number is already exists on the following Case No. " swal_text="The entered applicant name and mobile already exist on the following case No."
break; break;
// case 3: // case 3:
// param={mobile_no:value} // param={mobile_no:value}