refactor: employee address same with employer

This commit is contained in:
puriphatt 2024-08-27 15:32:04 +07:00
parent cf97ffd8de
commit 98e44c7935

View file

@ -380,7 +380,7 @@ watch(districtId, fetchSubDistrict);
:for="`${prefixId}-${indexId !== undefined ? `input-zip-code-${indexId}` : 'input-zip-code'}`"
:dense="dense"
outlined
:disable="!readonly"
:disable="!readonly && !sameWithEmployer"
readonly
:label="$t('form.zipCode')"
class="col-md-2 col-6"
@ -574,7 +574,7 @@ watch(districtId, fetchSubDistrict);
:dense="dense"
outlined
readonly
:disable="!readonly"
:disable="!readonly && !sameWithEmployer"
zip="zip-en"
:label="$t('form.zipCode')"
class="col-md-2 col-6"