From f4534c25c5a605fc724be9cadf98872a5685c25e Mon Sep 17 00:00:00 2001 From: riefive Date: Thu, 16 Oct 2025 13:02:18 +0700 Subject: [PATCH] feat(sep): modify schema --- app/components/app/sep/entry-form.vue | 173 +++++++++--------- .../app/sep/table-search-patient.vue | 14 +- app/components/content/sep/entry.vue | 23 ++- app/schemas/integration-bpjs.schema.ts | 79 ++++++-- 4 files changed, 167 insertions(+), 122 deletions(-) diff --git a/app/components/app/sep/entry-form.vue b/app/components/app/sep/entry-form.vue index 90d0afe7..af48a6ac 100644 --- a/app/components/app/sep/entry-form.vue +++ b/app/components/app/sep/entry-form.vue @@ -1,23 +1,28 @@