Merge branch 'develop' into dev
* develop: fixed#1565 ระบบแจ้งปัญหาบังคับให้กรอกอีเมล และระบุข้อความว่า admin จะติดต่อกลับทางอีเมลเป็นลำดับแรกกรุณาตรวจสอบที่อีเมล fixed#2435 ระบบแก้ไขทะเบียนประวัติตำแหน่ง/เงินเดือน >> เพิ่มตำแหน่ง/เงินเดือน (ชื่อช่องกรอกข้อมูลหาย)
This commit is contained in:
commit
f7412ca1a8
2 changed files with 7 additions and 10 deletions
|
|
@ -354,6 +354,11 @@ function onClose() {
|
||||||
|
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<div class="row col-12 q-col-gutter-sm">
|
<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">
|
<div class="col-xs-12 col-md-6 col-lg-6">
|
||||||
<q-input
|
<q-input
|
||||||
dense
|
dense
|
||||||
|
|
@ -363,10 +368,7 @@ function onClose() {
|
||||||
class="inputgreen"
|
class="inputgreen"
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
:rules="[
|
:rules="[
|
||||||
() =>
|
(val: string) => !!val || 'กรุณากรอกอีเมลติดต่อกลับ',
|
||||||
!!formData.email ||
|
|
||||||
!!formData.phone ||
|
|
||||||
'กรุณากรอกอีเมลหรือเบอร์โทรติดต่อกลับ',
|
|
||||||
]"
|
]"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -378,12 +380,6 @@ function onClose() {
|
||||||
v-model="formData.phone"
|
v-model="formData.phone"
|
||||||
class="inputgreen"
|
class="inputgreen"
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
:rules="[
|
|
||||||
() =>
|
|
||||||
!!formData.email ||
|
|
||||||
!!formData.phone ||
|
|
||||||
'กรุณากรอกอีเมลหรือเบอร์โทรติดต่อกลับ',
|
|
||||||
]"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -706,6 +706,7 @@ function classInput(val: boolean) {
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
autocomplete="on"
|
autocomplete="on"
|
||||||
name="organization"
|
name="organization"
|
||||||
|
:label="`${'หน่วยงาน'}`"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue