บรรจุ แต่งตั้ง ย้าย โอน => permission รายการรับโอน,รายการช่วยราชการ,รายการส่งตัวกลับ,รายการแต่งตั้ง-เลื่อน-ย้าย,ปรับระดับชั้นงาน-ย้ายลูกจ้าง,รายการอื่นๆ
This commit is contained in:
parent
71d2df7e63
commit
41a0d80b64
11 changed files with 248 additions and 531 deletions
|
|
@ -538,7 +538,7 @@ function onSubmit() {
|
|||
typeCommand: type.value,
|
||||
};
|
||||
props.onSubmit?.(body);
|
||||
close()
|
||||
close();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
@ -868,7 +868,7 @@ function onSubmit() {
|
|||
</q-tr>
|
||||
</template>
|
||||
<template v-slot:body="props">
|
||||
<q-tr :props="props" class="cursor-pointer">
|
||||
<q-tr :props="props">
|
||||
<q-td>
|
||||
<q-checkbox
|
||||
keep-color
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue