|
|
|
|
@ -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);
|
|
|
|
|
|