wip: add form data pelaksanaan operasi

todo: blood input section

* ui: patch focus ring state
* layouts-pages: fix width layout calculation

feat(treatment-report): add fill-notes component and validation messages
- Add new FillNotes component for tissue notes input with dynamic fields
- Update schema validation with required error messages for operation and specimen fields
- Adjust form layout to include new FillNotes component and improve field organization

cherry-pick arrangement procedure from feat/protokol-terapi-116
This commit is contained in:
Khafid Prayoga
2025-11-26 10:18:29 +07:00
parent f5704536d1
commit 5ad286a44e
21 changed files with 1198 additions and 67 deletions
@@ -7,7 +7,7 @@ definePageMeta({
middleware: ['rbac'],
roles: ['doctor', 'nurse', 'admisi', 'pharmacy', 'billing', 'management'],
title: 'Tambah Laporan',
contentFrame: 'cf-full-width',
contentFrame: 'cf-container-2xl',
})
const route = useRoute()