แก้ไขตำแหน่งเงินเดือน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-03-21 11:53:41 +07:00
parent e03d2a84a5
commit cc0c600174
8 changed files with 255 additions and 108 deletions

View file

@ -4,6 +4,8 @@ import { defineStore } from "pinia";
import type { DataOption } from "@/modules/04_registryPerson/interface/index/Main";
export const useEditPosDataStore = defineStore("EditPos", () => {
const orgData = ref<DataOption[]>([]);
const commandCodeData = ref<DataOption[]>([]);
const posTypeData = ref<DataOption[]>([]); //รายการประเภทตำแหน่ง | กลุ่มงาน
const posLevelData = ref<DataOption[]>([]); //รายการระดับตำแหน่ง | ระดับชั้นงาน
@ -25,6 +27,7 @@ export const useEditPosDataStore = defineStore("EditPos", () => {
posLineData,
posPathSideData,
posExecutiveData,
orgData,
// Function
convertCommandCodeName,