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