Added more info to pdf

This commit is contained in:
Patrick Alvin Alcala 2025-10-14 10:15:00 +08:00
parent 34619a65c8
commit 44ad91dd95

View file

@ -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<string[]>([])
export const _codeList = atom<string[]>([])
export const _amountList = atom<string[]>([])
export const _signature = atom('')