no message
This commit is contained in:
parent
8be154ece9
commit
3d784decdb
1 changed files with 0 additions and 3 deletions
|
|
@ -475,7 +475,6 @@ function fetchSalaryRound() {
|
||||||
}}</template>
|
}}</template>
|
||||||
<template #trigger>
|
<template #trigger>
|
||||||
<q-input
|
<q-input
|
||||||
|
|
||||||
class="inputgreen"
|
class="inputgreen"
|
||||||
:model-value="dateYear !== null ? dateYear + 543 : null"
|
:model-value="dateYear !== null ? dateYear + 543 : null"
|
||||||
:rules="[(val) => !!val || `${'กรุณากรอก พ.ศ.'}`]"
|
:rules="[(val) => !!val || `${'กรุณากรอก พ.ศ.'}`]"
|
||||||
|
|
@ -508,7 +507,6 @@ function fetchSalaryRound() {
|
||||||
<q-input
|
<q-input
|
||||||
outlined
|
outlined
|
||||||
dense
|
dense
|
||||||
|
|
||||||
class="inputgreen"
|
class="inputgreen"
|
||||||
:model-value="
|
:model-value="
|
||||||
dateCommand != null ? date2Thai(dateCommand) : null
|
dateCommand != null ? date2Thai(dateCommand) : null
|
||||||
|
|
@ -644,7 +642,6 @@ function fetchSalaryRound() {
|
||||||
<template #trigger>
|
<template #trigger>
|
||||||
<q-input
|
<q-input
|
||||||
dense
|
dense
|
||||||
|
|
||||||
outlined
|
outlined
|
||||||
:model-value="year === 0 ? null : Number(year) + 543"
|
:model-value="year === 0 ? null : Number(year) + 543"
|
||||||
:label="`${'ปีงบประมาณ'}`"
|
:label="`${'ปีงบประมาณ'}`"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue