แก้ไขตำแหน่งเงินเดือน
This commit is contained in:
parent
e03d2a84a5
commit
cc0c600174
8 changed files with 255 additions and 108 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue