Merge pull request #219 from dikstub-rssa/feat/adj-enc-list-199

Feat - Item + Item Price
This commit is contained in:
Munawwirul Jamal
2025-12-08 11:29:49 +07:00
committed by GitHub
31 changed files with 1765 additions and 319 deletions
@@ -188,6 +188,7 @@ onMounted(async () => {
@event="handleEvent"
@fetch="handleFetch"
/>
<AppViewPatient
v-model:open="openPatient"
v-model:selected="selectedPatient"
@@ -206,11 +207,13 @@ onMounted(async () => {
"
@save="handleSavePatient"
/>
<AppViewHistory
v-model:open="openHistory"
:is-action="true"
:histories="histories"
/>
<!-- Footer Actions -->
<div class="mt-6 flex justify-end gap-2 border-t border-t-slate-300 pt-4">
<Button