Merge branch 'develop' into feat/operator
* develop: fix:genReport แก้ข้อความยืนยันการบรรจุแล้ว เปิดปุ่มแก้ไขเป้ามายตามแผน ของผู้เกี่ยวข้องส่วนของโครงการะบบพัฒนา fix add code show salary history
This commit is contained in:
commit
7136ac966c
6 changed files with 26 additions and 24 deletions
|
|
@ -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[]>([]); //รายการประเภทตำแหน่ง | กลุ่มงาน
|
||||
|
|
|
|||
|
|
@ -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(
|
||||
|
|
|
|||
|
|
@ -937,8 +937,8 @@ function onUpdateStatus(id: string) {
|
|||
hideLoader();
|
||||
}
|
||||
},
|
||||
"ยืนยันการส่งบรรจุ",
|
||||
"ต้องการยืนยันการส่งบรรจุนี้ใช่หรือไม่ ?"
|
||||
"ยืนยันการเปลี่ยนสถานะเป็นบรรจุแล้ว",
|
||||
"ต้องการเปลี่ยนสถานะรายชื่อนี้เป็นบรรจุแล้วใช่หรือไม่ ?"
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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="
|
||||
() => {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
import type { D } from "@fullcalendar/core/internal-common";
|
||||
|
||||
interface Options {
|
||||
label: string;
|
||||
value: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue