DONE: update prefix for BOARD_MEETING_REFERENCE_PREFIX, add placeholder for address
This commit is contained in:
@@ -8,8 +8,7 @@
|
|||||||
|
|
||||||
@section('letter-recipient')
|
@section('letter-recipient')
|
||||||
<strong>{{ $applicant->name }}</strong><br>
|
<strong>{{ $applicant->name }}</strong><br>
|
||||||
{!! nl2br(e($applicant->address)) !!}<br>
|
{!! nl2br(e($applicant->address)) !!}
|
||||||
{{ $applicant->postcode }}
|
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('letter-honorific')
|
@section('letter-honorific')
|
||||||
|
|||||||
@@ -692,7 +692,12 @@ function stepLabelClass(stepId: number) {
|
|||||||
<template v-else-if="currentStep === 2">
|
<template v-else-if="currentStep === 2">
|
||||||
<Field class="col-span-12">
|
<Field class="col-span-12">
|
||||||
<FieldLabel for="address">Alamat</FieldLabel>
|
<FieldLabel for="address">Alamat</FieldLabel>
|
||||||
<Textarea id="address" v-model="form.applicant.address" rows="3" />
|
<Textarea
|
||||||
|
id="address"
|
||||||
|
v-model="form.applicant.address"
|
||||||
|
rows="3"
|
||||||
|
placeholder="Lot Pt 448, Tingkat 1, Jalan Kuala Krai, Batu 3, Wakaf Che Yeh, 15150 Kota Bharu, Kelantan."
|
||||||
|
/>
|
||||||
<FieldError v-if="fieldErrors['applicant.address']">{{ fieldErrors['applicant.address'] }}</FieldError>
|
<FieldError v-if="fieldErrors['applicant.address']">{{ fieldErrors['applicant.address'] }}</FieldError>
|
||||||
</Field>
|
</Field>
|
||||||
<Field class="col-span-12 sm:col-span-4">
|
<Field class="col-span-12 sm:col-span-4">
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ const DOCUMENT_TYPE_LABELS: Record<string, string> = {
|
|||||||
[RESULT_LETTER_DOCUMENT_TYPE]: 'Surat Keputusan',
|
[RESULT_LETTER_DOCUMENT_TYPE]: 'Surat Keputusan',
|
||||||
}
|
}
|
||||||
|
|
||||||
const BOARD_MEETING_REFERENCE_PREFIX = 'Mesyuarat Lembaga Bil.'
|
const BOARD_MEETING_REFERENCE_PREFIX = 'Mesyuarat Lembaga KoPKB Bil. '
|
||||||
|
|
||||||
const router = useRouter()
|
const router = useRouter()
|
||||||
const route = useRoute()
|
const route = useRoute()
|
||||||
|
|||||||
Reference in New Issue
Block a user