fix ==> รายงานบรรจุ แต่งตั้ง ย้าย โอน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-12-11 18:12:42 +07:00
parent 5b944dc593
commit 95ace09cb8
5 changed files with 423 additions and 99 deletions

View file

@ -34,7 +34,7 @@ const {
} = useCounterMixin();
const year = ref<number>(new Date().getFullYear());
const dateStart = ref<Date>(new Date(year.value, 9, 1));
const dateStart = ref<Date>(new Date(year.value - 1, 9, 1));
const dateEnd = ref<Date>(new Date(year.value + 1, 8, 30));
const dateMonth = ref<DataDateMonthObject>({