Merge branch 'develop' of github.com:Frappet/bma-ehr-frontend into me

# Conflicts:
#	src/modules/04_registry/components/Profile.vue
This commit is contained in:
Thanit Konmek 2023-08-21 12:22:04 +07:00
commit 380c628099
11 changed files with 328 additions and 440 deletions

View file

@ -131,32 +131,8 @@ const fecthTypeOption = async () => {
});
};
const rows = ref<any>([
// {
// personalId: "08db721d-add6-47b0-8a13-5f45d106e8d1",
// citizenId: "1234444332222",
// fullname: " ",
// organizationName: "",
// orgName: "",
// organizationShortName: ".",
// positionNumber: ". 1",
// positionPath: "",
// birthday: dateText(new Date("1989-09-03")),
// },
]);
const rows2 = ref<any>([
// {
// personalId: "08db721d-add6-47b0-8a13-5f45d106e8d1",
// citizenId: "1234444332222",
// fullname: " ",
// organizationName: "",
// orgName: "",
// organizationShortName: ".",
// positionNumber: ". 1",
// positionPath: "",
// birthday: dateText(new Date("1989-09-03")),
// },
]);
const rows = ref<any>([]);
const rows2 = ref<any>([]);
const columns = ref<QTableProps["columns"]>([
{
name: "no",
@ -714,7 +690,7 @@ const status = (val: string) => {
<q-card-actions align="right" class="bg-white text-teal">
<q-btn
label="ส่งไปรายการแต่งตั้ง-เลื่อน"
label="ส่งไปออกคำสั่ง"
@click="clickAddlist"
color="public"
:disable="checkSelected"

View file

@ -18,7 +18,7 @@
{{ title.fullname }}
</div>
<q-space />
<q-btn
<!-- <q-btn
outline
color="blue"
dense
@ -26,7 +26,7 @@
class="q-px-sm"
label="ดูข้อมูลทะเบียนประวัติ"
@click="router.push(`/registry/${paramsId}`)"
/>
/> -->
</div>
<div class="col-12"><q-separator /></div>
<div class="row col-12 q-pa-md">

View file

@ -17,15 +17,6 @@ const TabsTemplate2Format2 = defineAsyncComponent(
const TabsTemplate3 = defineAsyncComponent(
() => import("@/modules/05_placement/components/probation/FormEvaluation/Template3.vue")
);
// const Tabs2 = defineAsyncComponent(
// () => import("@/modules/05_placement/components/probation/tabs/tabs2.vue")
// );
const Tabs3 = defineAsyncComponent(
() => import("@/modules/05_placement/components/probation/tabs/tabs3.vue")
);
const Tabs4 = defineAsyncComponent(
() => import("@/modules/05_placement/components/probation/tabs/tabs4.vue")
);
const router = useRouter();
const drawer = ref<boolean>(true);
@ -76,7 +67,7 @@ const activeTab = ref<string>("tab1");
</q-item-section> -->
<q-item-section>
แบบประเมนผล<br/>(งคบบญชา)
แบบประเมนผล<br />(งคบบญชา)
</q-item-section>
</q-item>
@ -87,7 +78,7 @@ const activeTab = ref<string>("tab1");
</q-item-section> -->
<q-item-section>
แบบประเมนผล<br/>(คณะกรรมการ)
แบบประเมนผล<br />(คณะกรรมการ)
</q-item-section>
</q-item>
@ -98,9 +89,15 @@ const activeTab = ref<string>("tab1");
</q-item-section> -->
<q-item-section>
แบบรายงาน<br/>การประเมนฯ
แบบรายงาน<br />การประเมนฯ
</q-item-section>
</q-item>
<q-item>
<q-item-section>
ผลการประเมนการทดลองปฏหนาทราชการ
</q-item-section>
</q-item>
</q-list>
</q-scroll-area>
</q-drawer>
@ -112,7 +109,7 @@ const activeTab = ref<string>("tab1");
</q-tab-panel>
<q-tab-panel name="tab2">
<TabsTemplate1 :activeTab="activeTab"/>
<TabsTemplate1 :activeTab="activeTab" />
</q-tab-panel>
<q-tab-panel name="tab3">