chenc před 4 roky
rodič
revize
7b4cefc387

+ 17 - 17
src/app/routes/dashboard/analysis/analysis.component.html

@@ -106,19 +106,19 @@
           <td>{{data.productId}}</td>
           <td>{{data.product}}</td>
           <td nzAlign="center">{{data.numberOfTasksTotal}}</td>
-          <td nzAlign="center">{{data.numberOfTasksTotal*data.standardWorkingHoursTotal}}</td>
+          <td nzAlign="center">{{data.standardWorkingHoursTotal}}</td>
           <td nzAlign="center">{{data.quantityCompletedTotal}}</td>
           <td nzAlign="center">{{data.manHoursCompletedTotal}}</td>
           <ng-container *ngFor="let dateChild of data.fbsWorkshopDispatchListList">
-            <td>{{dateChild.numberOfTasks}}</td>
-            <td>{{dateChild.qualifiedNumber}}</td>
-            <td>{{dateChild.manHoursCompleted}}</td>
-            <td>{{dateChild.standardWorkingHours}}</td>
-            <td>
+            <td nzAlign="center">{{dateChild.numberOfTasks}}</td>
+            <td nzAlign="center">{{dateChild.qualifiedNumber}}</td>
+            <td nzAlign="center">{{dateChild.manHoursCompleted}}</td>
+            <td nzAlign="center">{{dateChild.standardWorkingHours}}</td>
+            <td nzAlign="center">
               <ng-container *ngIf="dateChild.productionEfficiency">{{dateChild.productionEfficiency}}%</ng-container>
               <ng-container *ngIf="!dateChild.productionEfficiency">0%</ng-container>
             </td>
-            <td>
+            <td nzAlign="center">
               <ng-container *ngIf="dateChild.achievementRate">{{dateChild.achievementRate}}%</ng-container>
               <ng-container *ngIf="!dateChild.achievementRate">0%</ng-container>
             </td>
@@ -133,20 +133,20 @@
           <td style="background-color:rgb(223, 223, 219)"></td>
           <td></td>
           <td></td>
-          <td>{{data.numberOfTasksTotal}}</td>
-          <td>{{data.standardWorkingHoursTotal}}</td>
-          <td>{{data.quantityCompletedTotal}}</td>
-          <td>{{data.manHoursCompletedTotal}}</td>
+          <td nzAlign="center">{{data.numberOfTasksTotal}}</td>
+          <td nzAlign="center">{{data.standardWorkingHoursTotal}}</td>
+          <td nzAlign="center">{{data.quantityCompletedTotal}}</td>
+          <td nzAlign="center">{{data.manHoursCompletedTotal}}</td>
           <ng-container *ngFor="let dateChild of data.fbsWorkshopDispatchListList">
-            <td>{{dateChild.numberOfTasks}}</td>
-            <td>{{dateChild.qualifiedNumber}}</td>
-            <td>{{dateChild.manHoursCompleted}}</td>
-            <td>{{dateChild.standardWorkingHours}}</td>
-            <td>
+            <td nzAlign="center">{{dateChild.numberOfTasks}}</td>
+            <td nzAlign="center">{{dateChild.qualifiedNumber}}</td>
+            <td nzAlign="center">{{dateChild.manHoursCompleted}}</td>
+            <td nzAlign="center">{{dateChild.standardWorkingHours}}</td>
+            <td nzAlign="center">
               <ng-container *ngIf="dateChild.productionEfficiency">{{dateChild.productionEfficiency}}%</ng-container>
               <ng-container *ngIf="!dateChild.productionEfficiency">0%</ng-container>
             </td>
-            <td>
+            <td nzAlign="center">
               <ng-container *ngIf="dateChild.achievementRate">{{dateChild.achievementRate}}%</ng-container>
               <ng-container *ngIf="!dateChild.achievementRate">0%</ng-container>
             </td>