diff --git a/src/app/app.component.html b/src/app/app.component.html index 22bfa6e1642d66434dbaa26f8c73eda5c6d67138..7876eebd0a2ca6cf9b4503c7d189b4c9972df37b 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -13,14 +13,4 @@ <chart-timeline> ... </chart-timeline> </mat-tab> -</mat-tab-group> - - - - - - - - - - +</mat-tab-group> \ No newline at end of file diff --git a/src/app/components/pick-list/pick-list.component.html b/src/app/components/pick-list/pick-list.component.html index 5c51e27460c202304136f985930e52d77c6f31f6..dcde7aa9a94f6ed1ad6bd0c7360ac067b4cafc13 100644 --- a/src/app/components/pick-list/pick-list.component.html +++ b/src/app/components/pick-list/pick-list.component.html @@ -36,23 +36,9 @@ <th mat-header-cell *matHeaderCellDef> Inventory Ist </th> <td mat-cell *matCellDef="let item"> <mat-chip-list *ngIf="item.inventoryItemIst"> - <mat-basic-chip selected [style]="item.inventoryIsCorrect === true ? 'background-color:green; color:white' : 'background-color:red; color:white'"> + <mat-chip selected [color]="item.inventoryIsCorrect === true ? 'accent' : 'warn'"> {{item.inventoryItemIst}} - </mat-basic-chip> - </mat-chip-list> - </td> - </ng-container> - - <!-- Shipment Ist--> - <ng-container matColumnDef="shipment_ist"> - <th mat-header-cell *matHeaderCellDef> - Shipment Ist - </th> - <td mat-cell *matCellDef="let item"> - <mat-chip-list *ngIf="item.shipmentBinNrIst"> - <mat-basic-chip selected [style]="item.shipmentIsCorrect === true ? 'background-color:green; color:white' : 'background-color:red; color:white'"> - {{item.shipmentBinNrIst}} - </mat-basic-chip> + </mat-chip> </mat-chip-list> </td> </ng-container> @@ -71,6 +57,20 @@ </td> </ng-container> + <!-- Shipment Ist--> + <ng-container matColumnDef="shipment_ist"> + <th mat-header-cell *matHeaderCellDef> + Shipment Ist + </th> + <td mat-cell *matCellDef="let item"> + <mat-chip-list *ngIf="item.shipmentBinNrIst"> + <mat-chip selected [color]="item.shipmentIsCorrect === true ? 'accent' : 'warn'"> + {{item.shipmentBinNrIst}} + </mat-chip> + </mat-chip-list> + </td> + </ng-container> + <!-- Picker --> <ng-container matColumnDef="picker"> <th mat-header-cell *matHeaderCellDef>