diff --git a/src/modals/contactMomenten/ContactMomentenForm.vue b/src/modals/contactMomenten/ContactMomentenForm.vue index 60b36d2..0f856de 100644 --- a/src/modals/contactMomenten/ContactMomentenForm.vue +++ b/src/modals/contactMomenten/ContactMomentenForm.vue @@ -474,6 +474,13 @@ import { contactMomentStore, navigationStore, taakStore, zaakStore } from '../.. @selected-klant="fetchKlantData($event)" @close-modal="closeSearchKlantModal" /> + + diff --git a/src/modals/klanten/SearchKlantModal.vue b/src/modals/klanten/SearchKlantModal.vue index 3fbc5b7..1aa2cdf 100644 --- a/src/modals/klanten/SearchKlantModal.vue +++ b/src/modals/klanten/SearchKlantModal.vue @@ -1,395 +1,437 @@ - - - - - - - - Geboortedatum + achternaam - - - BSN - - - Bedrijfsnaam - - - KVK nummer - - - Postcode + huisnummer - - - Emailadres - - - Telefoonnummer - - - - - - - {{ searchLabel }} - - - - - - - - - - - - - - - - - - - - Zoeken - - - - - - - - - - - - {{ getSummary(klant) }} - - - - - - Geen {{ startingType === 'persoon' ? 'personen' : 'organisaties' }} gevonden. - - - - - - - - - - - Annuleer - - - - - - Koppelen - - - - - - - - - - + + + + + + + + Geboortedatum + achternaam + + + BSN + + + Bedrijfsnaam + + + KVK nummer + + + Postcode + huisnummer + + + Emailadres + + + Telefoonnummer + + + + + + + {{ searchLabel }} + + + + + + + + + + + + + + + + + + + + Zoeken + + + + + + + + + + + + {{ getSummary(klant) }} + + + + + + Geen {{ modalType.plural }} gevonden. + + + + + + + + + + + Annuleer + + + + + + {{ selectButtonLabel }} + + + + + + + + + + diff --git a/src/views/widgets/PersonenWidget.vue b/src/views/widgets/PersonenWidget.vue index 61ff41d..b179b06 100644 --- a/src/views/widgets/PersonenWidget.vue +++ b/src/views/widgets/PersonenWidget.vue @@ -5,52 +5,58 @@ import { klantStore, navigationStore } from '../../store/store.js' - - - - - - + + + + + + + + + + + + - - + @click="() => (searchKlantModalOpen = true)"> - Zoeken + Zoek + :klant-id="klantStore.widgetKlantId" /> + + (searchKlantModalOpen = false)" />
{{ searchLabel }}