ทะเบียนประวัติ => เงินเดิอน เพิ่ม clearable
This commit is contained in:
parent
d4d5ccd4c2
commit
7af4eb7a45
1 changed files with 5 additions and 2 deletions
|
|
@ -150,7 +150,6 @@
|
|||
:class="getClass(edit)"
|
||||
:outlined="edit"
|
||||
dense
|
||||
|
||||
:borderless="!edit"
|
||||
:model-value="date2Thai(formDataSalary.date)"
|
||||
:rules="[
|
||||
|
|
@ -198,6 +197,7 @@
|
|||
|
||||
<div class="row col-xs-12 col-sm-12 col-md-12">
|
||||
<q-select
|
||||
clearable
|
||||
ref="templatePosRef"
|
||||
:class="getClass(edit)"
|
||||
:outlined="edit"
|
||||
|
|
@ -241,6 +241,7 @@
|
|||
|
||||
<div class="col-xs-6 col-sm-6 col-md-6">
|
||||
<q-select
|
||||
clearable
|
||||
ref="typePositionRef"
|
||||
:class="getClass(edit)"
|
||||
:outlined="edit"
|
||||
|
|
@ -266,6 +267,7 @@
|
|||
|
||||
<div class="col-xs-6 col-sm-6 col-md-6">
|
||||
<q-select
|
||||
clearable
|
||||
ref="levelPositionRef"
|
||||
:class="getClass(edit)"
|
||||
:outlined="edit"
|
||||
|
|
@ -321,6 +323,7 @@
|
|||
|
||||
<div class="row col-xs-12 col-sm-12 col-md-12">
|
||||
<q-select
|
||||
clearable
|
||||
ref="templateDocRef"
|
||||
:class="getClass(edit)"
|
||||
:outlined="edit"
|
||||
|
|
@ -1287,7 +1290,7 @@ function inputPositionLevelBlur() {
|
|||
|
||||
if (
|
||||
!optionStore.optipnLevel.some(
|
||||
(v) => v.name === tempPositionLevelInput.value
|
||||
(v:any) => v.name === tempPositionLevelInput.value
|
||||
)
|
||||
) {
|
||||
createValue(tempPositionLevelInput.value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue