From 44ad91dd95407e0f41dabf0b8c8e3f8fa30f6221 Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Tue, 14 Oct 2025 10:15:00 +0800 Subject: [PATCH] Added more info to pdf --- src/stores/pdfinfo.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/stores/pdfinfo.ts b/src/stores/pdfinfo.ts index 345d707..9c8b074 100644 --- a/src/stores/pdfinfo.ts +++ b/src/stores/pdfinfo.ts @@ -8,7 +8,10 @@ export const _location = atom('') export const _type = atom('') export const _code = atom('') export const _assessor = atom('') +export const _assessorid = atom(0) export const _feeList = atom([]) export const _codeList = atom([]) export const _amountList = atom([]) + +export const _signature = atom('')