รายการเลื่อนเงินเดือนลูกจ้างประจำ = > ส่งออกคำสั่ง
This commit is contained in:
parent
7d68de4190
commit
9dacfc6835
3 changed files with 21 additions and 7 deletions
|
|
@ -26,6 +26,7 @@ export const useSalaryEmployeeListSDataStore = defineStore(
|
|||
const roundYear = ref<number>(0);
|
||||
const roundCode = ref<string>("");
|
||||
const isClosedRound = ref<boolean>(false); // การปิดรอบ
|
||||
const statusQuota = ref<string>("");
|
||||
/** List Menu*/
|
||||
const itemMenu = ref<ItemsMenu[]>([
|
||||
{
|
||||
|
|
@ -157,6 +158,7 @@ export const useSalaryEmployeeListSDataStore = defineStore(
|
|||
remaining,
|
||||
isClosedRound,
|
||||
roundYear,
|
||||
statusQuota,
|
||||
};
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue