diff --git a/src/modules/04_registryNew/components/detail/Achievement/01_ProfessionalLicense.vue b/src/modules/04_registryNew/components/detail/Achievement/01_ProfessionalLicense.vue index 80f71b65f..ddf8b2574 100644 --- a/src/modules/04_registryNew/components/detail/Achievement/01_ProfessionalLicense.vue +++ b/src/modules/04_registryNew/components/detail/Achievement/01_ProfessionalLicense.vue @@ -268,10 +268,10 @@ function closeHistoryDialog() { - + diff --git a/src/modules/04_registryNew/components/detail/Achievement/02_Train.vue b/src/modules/04_registryNew/components/detail/Achievement/02_Train.vue index 02afee66d..9204dc0ce 100644 --- a/src/modules/04_registryNew/components/detail/Achievement/02_Train.vue +++ b/src/modules/04_registryNew/components/detail/Achievement/02_Train.vue @@ -434,7 +434,7 @@ watch( class="q-pa-xs col-xs-12 col-sm-6 col-md-6 col-lg-6 grid-style-transition" > - + - - - {{ col.label }} - - - - {{ col.value ? date2Thai(col.value) : "-" }} - - - {{ col.value }} - - +
+
+
{{ col.label }}
+
+
+
+ {{ col.value ? date2Thai(col.value) : "-" }} +
+
{{ col.value }}
+
+
+
@@ -928,4 +929,12 @@ watch( .borderCard { border: 1px solid #d0d0d0; } + +.label-color { + color: #747474cc; +} + +.bg-color { + background-color: #fafafa; +} diff --git a/src/modules/04_registryNew/components/detail/PersonalInformation/05_Education.vue b/src/modules/04_registryNew/components/detail/PersonalInformation/05_Education.vue index 57484d532..e377befbb 100644 --- a/src/modules/04_registryNew/components/detail/PersonalInformation/05_Education.vue +++ b/src/modules/04_registryNew/components/detail/PersonalInformation/05_Education.vue @@ -168,6 +168,7 @@ const columns = ref([ a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }), }, ]); +const backgroundColor = "grey-2"; const isDate = ref("false"); const educationOption = ["ใช่", "ไม่ใช่"]; const historyDialog = ref(false); @@ -483,32 +484,60 @@ watch( - -
-
-
-
{{ col.label }}
+
+
ระดับการศึกษา
+
{{ props.cols[0].value }}
+
สถานศึกษา
+
{{ props.cols[1].value }}
+
+
+
ตั้งแต่
+
+ {{ date2Thai(props.cols[2].value) }}
-
-
- {{ col.value ? date2Thai(col.value) : "-" }} -
- -
{{ col.value }}
+
ถึง
+
+ {{ date2Thai(props.cols[3].value) }}
- +
วันที่สำเร็จการศึกษา
+
+ {{ date2Thai(props.cols[4].value) }} +
+
+
+
+ เป็นวุฒิการศึกษาในตำแหน่ง +
+
{{ props.cols[5].value }}
+
วุฒิการศึกษา
+
{{ props.cols[6].value }}
+
+
+
สาขาวืชา/ทาง
+
{{ props.cols[7].value }}
+
ทุน
+
{{ props.cols[8].value }}
+
+
+
เกรดเฉลี่ย
+
{{ props.cols[9].value }}
+
ประเทศ
+
{{ props.cols[10].value }}
+
+
+
ข้อมูลการติดต่อ
+
{{ props.cols[11].value }}
+
ระยะเวลา
+
{{ props.cols[12].value }}
+
+
+
+
ระยะเวลาหลักสูตร
+
{{ props.cols[13].value }}
+
+
@@ -974,4 +1003,12 @@ watch( .borderCard { border: 1px solid #d0d0d0; } + +.label-color { + color: #747474cc; +} + +.bg-color { + background-color: #fafafa; +} diff --git a/src/modules/04_registryNew/components/detail/PersonalInformation/06_SpecialSkill.vue b/src/modules/04_registryNew/components/detail/PersonalInformation/06_SpecialSkill.vue index ea7dcf2e7..4c789a446 100644 --- a/src/modules/04_registryNew/components/detail/PersonalInformation/06_SpecialSkill.vue +++ b/src/modules/04_registryNew/components/detail/PersonalInformation/06_SpecialSkill.vue @@ -84,7 +84,7 @@ const rows = [ }, ]; const dialog = ref(false); - +const backgroundColor = "grey-2"; const formFilter = reactive({ page: 1, pageSize: 10, @@ -242,10 +242,10 @@ async function onSubmit() { @@ -350,6 +352,7 @@ async function onSubmit() { + console.log("🚀 ~ bg-white:", bg-white) - + diff --git a/src/modules/13_salary/components/salaryEmployeeChart/DialogEmployeeChart.vue b/src/modules/13_salary/components/salaryEmployeeChart/DialogEmployeeChart.vue index e26711d85..75fee022d 100644 --- a/src/modules/13_salary/components/salaryEmployeeChart/DialogEmployeeChart.vue +++ b/src/modules/13_salary/components/salaryEmployeeChart/DialogEmployeeChart.vue @@ -32,8 +32,8 @@ const props = defineProps({ }, }); const formData = reactive({ - name: "", //ชื่อผังบัญชีโครงสร้างอัตราค่าจ้างลูกจ้าง - group: "", //*กลุ่มบัญชีค่าจ้าง + name: "", //ชื่อผังบัญชีอัตราค่าจ้าง + group: "", //*กลุ่มของผังบัญชีอัตราค่าจ้าง isActive: false, //*สถานะการใช้งาน date: null, //ให้ไว้ ณ วันที่ startDate: null, //วันที่มีผลบังคับใช้ @@ -166,11 +166,9 @@ watch( hide-bottom-space outlined v-model="formData.name" - label="ชื่อผังบัญชีโครงสร้างอัตราค่าจ้างลูกจ้าง" + label="ชื่อผังบัญชีอัตราค่าจ้าง" :rules="[ - (val) => - !!val || - 'กรุณากรอกชื่อผังบัญชีโครงสร้างอัตราค่าจ้างลูกจ้าง', + (val) => !!val || 'กรุณากรอกชื่อผังบัญชีอัตราค่าจ้าง', ]" lazy-rules /> @@ -184,10 +182,12 @@ watch( dense outlined v-model="formData.group" - label="กลุ่มบัญชีค่าจ้าง" + label="กลุ่มของผังบัญชีอัตราค่าจ้าง" hide-bottom-space mask="########" - :rules="[(val) => !!val || 'กรุณากรอกกลุ่มบัญชีค่าจ้าง']" + :rules="[ + (val) => !!val || 'กรุณากรอกกลุ่มของผังบัญชีอัตราค่าจ้าง', + ]" />
@@ -197,6 +197,7 @@ watch( >
- + บันทึกข้อมูล
diff --git a/src/modules/13_salary/components/salaryEmployeeChart/DialogFormCriteria.vue b/src/modules/13_salary/components/salaryEmployeeChart/DialogFormCriteria.vue new file mode 100644 index 000000000..db62795d3 --- /dev/null +++ b/src/modules/13_salary/components/salaryEmployeeChart/DialogFormCriteria.vue @@ -0,0 +1,304 @@ + + + + + diff --git a/src/modules/13_salary/components/salaryEmployeeChart/TabCriteria.vue b/src/modules/13_salary/components/salaryEmployeeChart/TabCriteria.vue index 8f46b898a..8b82e75f6 100644 --- a/src/modules/13_salary/components/salaryEmployeeChart/TabCriteria.vue +++ b/src/modules/13_salary/components/salaryEmployeeChart/TabCriteria.vue @@ -1,12 +1,16 @@ + + + diff --git a/src/modules/13_salary/components/salaryEmployeeChart/TabStructure.vue b/src/modules/13_salary/components/salaryEmployeeChart/TabStructure.vue index a8acc6c20..d2c45c331 100644 --- a/src/modules/13_salary/components/salaryEmployeeChart/TabStructure.vue +++ b/src/modules/13_salary/components/salaryEmployeeChart/TabStructure.vue @@ -45,7 +45,7 @@ const columns = ref([ { name: "name", align: "left", - label: "ชื่อผังบัญชีโครงสร้างอัตราค่าจ้างลูกจ้าง", + label: "ชื่อผังบัญชีอัตราค่าจ้าง", sortable: true, field: "name", headerStyle: "font-size: 14px", @@ -54,7 +54,7 @@ const columns = ref([ { name: "group", align: "left", - label: "กลุ่มบัญชีค่าจ้าง", + label: "กลุ่มของผังบัญชีอัตราค่าจ้าง", sortable: true, field: "group", headerStyle: "font-size: 14px", @@ -289,7 +289,7 @@ onMounted(() => { {{ col.value ? date2Thai(col.value) : "-" }}
- {{ col.value ? `กลุ่มที่ (${col.value})` : "-" }} + {{ col.value ? `กลุ่มที่ ${col.value}` : "-" }}
- +