From b4c7ee8129fb2c3ca9284dcaf21d995311bb8b88 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Thu, 17 Oct 2024 18:06:31 +0700 Subject: [PATCH 1/3] update workflow --- .../components/resign/ResignByid.vue | 1464 +++++++++-------- .../components/2_Leave/DetailLeave.vue | 506 +++--- .../components/2_Leave/DetailLeaveReject.vue | 491 +++--- .../09_leave/components/2_Leave/Tab1.vue | 1 + .../09_leave/components/2_Leave/Tab2.vue | 1 + 5 files changed, 1266 insertions(+), 1197 deletions(-) diff --git a/src/modules/06_retirement/components/resign/ResignByid.vue b/src/modules/06_retirement/components/resign/ResignByid.vue index e15ca1ab0..15b380d4e 100644 --- a/src/modules/06_retirement/components/resign/ResignByid.vue +++ b/src/modules/06_retirement/components/resign/ResignByid.vue @@ -24,6 +24,7 @@ import type { DataProfile } from "@/modules/05_placement/interface/index/Main"; import PopupPersonal from "@/components/Dialogs/PopupPersonal.vue"; import CardProfile from "@/components/CardProfile.vue"; +import WorkFlow from "@/components/Workflow/Main.vue"; /** Use */ const $q = useQuasar(); @@ -76,6 +77,7 @@ const dataDetail = ref({ fullname: "", }); +const workflowRef = ref(null); const organizationPositionOld = ref(""); const positionTypeOld = ref(""); const positionLevelOld = ref(""); @@ -527,568 +529,731 @@ onMounted(async () => {