ปรับ dropdown บรรจุ
This commit is contained in:
parent
2175c11ad4
commit
2b99a1459e
8 changed files with 2048 additions and 456 deletions
|
|
@ -12,7 +12,7 @@ import type {
|
|||
Information,
|
||||
DataOption,
|
||||
DataOptioninfo,
|
||||
docList
|
||||
docList,
|
||||
} from "@/modules/04_registry/components/profileType";
|
||||
|
||||
import { defaultInformation } from "@/modules/04_registry/components/profileType";
|
||||
|
|
@ -272,7 +272,7 @@ const cancel = async () => {
|
|||
edit.value = !edit.value;
|
||||
if (myForm.value !== null) {
|
||||
await getData();
|
||||
myForm.value?.resetValidation()
|
||||
myForm.value?.resetValidation();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
@ -871,7 +871,8 @@ onMounted(async () => {
|
|||
:label="`${'ประเภทการจ้าง'}`"
|
||||
use-input
|
||||
input-debounce="0"
|
||||
@filter="(inputValue:any, doneFn:Function) => filterSelector(inputValue, doneFn,'employeeTypeOps' ) " />
|
||||
@filter="(inputValue:any, doneFn:Function) => filterSelector(inputValue, doneFn,'employeeTypeOps' ) "
|
||||
/>
|
||||
</div>
|
||||
<div
|
||||
class="col-xs-6 col-sm-3 col-md-3"
|
||||
|
|
@ -896,7 +897,8 @@ onMounted(async () => {
|
|||
:label="`${'ประเภทลูกจ้าง'}`"
|
||||
use-input
|
||||
input-debounce="0"
|
||||
@filter="(inputValue:any, doneFn:Function) => filterSelector(inputValue, doneFn,'employeeClassOps' ) " />
|
||||
@filter="(inputValue:any, doneFn:Function) => filterSelector(inputValue, doneFn,'employeeClassOps' ) "
|
||||
/>
|
||||
</div>
|
||||
<div class="col-xs-12">
|
||||
<div class="text-weight-bold text-grey">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue