0NEXNQ - tampilkan address dokter di autocomplete pengirim

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
sas.fajri
2026-05-28 16:38:40 +07:00
parent fe2f5df843
commit 139a7b4aa7

View File

@@ -29,10 +29,14 @@
> >
<template v-slot:item="{ item }"> <template v-slot:item="{ item }">
<span>{{ item.M_DoctorCode + ' - ' + item.M_DoctorPrefix + ' ' + item.M_DoctorPrefix2 + ' ' + item.M_DoctorName + ' ' + item.M_DoctorSuffix + ' ' + item.M_DoctorSuffix2 }}</span> <v-list-tile-content>
<v-list-tile-title>{{ item.M_DoctorCode + ' - ' + item.M_DoctorPrefix + ' ' + item.M_DoctorPrefix2 + ' ' + item.M_DoctorName + ' ' + item.M_DoctorSuffix + ' ' + item.M_DoctorSuffix2 }}</v-list-tile-title>
<v-list-tile-sub-title v-if="item.address" class="caption">{{ item.address }}</v-list-tile-sub-title>
</v-list-tile-content>
</template> </template>
</v-autocomplete> </v-autocomplete>
<span v-if="selected_doctor.M_DoctorNote" class="caption">{{selected_doctor.M_DoctorNote}}</span> <span v-if="selected_doctor.M_DoctorNote" class="caption">{{selected_doctor.M_DoctorNote}}</span>
<span v-if="selected_doctor && selected_doctor.address" class="caption grey--text">{{ selected_doctor.address }}</span>
</v-flex> </v-flex>
<v-flex xs3 mr-1> <v-flex xs3 mr-1>
<v-select <v-select