+
+
+
+
+
+
+ วันที่ประกาศราชกิจจานุเบกษา {{ date2Thai(new Date()) }}
+
-
+
+
+ วันที่ได้รับ {{ date2Thai(new Date()) }}
+
+
+
@@ -310,6 +360,7 @@ import { ref, onMounted } from "vue";
import { useCounterMixin } from "@/stores/mixin";
import type { DataOption } from "@/modules/05_placement/interface/index/Main";
+import type { OptionData } from "@/modules/07_insignia/interface/index/Main";
import type { QTableProps, QInput } from "quasar";
// const router = useRouter();
@@ -325,6 +376,7 @@ const issue = ref
("");
const book = ref("");
const volume = ref("");
const section = ref("");
+const reason = ref("");
const government = ref(null);
const document = ref(null);
@@ -336,6 +388,12 @@ const selectType = ref("");
const selectTypeOption = ref([]);
const selectTypeOptionFilter = ref([]);
+const selectRound = ref("1");
+const selectRoundOption = ref([
+ { id: "1", name: "รอบการเสนอขอพระราชทานเครื่องราชฯ ปี 2566" },
+]);
+const selectRoundOptionFilter = ref([]);
+
const visibleColumns = ref([
"no",
"status",
diff --git a/src/modules/07_insignia/interface/index/Main.ts b/src/modules/07_insignia/interface/index/Main.ts
index e4ea7770c..a90772c1d 100644
--- a/src/modules/07_insignia/interface/index/Main.ts
+++ b/src/modules/07_insignia/interface/index/Main.ts
@@ -1 +1,6 @@
-export type {};
+interface OptionData {
+ id: string;
+ name: string;
+}
+
+export type { OptionData };
diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue
index 9668dfe25..a6c72593d 100644
--- a/src/views/Dashboard.vue
+++ b/src/views/Dashboard.vue
@@ -26,22 +26,22 @@ const iteminbox = ref([]);
const splitterModel = ref(30);
const link = ref("0");
const inboxList = ref([
- {
- no: "1",
- sender: "เจ้าหน้าที่ทะเบียนประวัติ",
- subject: "ขอแก้ไขข้อมูลทะเบียนประวัติ",
- timereceive: new Date(),
- body: "ขอแก้ไขข้อมูลทะเบียนประวัติ เรื่อง ชื่อ-นามสกุล",
- ratingModel: 0,
- },
- {
- no: "2",
- sender: "เจ้าหน้าที่ทะเบียนประวัติ",
- subject: "ขอแก้ไขข้อมูลทะเบียนประวัติ",
- timereceive: new Date(),
- body: "ขอแก้ไขข้อมูลทะเบียนประวัติ เรื่อง ชื่อ-นามสกุล",
- ratingModel: 0,
- },
+ // {
+ // no: "1",
+ // sender: "เจ้าหน้าที่ทะเบียนประวัติ",
+ // subject: "ขอแก้ไขข้อมูลทะเบียนประวัติ",
+ // timereceive: new Date(),
+ // body: "ขอแก้ไขข้อมูลทะเบียนประวัติ เรื่อง ชื่อ-นามสกุล",
+ // ratingModel: 0,
+ // },
+ // {
+ // no: "2",
+ // sender: "เจ้าหน้าที่ทะเบียนประวัติ",
+ // subject: "ขอแก้ไขข้อมูลทะเบียนประวัติ",
+ // timereceive: new Date(),
+ // body: "ขอแก้ไขข้อมูลทะเบียนประวัติ เรื่อง ชื่อ-นามสกุล",
+ // ratingModel: 0,
+ // },
]);
const data = ref([
// {