Merge branch 'develop' of https://github.com/Frappet/BMA-EHR-USER into develop
This commit is contained in:
commit
d6b9804b41
2 changed files with 1 additions and 21 deletions
|
|
@ -98,26 +98,6 @@ function upLoadFile(){
|
|||
<template>
|
||||
<q-icon name="mdi-numeric-3-circle" size="20px" color="primary" />
|
||||
<div class="q-pl-sm text-weight-bold text-dark">กรอกข้อมูล</div>
|
||||
<div>
|
||||
ลาไปฟื้นฟูสมรรถภาพด้านอาชีพ
|
||||
<ul>
|
||||
<li>เขียนที่</li>
|
||||
<li>ลาตั้งแต่วันที่</li>
|
||||
<li>ลาถึงวันที่</li>
|
||||
<li>รายละเอียด (ไม่บังคับกรอก)</li>
|
||||
<li>เอกสารประกอบ</li>
|
||||
|
||||
<li>*หลังจากบันทึก แสดงปุ่มดาวน์โหลดแบบฟอร์ม</li>
|
||||
<li>*หลังจากบันทึก แสดง input ให้อัพโหลดเอกสารกลับเข้าระบบ</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
*หมายเหตุ รายละเอียดฟิลด์ในหัวข้อนี้มีเยอะ หลังจากกดบันทึกแล้วแสดงเอกสาร
|
||||
docx ให้ดาวน์โหลด เพื่อกรอก และเพิ่มให้อัพโหหลดเอกสารกลับเข้ามาในระบบ
|
||||
</p>
|
||||
|
||||
ตัวอย่างการ convert ตัวเลขเป็นข้อความ {{ arabicNumberToText(15500) }}
|
||||
</div>
|
||||
<form @submit.prevent="onValidate">
|
||||
<q-card bordered class="q-pa-md bg-grey-1">
|
||||
<div class="row q-pa-sm q-col-gutter-sm">
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ const route = useRoute();
|
|||
const myform = ref<QForm | null>(null);
|
||||
const $q = useQuasar();
|
||||
|
||||
const model = ref("10");
|
||||
const model = ref("");
|
||||
const modelSpecific = ref("");
|
||||
|
||||
const clickBack = () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue