From 6b8206c3fb800d86e7a25e2a37e2b3a098968cb6 Mon Sep 17 00:00:00 2001 From: Sibin Sabu Date: Wed, 6 Aug 2025 12:08:23 +0530 Subject: [PATCH] fix : Wsp fixed printer Race no Web socket etc..... --- .../selection.service/selection.service.ts | 2 +- .../shared-table/shared-table.component.html | 10 +- .../shared-table/shared-table.component.ts | 21 +++ .../touch-pad-menu.component.ts | 135 +++++++++++++++--- btc-UI/src/app/service/websocket.service.ts | 66 +++++++++ 5 files changed, 209 insertions(+), 25 deletions(-) create mode 100644 btc-UI/src/app/service/websocket.service.ts diff --git a/btc-UI/src/app/components/selection.service/selection.service.ts b/btc-UI/src/app/components/selection.service/selection.service.ts index 064b023..16945ce 100644 --- a/btc-UI/src/app/components/selection.service/selection.service.ts +++ b/btc-UI/src/app/components/selection.service/selection.service.ts @@ -315,7 +315,7 @@ export class SelectionService { if (!base.numbers.length || base.value <= 0) return []; - return ['WIN', 'SHP', 'THP'].map(label => { + return ['WIN', 'SHP', 'PLC'].map(label => { const newRow: SelectionData = { ...base, label, diff --git a/btc-UI/src/app/components/shared-table/shared-table.component.html b/btc-UI/src/app/components/shared-table/shared-table.component.html index e84d779..2dfa105 100644 --- a/btc-UI/src/app/components/shared-table/shared-table.component.html +++ b/btc-UI/src/app/components/shared-table/shared-table.component.html @@ -38,8 +38,14 @@ -