dev: hotfix temp

This commit is contained in:
2025-12-08 12:33:31 +07:00
parent d78e0b1ae7
commit 5db181fc16
12 changed files with 7893 additions and 6317 deletions

No files matched your search

+2 -2
View File
@@ -142,10 +142,10 @@ async function getPatientList() {
try {
const params: any = { includes: includesParams, ...filterParams.value }
if (props.classCode) {
params.class_code = props.classCode
params['class-code'] = props.classCode
}
if (props.subClassCode) {
params.sub_class_code = props.subClassCode
params['sub-class-code'] = props.subClassCode
}
const result = await getEncounterList(params)
if (result.success) {
+3 -3
View File
@@ -108,8 +108,8 @@ const protocolRows = [
{ value: 'prescription', label: 'Order Obat', component: Prescription, props: { encounter_id: data.value.id } },
{ value: 'device-order', label: 'Order Alkes', component: DeviceOrder, props: { encounter_id: data.value.id } },
{ value: 'device', label: 'Order Alkes' },
{ value: 'mcu-radiology', label: 'Order Radiologi', component: Radiology, props: { encounter_id: data.id } },
{ value: 'mcu-lab-cp', label: 'Order Lab PK', component: CpLabOrder, props: { encounter_id: data.id } },
{ value: 'mcu-radiology', label: 'Order Radiologi', component: Radiology, props: { encounter_id: data.value.id } },
{ value: 'mcu-lab-cp', label: 'Order Lab PK', component: CpLabOrder, props: { encounter_id: data.value.id } },
{ value: 'consent', label: 'General Consent', component: GeneralConsentList, props: { encounter: data } },
{
value: 'initial-nursing-study',
@@ -219,4 +219,4 @@ async function getData() {
:can-delete="canDelete"
/>
</div>
</template>
</template>
@@ -117,7 +117,6 @@ async function actionHandler(type: string) {
})
}
console.log('data', result)
const resp = await handleActionSave(
{
...payload.value,
@@ -131,6 +131,7 @@ async function getItems() {
<Detail :data="data" />
<div class="font-semibold pt-4 text-sm mb-1">Daftar Item</div>
<ItemListEntry
:data="items"
@requestItem="requestItem"/>
@@ -132,9 +132,20 @@ async function getItems() {
<Detail :data="data" />
<div class="mb-5">
<div>Keterangan Klinis</div>
<Textarea />
</div>
<ItemListEntry
:data="items"
@requestItem="requestItem"/>
<div class="my-5">
<div>Catatan Pemeriksaan DSA</div>
<Textarea />
</div>
<Separator class="my-5" />
<div class="w-full flex justify-center">