Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m52s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m52s
* develop: fix add code show salary history
This commit is contained in:
commit
726c4fa818
3 changed files with 1 additions and 4 deletions
|
|
@ -5,7 +5,7 @@ import type { DataOption } from "@/modules/04_registryPerson/interface/index/Mai
|
||||||
|
|
||||||
export const useSalaryDataStore = defineStore("salatyDataStore", () => {
|
export const useSalaryDataStore = defineStore("salatyDataStore", () => {
|
||||||
// commandCode ขอตำแหน่ง
|
// commandCode ขอตำแหน่ง
|
||||||
const salaryCode = ref<number[]>([5, 6, 7]);
|
const salaryCode = ref<number[]>([5, 6, 7, 19]);
|
||||||
|
|
||||||
const commandCodeData = ref<DataOption[]>([]);
|
const commandCodeData = ref<DataOption[]>([]);
|
||||||
const posTypeData = ref<DataOption[]>([]); //รายการประเภทตำแหน่ง | กลุ่มงาน
|
const posTypeData = ref<DataOption[]>([]); //รายการประเภทตำแหน่ง | กลุ่มงาน
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,6 @@ import type {
|
||||||
DataOptionSys,
|
DataOptionSys,
|
||||||
} from "@/modules/04_registryPerson/interface/index/Main";
|
} from "@/modules/04_registryPerson/interface/index/Main";
|
||||||
import type { ResponseObject } from "@/modules/04_registryPerson/interface/response/Profile";
|
import type { ResponseObject } from "@/modules/04_registryPerson/interface/response/Profile";
|
||||||
import { s } from "@fullcalendar/core/internal-common";
|
|
||||||
|
|
||||||
/** importComponents*/
|
/** importComponents*/
|
||||||
const CardNotPermission = defineAsyncComponent(
|
const CardNotPermission = defineAsyncComponent(
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
import type { D } from "@fullcalendar/core/internal-common";
|
|
||||||
|
|
||||||
interface Options {
|
interface Options {
|
||||||
label: string;
|
label: string;
|
||||||
value: string;
|
value: string;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue