plantime/Done
parent
781ffd08b1
commit
0db5e3226d
|
|
@ -256,7 +256,7 @@ export class DataService {
|
|||
this.totalSize = response.totalSize;
|
||||
response.changes.forEach(resp=>{
|
||||
//console.log(resp.resourceId+" "+resp.approvalStatus)
|
||||
console.log(resp);
|
||||
//console.log(resp);
|
||||
let tasks : any[] = [];
|
||||
if(resp.d1!=null){
|
||||
tasks.push(
|
||||
|
|
|
|||
|
|
@ -139,7 +139,7 @@
|
|||
</ng-template>
|
||||
</ejs-gantt>
|
||||
|
||||
<app-plan-time-bar *ngIf="renderGantt"
|
||||
<app-plan-time-bar *ngIf="renderplanTime"
|
||||
[inputData]="inputForTimeline"
|
||||
[splitterSettings]="splitterSettings"
|
||||
[parentResources]="allResources"
|
||||
|
|
|
|||
|
|
@ -462,6 +462,7 @@ public logg(args){
|
|||
return resource.resourceId == args.data.taskData.resources[0].resourceId;
|
||||
});
|
||||
this.dataService.updateDatePerChange(found);
|
||||
this.renderplanTime = false;
|
||||
this.refreshData();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue