toast red

enad-Q1
enadhilal 5 years ago
parent 6a07e1d7b7
commit 004b4d2c3f

@ -299,14 +299,14 @@ export class WorkListReplacementRollComponent implements OnInit {
}); });
} else { } else {
this.cs.toastPK("replacementRoll", "enterNote"); this.cs.redToastPK("replacementRoll", "enterNote");
// let msg: string = this.ts.trPK("replacementRoll", "enterNote"); // let msg: string = this.ts.trPK("replacementRoll", "enterNote");
// this.cs.showErrorMessageDialog(() => { // this.cs.showErrorMessageDialog(() => {
// }, this.ts.trPK('general', 'ok'), msg); // }, this.ts.trPK('general', 'ok'), msg);
} }
} else { } else {
this.cs.toastPK("replacementRoll", "msg"); this.cs.redToastPK("replacementRoll", "msg");
// let msg: string = this.ts.trPK("replacementRoll", "msg"); // let msg: string = this.ts.trPK("replacementRoll", "msg");
// this.cs.showErrorMessageDialog(() => { // this.cs.showErrorMessageDialog(() => {
// }, this.ts.trPK('general', 'ok'), msg); // }, this.ts.trPK('general', 'ok'), msg);
@ -324,13 +324,13 @@ export class WorkListReplacementRollComponent implements OnInit {
this.handleApplayActionResult(result); this.handleApplayActionResult(result);
}); });
} else { } else {
this.cs.toastPK("replacementRoll", "enterNote"); this.cs.redToastPK("replacementRoll", "enterNote");
// let msg: string = this.ts.trPK("replacementRoll", "enterNote"); // let msg: string = this.ts.trPK("replacementRoll", "enterNote");
// this.cs.showErrorMessageDialog(() => { // this.cs.showErrorMessageDialog(() => {
// }, this.ts.trPK('general', 'ok'), msg); // }, this.ts.trPK('general', 'ok'), msg);
} }
} else { } else {
this.cs.toastPK("replacementRoll", "msg"); this.cs.redToastPK("replacementRoll", "msg");
// let msg: string = this.ts.trPK("replacementRoll", "msg"); // let msg: string = this.ts.trPK("replacementRoll", "msg");
// this.cs.showErrorMessageDialog(() => { // this.cs.showErrorMessageDialog(() => {
// }, this.ts.trPK('general', 'ok'), msg); // }, this.ts.trPK('general', 'ok'), msg);

Loading…
Cancel
Save