Merge branch 'develop' into feat/operator

* develop:
  fix:genReport
  แก้ข้อความยืนยันการบรรจุแล้ว
  เปิดปุ่มแก้ไขเป้ามายตามแผน ของผู้เกี่ยวข้องส่วนของโครงการะบบพัฒนา
  fix
  add code show salary history
This commit is contained in:
Warunee Tamkoo 2026-02-09 17:25:34 +07:00
commit 7136ac966c
6 changed files with 26 additions and 24 deletions

View file

@ -5,7 +5,7 @@ import type { DataOption } from "@/modules/04_registryPerson/interface/index/Mai
export const useSalaryDataStore = defineStore("salatyDataStore", () => {
// commandCode ขอตำแหน่ง
const salaryCode = ref<number[]>([5, 6, 7]);
const salaryCode = ref<number[]>([5, 6, 7, 19]);
const commandCodeData = ref<DataOption[]>([]);
const posTypeData = ref<DataOption[]>([]); //รายการประเภทตำแหน่ง | กลุ่มงาน

View file

@ -22,7 +22,6 @@ import type {
DataOptionSys,
} from "@/modules/04_registryPerson/interface/index/Main";
import type { ResponseObject } from "@/modules/04_registryPerson/interface/response/Profile";
import { s } from "@fullcalendar/core/internal-common";
/** importComponents*/
const CardNotPermission = defineAsyncComponent(

View file

@ -937,8 +937,8 @@ function onUpdateStatus(id: string) {
hideLoader();
}
},
"ยืนยันการส่งบรรจุ",
"ต้องการยืนยันการส่งบรรจุนี้ใช่หรือไม่ ?"
"ยืนยันการเปลี่ยนสถานะเป็นบรรจุแล้ว",
"ต้องการเปลี่ยนสถานะรายชื่อนี้เป็นบรรจุแล้วใช่หรือไม่ ?"
);
}

View file

@ -791,9 +791,7 @@ onMounted(() => {
<q-tr :props="props">
<q-td>
<q-btn
v-if="
store.projectStatus !== 'FINISH' && !checkRoutePermission
"
v-if="!checkRoutePermission"
round
flat
color="edit"
@ -894,8 +892,8 @@ onMounted(() => {
v-if="!checkRoutePermission"
round
flat
color="primary"
icon="mdi-pencil-outline"
color="edit"
icon="edit"
size="14px"
@click="
() => {
@ -971,8 +969,8 @@ onMounted(() => {
v-if="!checkRoutePermission"
round
flat
color="primary"
icon="mdi-pencil-outline"
color="edit"
icon="edit"
size="14px"
@click="
() => {

View file

@ -1,5 +1,3 @@
import type { D } from "@fullcalendar/core/internal-common";
interface Options {
label: string;
value: string;