SMS Sent changes done in pd list page

This commit is contained in:
sriram-at-840620226347 2020-04-11 11:18:36 +05:30
parent 045446bc29
commit 0d8c4f5a88
5 changed files with 5 additions and 5 deletions

View File

@ -253,7 +253,7 @@ export class AllPdComponent implements OnInit, OnChanges {
} }
this._pd.smsLink(param).subscribe(res=>{ this._pd.smsLink(param).subscribe(res=>{
if(res['dataStatus']){ if(res['dataStatus']){
this.notifier.notify("info","SMS Shared Successfully") this.notifier.notify("info","SMS Sent Successfully")
} }
}) })
} }

View File

@ -261,7 +261,7 @@ export class CompletedPdComponent implements OnInit, OnChanges {
} }
this._pd.smsLink(param).subscribe(res=>{ this._pd.smsLink(param).subscribe(res=>{
if(res['dataStatus']){ if(res['dataStatus']){
this.notifier.notify("info","SMS Shared Successfully") this.notifier.notify("info","SMS Sent Successfully")
} }
}) })
} }

View File

@ -253,7 +253,7 @@ export class InprogressPdComponent implements OnInit, OnChanges {
} }
this._pd.smsLink(param).subscribe(res=>{ this._pd.smsLink(param).subscribe(res=>{
if(res['dataStatus']){ if(res['dataStatus']){
this.notifier.notify("info","SMS Shared Successfully") this.notifier.notify("info","SMS Sent Successfully")
} }
}) })
} }

View File

@ -235,7 +235,7 @@ export class QcCompletedPdComponent implements OnInit, OnChanges {
} }
this._pd.smsLink(param).subscribe(res=>{ this._pd.smsLink(param).subscribe(res=>{
if(res['dataStatus']){ if(res['dataStatus']){
this.notifier.notify("info","SMS Shared Successfully") this.notifier.notify("info","SMS Sent Successfully")
} }
}) })
} }

View File

@ -249,7 +249,7 @@ export class ScheduledPdComponent implements OnInit, OnChanges {
} }
this._pd.smsLink(param).subscribe(res=>{ this._pd.smsLink(param).subscribe(res=>{
if(res['dataStatus']){ if(res['dataStatus']){
this.notifier.notify("info","SMS Shared Successfully") this.notifier.notify("info","SMS Sent Successfully")
} }
}) })
} }