ลาออก => ปรับ input
This commit is contained in:
parent
72ca700702
commit
6b1a397ac6
1 changed files with 3 additions and 14 deletions
|
|
@ -200,6 +200,7 @@ function downloadFile(data: string) {
|
||||||
:readonly="routeName != 'AddRetire'"
|
:readonly="routeName != 'AddRetire'"
|
||||||
:rules="[(val:string) => !!val || `${'กรุณากรอกสถานที่ยื่นขอลาออกจากราชการ'}`]"
|
:rules="[(val:string) => !!val || `${'กรุณากรอกสถานที่ยื่นขอลาออกจากราชการ'}`]"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<datepicker
|
<datepicker
|
||||||
:class="
|
:class="
|
||||||
routeName !== 'AddRetire'
|
routeName !== 'AddRetire'
|
||||||
|
|
@ -227,7 +228,7 @@ function downloadFile(data: string) {
|
||||||
readonly
|
readonly
|
||||||
dense
|
dense
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
class="full-width datepicker"
|
class="full-width"
|
||||||
:model-value="
|
:model-value="
|
||||||
dateCommand != null ? date2Thai(dateCommand) : null
|
dateCommand != null ? date2Thai(dateCommand) : null
|
||||||
"
|
"
|
||||||
|
|
@ -275,7 +276,7 @@ function downloadFile(data: string) {
|
||||||
dense
|
dense
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
:readonly="routeName != 'AddRetire'"
|
:readonly="routeName != 'AddRetire'"
|
||||||
class="full-width datepicker"
|
class="full-width"
|
||||||
:model-value="
|
:model-value="
|
||||||
dateLeave != null ? date2Thai(dateLeave) : null
|
dateLeave != null ? date2Thai(dateLeave) : null
|
||||||
"
|
"
|
||||||
|
|
@ -329,18 +330,6 @@ function downloadFile(data: string) {
|
||||||
<template v-slot:prepend>
|
<template v-slot:prepend>
|
||||||
<q-icon name="attach_file" /> </template
|
<q-icon name="attach_file" /> </template
|
||||||
></q-file>
|
></q-file>
|
||||||
<!-- <q-uploader
|
|
||||||
flat
|
|
||||||
bordered
|
|
||||||
class="col-xs-12 col-sm-12"
|
|
||||||
accept=".jpg,.png,.pdf,.csv,.doc"
|
|
||||||
url="http://localhost:4444/upload"
|
|
||||||
label="เอกสารเพิ่มเติม"
|
|
||||||
type="file"
|
|
||||||
@added="fileUploadDoc"
|
|
||||||
@removed="filesNull"
|
|
||||||
style="max-width: px"
|
|
||||||
/> -->
|
|
||||||
</div>
|
</div>
|
||||||
<div class="col-12 row">
|
<div class="col-12 row">
|
||||||
<q-card
|
<q-card
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue