|
|
|
|
@ -233,10 +233,10 @@ export class HomeComponent implements OnInit {
|
|
|
|
|
this.data.datasets[0].data[0] = notification.OPEN_NTF_NUMBER;
|
|
|
|
|
} else if (notification.ITEM_TYPE === 'REQAPPRV') {
|
|
|
|
|
this.filters[2].value = this.totalPR;
|
|
|
|
|
this.data.datasets[0].data[2] = notification.OPEN_NTF_NUMBER;
|
|
|
|
|
this.data.datasets[0].data[1] = notification.OPEN_NTF_NUMBER;
|
|
|
|
|
} else if (notification.ITEM_TYPE === 'POAPPRV') {
|
|
|
|
|
this.filters[3].value = this.totalPO;
|
|
|
|
|
this.data.datasets[0].data[3] = notification.OPEN_NTF_NUMBER;
|
|
|
|
|
this.data.datasets[0].data[2] = notification.OPEN_NTF_NUMBER;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
// this.data.datasets[0].data[4] = this.ITGCount;
|
|
|
|
|
|