|
@@ -147,6 +147,8 @@ export class FbsWorkshopDispatchListListComponent implements OnInit {
|
|
|
this.totalList.standardWorkingHours = this.totalList.standardWorkingHours.toFixed(1);
|
|
|
this.totalList.manHoursCompleted = this.totalList.manHoursCompleted.toFixed(1);
|
|
|
this.totalList.numberEfficiency=((this.totalList.latestCompletedQuantity/this.totalList.numberOfTasks)*100).toFixed(1);
|
|
|
+ console.log(completeStandardWorkingHours)
|
|
|
+ console.log(manHoursCompletedHide)
|
|
|
this.totalList.workingHoursEfficiency=((completeStandardWorkingHours/manHoursCompletedHide)*100).toFixed(1);
|
|
|
this.totalList.plannedQuantity = this.getPlannedQuantityTotal(dataList);
|
|
|
}
|