diff --git a/v1/js/result.js b/v1/js/result.js index fe46da1..7014383 100644 --- a/v1/js/result.js +++ b/v1/js/result.js @@ -90,7 +90,8 @@ document.addEventListener('alpine:init', () => { sampleID: '20251209', assayNo: 'WBC', result: '100', - date: '2025-05-01 08:00:01' + date: '2025-05-01 08:00:01', + logs: '', }, { idResult: 2, @@ -99,7 +100,8 @@ document.addEventListener('alpine:init', () => { sampleID: '20251209', assayNo: 'IgG', result: '20', - date: '2025-05-01 08:00:01' + date: '2025-05-01 08:00:01', + logs: '' }, { idResult: 3, @@ -108,9 +110,20 @@ document.addEventListener('alpine:init', () => { sampleID: '20251209', assayNo: 'TBIL', result: '12', - date: '2025-05-01 08:00:01' + date: '2025-05-01 08:00:01', + logs: '' }, ], + selectedRawData: { + idResult: -1, + idInstrument: -1, + namaInstrument: '', + sampleID: '', + assayNo: '', + result: '', + date: '', + logs: '', + }, selectedInstrument: { idInstrument: -1, namaInstrument: 'Instrument' @@ -143,6 +156,7 @@ document.addEventListener('alpine:init', () => { this.selectedInstrument = { ...item }; }, openModalRawData(item){ + this.selectedRawData = item this.rawDataDesktop = true }, closeDialog(){ diff --git a/v1/result.html b/v1/result.html index 55c6bd7..83aa0e5 100644 --- a/v1/result.html +++ b/v1/result.html @@ -264,22 +264,27 @@
-
- Cobas C311 - 20251209 - TBIL - 12 - 2025-05-01 08:00:01 -
-
-

- H|^&\\cobas6000^1|||||host|RUPL^REAL|P|1

-

P|1|||||||||||M||||||||||59^Y

-

O|1| - 250304063223|0^5016^2^^^s1^sc|^^^452^^^^418

-

C|1|SYAHRIL EFFENDI ^^^|G

-

C|1|SYAHRIL EFFENDI ^^^|G

-
+