workflow
This commit is contained in:
parent
7eb2c0ce2f
commit
1eead8c579
2 changed files with 15 additions and 4 deletions
|
|
@ -16,6 +16,7 @@ import type {
|
|||
} from "@/modules/05_leave/interface/response/leave";
|
||||
|
||||
import DialogHeader from "@/components/DialogHeader.vue";
|
||||
import Workflow from "@/components/Workflow/Main.vue"
|
||||
import FormLeave from "@/modules/05_leave/components/formDetail/01_SickForm.vue";
|
||||
import FormChildbirth from "@/modules/05_leave/components/formDetail/04_HelpWifeBirthForm.vue";
|
||||
import FormHoliday from "@/modules/05_leave/components/formDetail/05_VacationForm.vue";
|
||||
|
|
@ -76,8 +77,6 @@ const props = defineProps({
|
|||
},
|
||||
});
|
||||
|
||||
/**checkForm Form การลา*/
|
||||
|
||||
/** Form รายละเอียดข้อมูล*/
|
||||
const formData = reactive<FremDetail>({
|
||||
id: "", //Id การยื่นขอลา
|
||||
|
|
@ -495,6 +494,8 @@ watch(
|
|||
v-else-if="checkForm === 'FormVocationalRehabilitation'"
|
||||
:data="formData"
|
||||
/>
|
||||
|
||||
<Workflow :id="props.leaveId" sys-name="LEAVE_LIST" />
|
||||
</div>
|
||||
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue