From ab0bb6673d616924c3274a3d6a51a39094c439ae Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Tue, 5 Sep 2023 11:23:43 +0700 Subject: [PATCH] no message --- .../04_registry/components/Assessment.vue | 4 +- src/modules/04_registry/components/Coin.vue | 4 +- .../04_registry/components/Discipline.vue | 4 +- .../04_registry/components/Document.vue | 8 +- .../04_registry/components/Education.vue | 4 +- .../components/Information/Certicate.vue | 4 +- .../components/Information/OldName.vue | 9 +- .../04_registry/components/Insignia.vue | 4 +- src/modules/04_registry/components/Leave.vue | 5 +- src/modules/04_registry/components/Other.vue | 5 +- .../04_registry/components/Profile.vue | 5 +- src/modules/04_registry/components/Record.vue | 4 +- src/modules/04_registry/components/Salary.vue | 4 +- src/modules/04_registry/components/Talent.vue | 5 +- src/modules/04_registry/components/Train.vue | 4 +- src/modules/04_registry/components/Work.vue | 5 +- .../components/Receive/DialogHeader.vue | 2 +- .../components/Receive/receiveMain.vue | 378 ++++++++++++++---- 18 files changed, 352 insertions(+), 106 deletions(-) diff --git a/src/modules/04_registry/components/Assessment.vue b/src/modules/04_registry/components/Assessment.vue index 981e8cc44..4511f29bf 100644 --- a/src/modules/04_registry/components/Assessment.vue +++ b/src/modules/04_registry/components/Assessment.vue @@ -43,7 +43,9 @@ size="14px" icon="mdi-history" @click="clickHistory(props.row)" - /> + > + ประวัติแก้ไขผลการประเมินการปฏิบัติราชการ + diff --git a/src/modules/04_registry/components/Coin.vue b/src/modules/04_registry/components/Coin.vue index f189eff8b..8e6ee0123 100644 --- a/src/modules/04_registry/components/Coin.vue +++ b/src/modules/04_registry/components/Coin.vue @@ -44,7 +44,9 @@ size="14px" icon="mdi-history" @click="clickHistory(props.row)" - /> + > + ประวัติแก้ไขประกาศเกียรติคุณ + diff --git a/src/modules/04_registry/components/Discipline.vue b/src/modules/04_registry/components/Discipline.vue index b2c4f2bc0..1ad6664d8 100644 --- a/src/modules/04_registry/components/Discipline.vue +++ b/src/modules/04_registry/components/Discipline.vue @@ -42,7 +42,9 @@ size="14px" icon="mdi-history" @click="clickHistory(props.row)" - /> + > + ประวัติแก้ไขวินัย + diff --git a/src/modules/04_registry/components/Document.vue b/src/modules/04_registry/components/Document.vue index 26d54ea01..7eb3972ed 100644 --- a/src/modules/04_registry/components/Document.vue +++ b/src/modules/04_registry/components/Document.vue @@ -31,7 +31,9 @@ color="blue" icon="mdi-download-outline" @click="downloadData(file.file)" - /> + > + ดาวน์โหลดเอกสารหลักฐาน + + > + ลบเอกสารหลักฐาน + diff --git a/src/modules/04_registry/components/Education.vue b/src/modules/04_registry/components/Education.vue index 75756891b..85fe41a88 100644 --- a/src/modules/04_registry/components/Education.vue +++ b/src/modules/04_registry/components/Education.vue @@ -56,7 +56,9 @@ size="14px" icon="mdi-history" @click="clickHistory(props.row)" - /> + > + ประวัติแก้ไขประวัติการศึกษา + diff --git a/src/modules/04_registry/components/Information/Certicate.vue b/src/modules/04_registry/components/Information/Certicate.vue index 43bc56bed..5248f136d 100644 --- a/src/modules/04_registry/components/Information/Certicate.vue +++ b/src/modules/04_registry/components/Information/Certicate.vue @@ -46,7 +46,9 @@ size="14px" icon="mdi-history" @click="clickHistory(props.row)" - /> + > + ประวัติแก้ไขใบอนุญาตประกอบอาชีพ + diff --git a/src/modules/04_registry/components/Information/OldName.vue b/src/modules/04_registry/components/Information/OldName.vue index 3aa1e5125..a4a8fecc7 100644 --- a/src/modules/04_registry/components/Information/OldName.vue +++ b/src/modules/04_registry/components/Information/OldName.vue @@ -41,7 +41,9 @@ size="14px" icon="mdi-file-document-outline" @click="openFile(props.row.file)" - /> + > + ไฟล์เอกสารหลักฐาน + + > + ประวัติการเปลี่ยนชื่อ-นามสกุล + + diff --git a/src/modules/04_registry/components/Insignia.vue b/src/modules/04_registry/components/Insignia.vue index 57251332b..263f9c8bc 100644 --- a/src/modules/04_registry/components/Insignia.vue +++ b/src/modules/04_registry/components/Insignia.vue @@ -49,7 +49,9 @@ size="14px" icon="mdi-history" @click="clickHistory(props.row)" - /> + > + ประวัติแก้ไขเครื่องราชอิสริยาภรณ์ + diff --git a/src/modules/04_registry/components/Leave.vue b/src/modules/04_registry/components/Leave.vue index ff4f5da94..bfe8d8cd8 100644 --- a/src/modules/04_registry/components/Leave.vue +++ b/src/modules/04_registry/components/Leave.vue @@ -66,7 +66,10 @@ size="14px" icon="mdi-history" @click="clickHistory(props.row)" - /> + > + ประวัติแก้ไขการลา + + diff --git a/src/modules/04_registry/components/Other.vue b/src/modules/04_registry/components/Other.vue index 5acb4b600..f0bb6042d 100644 --- a/src/modules/04_registry/components/Other.vue +++ b/src/modules/04_registry/components/Other.vue @@ -39,7 +39,10 @@ size="14px" icon="mdi-history" @click="clickHistory(props.row)" - /> + > + ประวัติแก้ไขอื่นๆ + + diff --git a/src/modules/04_registry/components/Profile.vue b/src/modules/04_registry/components/Profile.vue index 1272fb36d..d4c427a2a 100644 --- a/src/modules/04_registry/components/Profile.vue +++ b/src/modules/04_registry/components/Profile.vue @@ -213,6 +213,7 @@ + ส่งรายชื่อ + > + ลบรูปภาพ + diff --git a/src/modules/04_registry/components/Record.vue b/src/modules/04_registry/components/Record.vue index a3fb990ee..a4f73b7ba 100644 --- a/src/modules/04_registry/components/Record.vue +++ b/src/modules/04_registry/components/Record.vue @@ -42,7 +42,9 @@ size="14px" icon="mdi-history" @click="clickHistory(props.row)" - /> + > + ประวัติแก้ไขวันที่มิได้ปฏิบัติหน้าที่อยู่ในเขตที่ได้มีประกาศใช้กฎอัยการศึก + diff --git a/src/modules/04_registry/components/Salary.vue b/src/modules/04_registry/components/Salary.vue index e1c337205..07713d2f3 100644 --- a/src/modules/04_registry/components/Salary.vue +++ b/src/modules/04_registry/components/Salary.vue @@ -66,7 +66,9 @@ size="14px" icon="mdi-history" @click="clickHistory(props.row)" - /> + > + ประวัติแก้ไขตำแหน่ง/เงินเดือน + diff --git a/src/modules/04_registry/components/Talent.vue b/src/modules/04_registry/components/Talent.vue index 868a2305e..4affa9891 100644 --- a/src/modules/04_registry/components/Talent.vue +++ b/src/modules/04_registry/components/Talent.vue @@ -36,7 +36,10 @@ size="14px" icon="mdi-history" @click="clickHistory(props.row)" - /> + > + ประวัติแก้ไขความสามารถพิเศษ + + diff --git a/src/modules/04_registry/components/Train.vue b/src/modules/04_registry/components/Train.vue index 8928f623c..dcd017ccb 100644 --- a/src/modules/04_registry/components/Train.vue +++ b/src/modules/04_registry/components/Train.vue @@ -49,7 +49,9 @@ size="14px" icon="mdi-history" @click="clickHistory(props.row)" - /> + > + ประวัติแก้ไขการฝึกอบรม/ดูงาน + diff --git a/src/modules/04_registry/components/Work.vue b/src/modules/04_registry/components/Work.vue index 1754fcaa6..3164b60a1 100644 --- a/src/modules/04_registry/components/Work.vue +++ b/src/modules/04_registry/components/Work.vue @@ -46,7 +46,10 @@ size="14px" icon="mdi-history" @click="clickHistory(props.row)" - /> + > + ประวัติแก้ไขปฏิบัติราชการพิเศษ + + diff --git a/src/modules/05_placement/components/Receive/DialogHeader.vue b/src/modules/05_placement/components/Receive/DialogHeader.vue index a20e917b0..2f033f3ff 100644 --- a/src/modules/05_placement/components/Receive/DialogHeader.vue +++ b/src/modules/05_placement/components/Receive/DialogHeader.vue @@ -11,7 +11,7 @@ const close = async () => { };