แก้ไขระบบงวด 3 หลังตรวจรับ - UI ลูกจ้างชั่วคราว
This commit is contained in:
parent
f32638e675
commit
4ead339be2
3 changed files with 304 additions and 2 deletions
|
|
@ -20,6 +20,7 @@ import Information from "@/modules/08_registryEmployee/components/EditEmployee/I
|
|||
import TempInformation from "@/modules/08_registryEmployee/components/EditEmployee/Information/Tempinformation.vue";
|
||||
import Address from "@/modules/08_registryEmployee/components/EditEmployee/Information/Address.vue";
|
||||
import Family from "@/modules/08_registryEmployee/components/EditEmployee/Information/Family.vue";
|
||||
import Employment from "@/modules/08_registryEmployee/components/EditEmployee/Employment.vue";
|
||||
|
||||
import type { DataOption } from "@/modules/04_registry/interface/index/Main";
|
||||
import http from "@/plugins/http";
|
||||
|
|
@ -409,9 +410,13 @@ const Retire = async () => {
|
|||
<div id="tempInformation" name="19" class="row col-12">
|
||||
<TempInformation v-model:statusEdit="statusEdit" :statusAdd="false" />
|
||||
</div>
|
||||
|
||||
<div id="Employment" name="20" class="row col-12 q-mt-md">
|
||||
<Employment v-model:statusEdit="statusEdit" :statusAdd="false" />
|
||||
</div>
|
||||
<div id="address" name="17" class="row col-12">
|
||||
<Address v-model:statusEdit="statusEdit" :statusAdd="false" />
|
||||
</div>
|
||||
</div>
|
||||
<div id="family" name="18" class="row col-12">
|
||||
<Family v-model:statusEdit="statusEdit" :statusAdd="false" />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue