สืบทอดตำแหน่ง และแก้ไขการ import function
This commit is contained in:
parent
7070a6602a
commit
50000f20cb
2 changed files with 8 additions and 7 deletions
|
|
@ -41,7 +41,7 @@ const reqMaster = defineModel<FilterMaster>("reqMaster", { required: true });
|
|||
const isReadonly = ref<boolean>(false); // อ่านได้อย่างเดียว
|
||||
const isDisValidate = ref<boolean>(false);
|
||||
const isPosition = ref<boolean>(false);
|
||||
const succession = ref<boolean>(false);
|
||||
const succession = ref<boolean>(false); // id ของตำแหน่งที่จะสืบทอด
|
||||
const dataCopy = ref<any>();
|
||||
const $q = useQuasar();
|
||||
const mixin = useCounterMixin();
|
||||
|
|
@ -723,14 +723,17 @@ async function emitSearch(keyword: string, typeSelect: string) {
|
|||
}}</q-tooltip></q-btn
|
||||
>
|
||||
<q-space />
|
||||
<!-- <q-checkbox
|
||||
|
||||
<!-- succession -->
|
||||
<q-btn
|
||||
dense
|
||||
outline
|
||||
keep-color
|
||||
v-model="succession"
|
||||
label="สืบทอดตำแหน่ง"
|
||||
color="primary"
|
||||
>
|
||||
<q-tooltip>สืบทอดตำแหน่ง</q-tooltip>
|
||||
</q-checkbox> -->
|
||||
<q-tooltip>เลือกสืบทอดตำแหน่ง</q-tooltip>
|
||||
</q-btn>
|
||||
</q-card-actions>
|
||||
</q-card>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue