toast red

MOHEMM-SFH-COLORS
enadhilal 4 years ago
parent 6a07e1d7b7
commit 004b4d2c3f

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

Loading…
Cancel
Save