Merge branch 'develop' of https://github.com/Frappet/BMA-EHR-USER into develop
This commit is contained in:
commit
4478b16233
2 changed files with 8 additions and 8 deletions
|
|
@ -86,7 +86,7 @@ async function onSubmit() {
|
||||||
if (dataStore.officerType == "OFFICER") {
|
if (dataStore.officerType == "OFFICER") {
|
||||||
router.push(`/retire/result/${id}`);
|
router.push(`/retire/result/${id}`);
|
||||||
} else {
|
} else {
|
||||||
router.push(`/retire/result`);
|
router.push(`/retire/${id}`);
|
||||||
}
|
}
|
||||||
success($q, "บันทึกข้อมูลสำเร็จ");
|
success($q, "บันทึกข้อมูลสำเร็จ");
|
||||||
})
|
})
|
||||||
|
|
@ -171,7 +171,7 @@ onMounted(async () => {
|
||||||
flat
|
flat
|
||||||
color="primary"
|
color="primary"
|
||||||
class="q-mr-sm"
|
class="q-mr-sm"
|
||||||
@click="router.go(-1)"
|
@click="router.push('/retire')"
|
||||||
/>
|
/>
|
||||||
<div v-if="routeName == 'AddRetire'">เพิ่มเรื่องลาออก</div>
|
<div v-if="routeName == 'AddRetire'">เพิ่มเรื่องลาออก</div>
|
||||||
<div v-else>รายละเอียดเรื่องลาออก</div>
|
<div v-else>รายละเอียดเรื่องลาออก</div>
|
||||||
|
|
|
||||||
|
|
@ -294,7 +294,7 @@ onMounted(async () => {
|
||||||
outlined
|
outlined
|
||||||
class="bg-white"
|
class="bg-white"
|
||||||
:rules="[
|
:rules="[
|
||||||
(val) =>
|
(val:string) =>
|
||||||
(val && val.length > 0) || 'กรุณากรอกข้อความ',
|
(val && val.length > 0) || 'กรุณากรอกข้อความ',
|
||||||
]"
|
]"
|
||||||
/>
|
/>
|
||||||
|
|
@ -335,7 +335,7 @@ onMounted(async () => {
|
||||||
outlined
|
outlined
|
||||||
class="bg-white"
|
class="bg-white"
|
||||||
:rules="[
|
:rules="[
|
||||||
(val) =>
|
(val:string) =>
|
||||||
(val && val.length > 0) || 'กรุณากรอกข้อความ',
|
(val && val.length > 0) || 'กรุณากรอกข้อความ',
|
||||||
]"
|
]"
|
||||||
/>
|
/>
|
||||||
|
|
@ -366,7 +366,7 @@ onMounted(async () => {
|
||||||
outlined
|
outlined
|
||||||
class="bg-white"
|
class="bg-white"
|
||||||
:rules="[
|
:rules="[
|
||||||
(val) =>
|
(val:string) =>
|
||||||
(val && val.length > 0) || 'กรุณากรอกข้อความ',
|
(val && val.length > 0) || 'กรุณากรอกข้อความ',
|
||||||
]"
|
]"
|
||||||
/>
|
/>
|
||||||
|
|
@ -427,7 +427,7 @@ onMounted(async () => {
|
||||||
outlined
|
outlined
|
||||||
class="bg-white"
|
class="bg-white"
|
||||||
:rules="[
|
:rules="[
|
||||||
(val) =>
|
(val:string) =>
|
||||||
(val && val.length > 0) || 'กรุณากรอกข้อความ',
|
(val && val.length > 0) || 'กรุณากรอกข้อความ',
|
||||||
]"
|
]"
|
||||||
/>
|
/>
|
||||||
|
|
@ -457,7 +457,7 @@ onMounted(async () => {
|
||||||
outlined
|
outlined
|
||||||
class="bg-white"
|
class="bg-white"
|
||||||
:rules="[
|
:rules="[
|
||||||
(val) =>
|
(val:string) =>
|
||||||
(val && val.length > 0) || 'กรุณากรอกข้อความ',
|
(val && val.length > 0) || 'กรุณากรอกข้อความ',
|
||||||
]"
|
]"
|
||||||
/>
|
/>
|
||||||
|
|
@ -488,7 +488,7 @@ onMounted(async () => {
|
||||||
outlined
|
outlined
|
||||||
class="bg-white"
|
class="bg-white"
|
||||||
:rules="[
|
:rules="[
|
||||||
(val) =>
|
(val:string) =>
|
||||||
(val && val.length > 0) || 'กรุณากรอกข้อความ',
|
(val && val.length > 0) || 'กรุณากรอกข้อความ',
|
||||||
]"
|
]"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue