+
{
defaultEducation.value.educationEndDate = data.educationEndDate;
defaultEducation.value.educationScores = data.educationScores;
defaultEducation.value.educationLevelHighId = data.educationLevelHighId;
+ checkInputName();
}
})
.catch((e) => {
diff --git a/src/modules/03_recruiting/components/TableCan.vue b/src/modules/03_recruiting/components/TableCan.vue
index 097cf69c1..9bf9e5ac2 100644
--- a/src/modules/03_recruiting/components/TableCan.vue
+++ b/src/modules/03_recruiting/components/TableCan.vue
@@ -71,7 +71,7 @@
{{ col.label }}
-
+
@@ -103,6 +103,7 @@ const props = defineProps({
editvisible: Boolean,
nameHeader: Boolean,
bottom: Boolean,
+ boss: Boolean,
addData: {
type: Boolean,
defualt: true,
diff --git a/src/modules/03_recruiting/components/TableCandidate.vue b/src/modules/03_recruiting/components/TableCandidate.vue
index b986db0c1..c5efec41e 100644
--- a/src/modules/03_recruiting/components/TableCandidate.vue
+++ b/src/modules/03_recruiting/components/TableCandidate.vue
@@ -78,7 +78,8 @@
color="primary"
@click="candidateCheckProfileDialog"
:disabled="
- attrs.rows.filter((r) => r.status == 'checkRegister').length == 0
+ attrs.rows.filter((r) => r.status == 'checkRegister').length == 0 ||
+ selected.length == 0
"
>
ตรวจสอบข้อมูล/ได้รับใบสมัครแล้ว
diff --git a/src/modules/03_recruiting/views/02_qualify/PeriodAdd.vue b/src/modules/03_recruiting/views/02_qualify/PeriodAdd.vue
index 16f962af9..f8d3cdff3 100644
--- a/src/modules/03_recruiting/views/02_qualify/PeriodAdd.vue
+++ b/src/modules/03_recruiting/views/02_qualify/PeriodAdd.vue
@@ -993,10 +993,10 @@
type="textarea"
/>
-
+
-
+
ข้อกำหนดและเงื่อนไข
@@ -1060,10 +1060,10 @@
}"
/>
-