|
|
|
|
@ -79,7 +79,9 @@ export class TerminationFormComponent implements OnInit {
|
|
|
|
|
this.cs.startLoading();
|
|
|
|
|
this.terminationFormService.getTerminationColStructure({
|
|
|
|
|
P_FUNCTION_NAME: this.selectedMenu.P_FUNCTION_NAME
|
|
|
|
|
}, () => { }, this.ts.trPK('general', 'retry')).subscribe((response) => {
|
|
|
|
|
}, () => {
|
|
|
|
|
|
|
|
|
|
}, this.ts.trPK('general', 'retry')).subscribe((response) => {
|
|
|
|
|
this.termColStructure = response['GetTermColsStructureList'];
|
|
|
|
|
this.drawEitFieldsStatic(this.termColStructure);
|
|
|
|
|
this.getTermDiffStructure();
|
|
|
|
|
@ -89,7 +91,9 @@ export class TerminationFormComponent implements OnInit {
|
|
|
|
|
this.terminationFormService.getTermDiffStructure({
|
|
|
|
|
P_DESC_FLEX_CONTEXT_CODE: null,
|
|
|
|
|
P_FUNCTION_NAME: this.selectedMenu.FUNCTION_NAME
|
|
|
|
|
}, () => { }, this.ts.trPK('general', 'retry')).subscribe((response) => {
|
|
|
|
|
}, () => {
|
|
|
|
|
this.cs.back();
|
|
|
|
|
}, this.ts.trPK('general', 'retry')).subscribe((response) => {
|
|
|
|
|
this.cs.stopLoading();
|
|
|
|
|
this.handleDiffStructure(response);
|
|
|
|
|
})
|
|
|
|
|
|