From f0722248510699fbe5c490e5b9da25883c38ed46 Mon Sep 17 00:00:00 2001 From: Thanit Konmek Date: Thu, 3 Aug 2023 15:53:23 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84=E0=B8=82?= =?UTF-8?q?=20component=20=E0=B8=97=E0=B8=B0=E0=B9=80=E0=B8=9A=E0=B8=B5?= =?UTF-8?q?=E0=B8=A2=E0=B8=99=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B8=A7=E0=B8=B1?= =?UTF-8?q?=E0=B8=95=E0=B8=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/information/Assessment.vue | 981 ++++++++ src/components/information/Coin.vue | 840 +++++++ src/components/information/Discipline.vue | 943 ++++++++ src/components/information/Document.vue | 272 +++ src/components/information/Education.vue | 1567 +++++++++++++ src/components/information/Insignia.vue | 1344 +++++++++++ src/components/information/Leave.vue | 1270 ++++++++++ src/components/information/Other.vue | 620 +++++ src/components/information/Record.vue | 827 +++++++ src/components/information/Salary.vue | 2070 +++++++++++++++++ src/components/information/SalaryEmployee.vue | 2009 ++++++++++++++++ .../information/SalaryEmployeeTemp.vue | 2038 ++++++++++++++++ src/components/information/Talent.vue | 684 ++++++ src/components/information/Train.vue | 1130 +++++++++ src/components/information/Work.vue | 908 ++++++++ .../components/Receive/receiveDetail.vue | 64 +- 16 files changed, 17566 insertions(+), 1 deletion(-) create mode 100644 src/components/information/Assessment.vue create mode 100644 src/components/information/Coin.vue create mode 100644 src/components/information/Discipline.vue create mode 100644 src/components/information/Document.vue create mode 100644 src/components/information/Education.vue create mode 100644 src/components/information/Insignia.vue create mode 100644 src/components/information/Leave.vue create mode 100644 src/components/information/Other.vue create mode 100644 src/components/information/Record.vue create mode 100644 src/components/information/Salary.vue create mode 100644 src/components/information/SalaryEmployee.vue create mode 100644 src/components/information/SalaryEmployeeTemp.vue create mode 100644 src/components/information/Talent.vue create mode 100644 src/components/information/Train.vue create mode 100644 src/components/information/Work.vue diff --git a/src/components/information/Assessment.vue b/src/components/information/Assessment.vue new file mode 100644 index 000000000..5d42ad985 --- /dev/null +++ b/src/components/information/Assessment.vue @@ -0,0 +1,981 @@ + + + + diff --git a/src/components/information/Coin.vue b/src/components/information/Coin.vue new file mode 100644 index 000000000..509123a34 --- /dev/null +++ b/src/components/information/Coin.vue @@ -0,0 +1,840 @@ + + + + diff --git a/src/components/information/Discipline.vue b/src/components/information/Discipline.vue new file mode 100644 index 000000000..01bbddae1 --- /dev/null +++ b/src/components/information/Discipline.vue @@ -0,0 +1,943 @@ + + + + diff --git a/src/components/information/Document.vue b/src/components/information/Document.vue new file mode 100644 index 000000000..a73fe0fb3 --- /dev/null +++ b/src/components/information/Document.vue @@ -0,0 +1,272 @@ + + diff --git a/src/components/information/Education.vue b/src/components/information/Education.vue new file mode 100644 index 000000000..5572bc881 --- /dev/null +++ b/src/components/information/Education.vue @@ -0,0 +1,1567 @@ + + + + diff --git a/src/components/information/Insignia.vue b/src/components/information/Insignia.vue new file mode 100644 index 000000000..25d743441 --- /dev/null +++ b/src/components/information/Insignia.vue @@ -0,0 +1,1344 @@ + + + + diff --git a/src/components/information/Leave.vue b/src/components/information/Leave.vue new file mode 100644 index 000000000..b2b5d0b39 --- /dev/null +++ b/src/components/information/Leave.vue @@ -0,0 +1,1270 @@ + + + + diff --git a/src/components/information/Other.vue b/src/components/information/Other.vue new file mode 100644 index 000000000..da69c2966 --- /dev/null +++ b/src/components/information/Other.vue @@ -0,0 +1,620 @@ + + + diff --git a/src/components/information/Record.vue b/src/components/information/Record.vue new file mode 100644 index 000000000..05d84fd76 --- /dev/null +++ b/src/components/information/Record.vue @@ -0,0 +1,827 @@ + + + + diff --git a/src/components/information/Salary.vue b/src/components/information/Salary.vue new file mode 100644 index 000000000..766312977 --- /dev/null +++ b/src/components/information/Salary.vue @@ -0,0 +1,2070 @@ + + + + diff --git a/src/components/information/SalaryEmployee.vue b/src/components/information/SalaryEmployee.vue new file mode 100644 index 000000000..3e013336b --- /dev/null +++ b/src/components/information/SalaryEmployee.vue @@ -0,0 +1,2009 @@ + + + + diff --git a/src/components/information/SalaryEmployeeTemp.vue b/src/components/information/SalaryEmployeeTemp.vue new file mode 100644 index 000000000..de93b4ee8 --- /dev/null +++ b/src/components/information/SalaryEmployeeTemp.vue @@ -0,0 +1,2038 @@ + + + + diff --git a/src/components/information/Talent.vue b/src/components/information/Talent.vue new file mode 100644 index 000000000..5cf4e24dd --- /dev/null +++ b/src/components/information/Talent.vue @@ -0,0 +1,684 @@ + + + diff --git a/src/components/information/Train.vue b/src/components/information/Train.vue new file mode 100644 index 000000000..965c5aa2d --- /dev/null +++ b/src/components/information/Train.vue @@ -0,0 +1,1130 @@ + + + + diff --git a/src/components/information/Work.vue b/src/components/information/Work.vue new file mode 100644 index 000000000..000369e54 --- /dev/null +++ b/src/components/information/Work.vue @@ -0,0 +1,908 @@ + + + + diff --git a/src/modules/05_placement/components/Receive/receiveDetail.vue b/src/modules/05_placement/components/Receive/receiveDetail.vue index 534e2c65b..f25b95658 100644 --- a/src/modules/05_placement/components/Receive/receiveDetail.vue +++ b/src/modules/05_placement/components/Receive/receiveDetail.vue @@ -14,7 +14,55 @@
- + +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ + + +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
@@ -29,6 +77,20 @@ import Address from "@/components/information/Address.vue"; import Family from "@/components/information/Family.vue"; import Certicate from "@/components/information/Certicate.vue"; +import EducationVue from "@/components/information/Education.vue"; +import TrainVue from "@/components/information/Train.vue"; +import InsigniaVue from "@/components/information/Insignia.vue"; +import CoinedVue from "@/components/information/Coin.vue"; +import AssessmentVue from "@/components/information/Assessment.vue"; +import SalaryVue from "@/components/information/Salary.vue"; +import DisciplineVue from "@/components/information/Discipline.vue"; +import LeaveVue from "@/components/information/Leave.vue"; +import TalentVue from "@/components/information/Talent.vue"; +import WorkVue from "@/components/information/Work.vue"; +import RecordVue from "@/components/information/Record.vue"; +import OtherVue from "@/components/information/Other.vue"; +import DocumentVue from "@/components/information/Document.vue"; + const statusEdit = ref(false);