Datenstruktur
parent
36a5a9be34
commit
6a9dd38280
|
|
@ -275,12 +275,27 @@ export class DataService {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
res.push({resourceId: resp.resourceId, approvalStatus: this.validateApproval(resp.approvalStatus), statusReason: resp.statusReason,
|
res.push({
|
||||||
changeNr: resp.changeNr, resourceName: resp.resourceName,
|
resourceId: resp.resourceId,
|
||||||
vertrag: resp.contract, vertragName: this.getContractName(resp.contract), isExpand: false,
|
approvalStatus: this.validateApproval(resp.approvalStatus),
|
||||||
isRes: true, state: resp.state, stateName: this.getStateNameById(resp.state),
|
statusReason: resp.statusReason,
|
||||||
supportGroup: resp.supportGroup, tasks: tasks, supportGroupId: resp.supportGroupId,
|
changeNr: resp.changeNr,
|
||||||
implementerEdit: resp.implementerEdit, flagApprove: resp.flagApprove, flagCancel: resp.flagChancel, flagPermit: resp.flagPermit, flagReject: resp.flagReject
|
resourceName: resp.resourceName,
|
||||||
|
vertrag: resp.contract,
|
||||||
|
vertragName: this.getContractName(resp.contract),
|
||||||
|
isExpand: false,
|
||||||
|
isRes: true,
|
||||||
|
state: resp.state,
|
||||||
|
stateName: this.getStateNameById(resp.state),
|
||||||
|
supportGroup: resp.supportGroup,
|
||||||
|
tasks: tasks,
|
||||||
|
supportGroupId: resp.supportGroupId,
|
||||||
|
implementerEdit: resp.implementerEdit,
|
||||||
|
flagApprove: resp.flagApprove,
|
||||||
|
flagCancel: resp.flagChancel,
|
||||||
|
flagPermit: resp.flagPermit,
|
||||||
|
flagReject: resp.flagReject,
|
||||||
|
changeImplementerLogin: resp.changeImplementerLogin
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue