เงินเดือน กรณคนสำรอง

This commit is contained in:
Warunee Tamkoo 2024-03-07 16:30:43 +07:00
parent 0cfb37cd83
commit cbf34695b8
2 changed files with 13 additions and 6 deletions

View file

@ -104,7 +104,7 @@ function onSubmit() {
watch(
() => modal.value,
() => {
type.value = props.typeLevel;
type.value = props.typeLevel == 'PENDING' ? "" : props.typeLevel;
isReserve.value = props.isReserve;
isChange.value = false;
}
@ -159,9 +159,6 @@ function inputEdit(val: boolean) {
<form @submit.prevent="validateForm">
<q-card-actions align="right" class="bg-white text-teal">
<!-- <q-btn flat label="OK" v-close-popup /> -->
isChange={{ isChange }}<br />
typeLevel={{ type }}<br />
isRe={{ isChange }}<br />
<q-btn
:disabled="!isChange"
type="submit"