diff --git a/src/modules/07_insignia/components/2_Manage/Tab1.vue b/src/modules/07_insignia/components/2_Manage/Tab1.vue index 887140412..9487fedff 100644 --- a/src/modules/07_insignia/components/2_Manage/Tab1.vue +++ b/src/modules/07_insignia/components/2_Manage/Tab1.vue @@ -1384,7 +1384,7 @@ onMounted(async () => { :outlined="true" :hide-dropdown-icon="false" :rules="[ - (val) => !!val || `กรุณาเลือกประเภทเครื่องราช`, + (val:string) => !!val || `กรุณาเลือกประเภทเครื่องราช`, ]" /> @@ -1396,7 +1396,7 @@ onMounted(async () => { outlined dense lazy-rules - :rules="[(val) => !!val || `กรุณากรอกหมายเหตุ`]" + :rules="[(val:string) => !!val || `กรุณากรอกหมายเหตุ`]" v-model="reason" :label="`หมายเหตุ`" /> diff --git a/src/modules/07_insignia/components/report/ReportDetail.vue b/src/modules/07_insignia/components/report/ReportDetail.vue index 64a6f997c..dede5695c 100644 --- a/src/modules/07_insignia/components/report/ReportDetail.vue +++ b/src/modules/07_insignia/components/report/ReportDetail.vue @@ -70,7 +70,7 @@ function backHistory() { async function fecthlistRound() { showLoader(); await http - .get(config.API.listRoundInsignia()) + .get(config.API.listRoundInsignia(), { params: { path: "REPORT" } }) .then((res: any) => { optionsList.value = res.data.result.map((e: ResponsePeriod) => ({ id: e.period_id, diff --git a/src/modules/07_insignia/views/01_RoundMain.vue b/src/modules/07_insignia/views/01_RoundMain.vue index 2feb72ac9..f4453e7f1 100644 --- a/src/modules/07_insignia/views/01_RoundMain.vue +++ b/src/modules/07_insignia/views/01_RoundMain.vue @@ -1,5 +1,5 @@ @@ -506,6 +509,7 @@ onMounted(async () => { + @@ -514,7 +518,7 @@ onMounted(async () => { - + { label="หน่วยงานที่ยังไม่ได้ส่งรายชื่อ" /> + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - { @click="popupBackToInsignia2Role" /> - - - - + + + +