diff --git a/src/modules/14_KPI/components/indicatorByPlan/DetailView.vue b/src/modules/14_KPI/components/indicatorByPlan/DetailView.vue index a420bcf47..43fe12c2b 100644 --- a/src/modules/14_KPI/components/indicatorByPlan/DetailView.vue +++ b/src/modules/14_KPI/components/indicatorByPlan/DetailView.vue @@ -6,6 +6,7 @@ import http from "@/plugins/http"; import config from "@/app.config"; import { useCounterMixin } from "@/stores/mixin"; +import IndicatorByPlan from "@/modules/14_KPI/components/indicatorByPlan/indicatorByPlan.vue"; const $q = useQuasar(); const router = useRouter(); @@ -36,6 +37,9 @@ onMounted(() => {}); /> {{ `${title}ตัวชี้วัดตามแผนฯ` }} + + + diff --git a/src/modules/14_KPI/components/indicatorByPlan/IndicatorByPlan.vue b/src/modules/14_KPI/components/indicatorByPlan/IndicatorByPlan.vue new file mode 100644 index 000000000..544128734 --- /dev/null +++ b/src/modules/14_KPI/components/indicatorByPlan/IndicatorByPlan.vue @@ -0,0 +1,496 @@ + + + + + + + + + + + + + + + {{ year + 543 }} + {{ + parseInt(value + 543) + }} + + (planData.year = null)" + hide-bottom-space + :model-value="!!planData.year ? planData.year + 543 : null" + :label="`${'ปีงบประมาณ'}`" + @update:modelValue="planData.year = null" + > + + + + + + + + + + + + + + + + + + + + + + + + + ระดับคะแนน + + ผลสำเร็จของงาน + + + + + 5 + + + + + + + + 4 + + + + + + + + 3 + + + + + + + + 2 + + + + + + + + 1 + + + + + + + + + + + + + + + + + หน่วยงาน + + + + + + + + + + + + + + + + {{ prop.node.orgTreeName }} + + + {{ + prop.node.orgCode == null ? null : prop.node.orgCode + }} + {{ + prop.node.orgTreeShortName == null + ? null + : prop.node.orgTreeShortName + }} + + + + + + + + + + + + ยุทธศาสตร์ / แผน + + + + + + + + + + + + + + + + {{ prop.node.name }} + + + + + + + + + + + + + + บันทึกข้อมูล + + + + + +