fix : viewlog barcode (string)added
This commit is contained in:
parent
38e709842a
commit
5974bf5535
@ -349,16 +349,16 @@ export class NavbarComponent implements OnInit, OnDestroy {
|
|||||||
formattedTicketLogs: {
|
formattedTicketLogs: {
|
||||||
pool: string;
|
pool: string;
|
||||||
horses: string;
|
horses: string;
|
||||||
|
horsesArray: string[][];
|
||||||
ticketCountLabel: string;
|
ticketCountLabel: string;
|
||||||
price: string;
|
price: string;
|
||||||
numbers: number[];
|
numbers: number[];
|
||||||
count: number;
|
count: number;
|
||||||
amount: number;
|
amount: number;
|
||||||
|
maskedBarcode: string;
|
||||||
|
displayBarcode: string;
|
||||||
}[] = [];
|
}[] = [];
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
openViewLog() {
|
openViewLog() {
|
||||||
const storedTickets = localStorage.getItem('localTicketsViewlog');
|
const storedTickets = localStorage.getItem('localTicketsViewlog');
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user