+
-
{{ props.row.positionCandidate }}
-
+
{{ props.row.reportingDate }}
@@ -666,48 +705,121 @@ const paginationLabel = (start: number, end: number, total: number) => {
-
+
-
-
-
+
+
+
เลือกหน่วยงานที่รับบรรจุ
-
-
-
+
+
+
ขอผ่อนผัน
-
-
-
+
+
+
ข้อมูลการผ่อนผัน
-
-
-
+
+
+
สละสิทธิ์
-
-
-
+
+
+
ข้อมูลการสละสิทธิ์
@@ -721,26 +833,58 @@ const paginationLabel = (start: number, end: number, total: number) => {
-
+
-
+
-
+
-
-
+
+
@@ -748,7 +892,11 @@ const paginationLabel = (start: number, end: number, total: number) => {
-
+
@@ -757,7 +905,10 @@ const paginationLabel = (start: number, end: number, total: number) => {
-
+
@@ -767,8 +918,17 @@ const paginationLabel = (start: number, end: number, total: number) => {
@@ -780,30 +940,68 @@ const paginationLabel = (start: number, end: number, total: number) => {
-
+
-
+
+
+
+ ไม่มีข้อมูลรอบการเสนอขอพระราชทานเครื่องราชอิสริยาภรณ์
+
+
+
{
OrderTypeOption.value = props.OrderTypeOption.filter(
(e: any) => e.name !== "ทั้งหมด"
);
- reportType.value = OrderTypeOption.value[0].id;
+ reportType.value = OrderTypeOption.value[0].name;
let currentDate = new Date();
let currentYear = currentDate.getFullYear();
reportYear.value = currentYear;
@@ -89,7 +89,7 @@ const clickSearch = async () => {
await myForm.value!.validate().then((result: boolean) => {
if (result) {
let body = {
- commandTypeId: reportType.value,
+ commandType: reportType.value,
year: reportYear.value,
posno: reportNo.value,
};
@@ -110,7 +110,7 @@ const clickSearch = async () => {
position: e.position,
}));
} else {
- notifyError($q, "ไม่มีข้อมูลที่ต้องการค้นหา");
+ // notifyError($q, "ไม่มีข้อมูลที่ต้องการค้นหา");
rows.value = [];
}
})
@@ -188,7 +188,7 @@ const paginationLabel = (start: number, end: number, total: number) => {
map-options
:options="OrderTypeOption"
option-label="name"
- option-value="id"
+ option-value="name"
:label="`${' ประเภท'}`"
>