Merge branch 'develop' into devTee

This commit is contained in:
STW_TTTY\stwtt 2024-08-01 15:39:07 +07:00
commit 9b8ea3195e
161 changed files with 995 additions and 1006 deletions

View file

@ -177,7 +177,7 @@ onMounted(async () => {
flat
color="primary"
class="q-mr-sm"
@click="router.push(`/appoint-employee`)"
@click="router.push(`/placement/appoint-employee`)"
/>
รายละเอยดการปรบระดบชนงานลกจาง {{ title.fullname }}
</div>

View file

@ -154,7 +154,7 @@ onMounted(async () => {
flat
color="primary"
class="q-mr-sm"
@click="router.push(`/appoint-promote`)"
@click="router.push(`/placement/appoint-promote`)"
/>
รายละเอยดการแตงต-เลอน-าย {{ title.fullname }}
</div>

View file

@ -149,7 +149,7 @@ onMounted(async () => {
flat
color="primary"
class="q-mr-sm"
@click="router.push(`/other`)"
@click="router.push(`/placement/other`)"
/>
รายละเอยดรายการอนๆ {{ fullName }}
</div>

View file

@ -216,7 +216,7 @@ const clickDelete = (id: string) => {
//----()------//
const nextPage = (id: string) => {
router.push({
path: `/other/detail/${id}`,
path: `/placement/other/detail/${id}`,
});
};
@ -345,8 +345,6 @@ onMounted(() => {
{{ col.value ? col.value : "-" }}
</div>
</q-td>
</q-tr>
</template>
</d-table>

View file

@ -344,7 +344,7 @@ const onSubmit = async () => {
// back
const clickBack = () => {
router.push("/receive");
router.push("/placement/receive");
};
function calculateAge(birthDate: Date | null) {
@ -651,7 +651,7 @@ onMounted(async () => {
color="primary"
icon="mdi-chevron-left"
dense
@click="router.push(`/receive`)"
@click="router.push(`/placement/receive`)"
>
</q-btn>
<q-avatar size="65px" rounded class="containerimage">

View file

@ -480,7 +480,7 @@ onMounted(async () => {
flat
color="primary"
class="q-mr-sm"
@click="router.push(`/receive`)"
@click="router.push(`/placement/receive`)"
/>
รายละเอยดการรบโอนของ {{ title.fullname }}
</div>

View file

@ -10,7 +10,7 @@ import config from "@/app.config";
import { useRouter } from "vue-router";
import DialogHeader from "@/modules/05_placement/components/Receive/DialogHeader.vue";
import DialogOrgTree from "@/modules/05_placement/components/Receive/receiveModal.vue";
// import DialogOrgTree from "@/modules/05_placement/components/Receive/receiveModal.vue";
import type { QTableProps } from "quasar";
import type {
@ -252,7 +252,7 @@ const resetFilter = () => {
};
//
const add = () => {
router.push(`/receive/add`);
router.push(`/placement/receive/add`);
};
//
const clickClose = () => {
@ -314,7 +314,7 @@ const closeModalTree = async () => {
//
const nextPage = (id: string) => {
router.push({
path: `/receive/${id}`,
path: `/placement/receive/${id}`,
});
};
@ -594,7 +594,6 @@ onMounted(() => {
{{ col.value ? col.value : "-" }}
</div>
</q-td>
</q-tr>
<!-- <q-tr :props="props" class="cursor-pointer">
<q-td

View file

@ -147,7 +147,7 @@ const resetFilter = () => {
//
const openDetail = (id: string) => {
router.push(`/repatriate/detail/${id}`);
router.push(`/placement/repatriate/detail/${id}`);
};
// modal
const openModal = () => (modal.value = true);
@ -333,7 +333,6 @@ onMounted(async () => {
{{ col.value == null ? "" : col.value }}
</div>
</q-td>
</q-tr>
</template>
</d-table>

View file

@ -143,7 +143,7 @@ onMounted(() => {
flat
color="primary"
class="q-mr-sm"
@click="router.push(`/repatriate`)"
@click="router.push(`/placement/repatriate`)"
/>
รายละเอยดการสงตวกล {{ fullname }}
</div>

View file

@ -254,7 +254,7 @@ onMounted(async () => {
v-for="col in props.cols"
:key="col.id"
class="cursor-pointer"
@click="router.push(`/transfer/${props.row.id}`)"
@click="router.push(`/placement/transfer/${props.row.id}`)"
>
<div v-if="col.name === 'no'">
{{ props.rowIndex + 1 }}

View file

@ -319,7 +319,7 @@ onMounted(async () => {
flat
color="primary"
class="q-mr-sm"
@click="router.push(`/transfer`)"
@click="router.push(`/placement/transfer`)"
/>
รายละเอยดการขอโอนของ {{ responseData.fullname }}
</div>

View file

@ -136,7 +136,7 @@ onMounted(() => {
flat
color="primary"
class="q-mr-sm"
@click="router.push(`/help-government`)"
@click="router.push(`/placement/help-government`)"
/>
รายละเอยดการชวยราชการ {{ fullname }}
</div>

View file

@ -181,7 +181,7 @@ const resetFilter = () => {
};
const openDetail = (id: string) => {
router.push(`/help-government/detail/${id}`);
router.push(`/placement/help-government/detail/${id}`);
};
const openModal = () => (modal.value = true);
const closeModal = () => {
@ -357,7 +357,6 @@ onMounted(async () => {
}}
</div>
</q-td>
</q-tr>
</template>
</d-table>