Merge branch 'develop' into dev

* develop:
  fixed#1565 ระบบแจ้งปัญหาบังคับให้กรอกอีเมล และระบุข้อความว่า admin จะติดต่อกลับทางอีเมลเป็นลำดับแรกกรุณาตรวจสอบที่อีเมล
  fixed#2435 ระบบแก้ไขทะเบียนประวัติตำแหน่ง/เงินเดือน >> เพิ่มตำแหน่ง/เงินเดือน (ชื่อช่องกรอกข้อมูลหาย)
This commit is contained in:
Warunee Tamkoo 2026-04-20 09:47:36 +07:00
commit f7412ca1a8
2 changed files with 7 additions and 10 deletions

View file

@ -354,6 +354,11 @@ function onClose() {
<div class="col-12">
<div class="row col-12 q-col-gutter-sm">
<div class="col-12">
<div class="text-caption text-grey-8">
แลระบบจะตดตอกลบผานทางอเมลทานระบ กรณาตรวจสอบอเมลของทานเปนระยะ
</div>
</div>
<div class="col-xs-12 col-md-6 col-lg-6">
<q-input
dense
@ -363,10 +368,7 @@ function onClose() {
class="inputgreen"
hide-bottom-space
:rules="[
() =>
!!formData.email ||
!!formData.phone ||
'กรุณากรอกอีเมลหรือเบอร์โทรติดต่อกลับ',
(val: string) => !!val || 'กรุณากรอกอีเมลติดต่อกลับ',
]"
/>
</div>
@ -378,12 +380,6 @@ function onClose() {
v-model="formData.phone"
class="inputgreen"
hide-bottom-space
:rules="[
() =>
!!formData.email ||
!!formData.phone ||
'กรุณากรอกอีเมลหรือเบอร์โทรติดต่อกลับ',
]"
/>
</div>
</div>

View file

@ -706,6 +706,7 @@ function classInput(val: boolean) {
hide-bottom-space
autocomplete="on"
name="organization"
:label="`${'หน่วยงาน'}`"
/>
</div>