fix(03): employee drawer info visa
This commit is contained in:
parent
b9dd21d7bd
commit
8129ae05da
1 changed files with 9 additions and 28 deletions
|
|
@ -37,7 +37,6 @@ const visaStayUntilDate = defineModel<Date | null | string>(
|
||||||
const tm6Number = defineModel<string>('tm6Number');
|
const tm6Number = defineModel<string>('tm6Number');
|
||||||
const entryDate = defineModel<Date | null | string>('entryDate');
|
const entryDate = defineModel<Date | null | string>('entryDate');
|
||||||
|
|
||||||
withDefaults(
|
|
||||||
defineProps<{
|
defineProps<{
|
||||||
title?: string;
|
title?: string;
|
||||||
dense?: boolean;
|
dense?: boolean;
|
||||||
|
|
@ -46,12 +45,7 @@ withDefaults(
|
||||||
separator?: boolean;
|
separator?: boolean;
|
||||||
typeCustomer?: string;
|
typeCustomer?: string;
|
||||||
prefixId: string;
|
prefixId: string;
|
||||||
showBtnSave: boolean;
|
}>();
|
||||||
}>(),
|
|
||||||
{
|
|
||||||
showBtnSave: false,
|
|
||||||
},
|
|
||||||
);
|
|
||||||
|
|
||||||
async function fetchProvince() {
|
async function fetchProvince() {
|
||||||
const result = await adrressStore.fetchProvince();
|
const result = await adrressStore.fetchProvince();
|
||||||
|
|
@ -457,19 +451,6 @@ watch(
|
||||||
</q-input>
|
</q-input>
|
||||||
</template>
|
</template>
|
||||||
</VueDatePicker>
|
</VueDatePicker>
|
||||||
|
|
||||||
<div class="col-12 row justify-end" style="min-height: 50px">
|
|
||||||
<q-btn
|
|
||||||
v-if="!readonly && showBtnSave"
|
|
||||||
dense
|
|
||||||
unelevated
|
|
||||||
id="save-basic-info"
|
|
||||||
color="primary"
|
|
||||||
class="q-px-md"
|
|
||||||
:label="$t('save')"
|
|
||||||
@click="$emit('save')"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue