Merge branch 'develop' into devTee
This commit is contained in:
commit
12a7fc9602
4 changed files with 1 additions and 7 deletions
|
|
@ -1346,7 +1346,6 @@ watch(
|
||||||
<div class="text-grey-8 text-caption">ช่วงเวลาบรรจุ</div>
|
<div class="text-grey-8 text-caption">ช่วงเวลาบรรจุ</div>
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<datepicker
|
<datepicker
|
||||||
menu-class-name="modalfix"
|
|
||||||
v-model="dateStart"
|
v-model="dateStart"
|
||||||
:locale="'th'"
|
:locale="'th'"
|
||||||
autoApply
|
autoApply
|
||||||
|
|
@ -1392,7 +1391,6 @@ watch(
|
||||||
</div>
|
</div>
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<datepicker
|
<datepicker
|
||||||
menu-class-name="modalfix"
|
|
||||||
v-model="dateEnd"
|
v-model="dateEnd"
|
||||||
:locale="'th'"
|
:locale="'th'"
|
||||||
autoApply
|
autoApply
|
||||||
|
|
|
||||||
|
|
@ -366,7 +366,6 @@ onMounted(async () => {
|
||||||
/>
|
/>
|
||||||
<div class="col-12 q-px-sm q-pb-xs" v-if="typeReport">
|
<div class="col-12 q-px-sm q-pb-xs" v-if="typeReport">
|
||||||
<datepicker
|
<datepicker
|
||||||
menu-class-name="modalfix"
|
|
||||||
v-model="year"
|
v-model="year"
|
||||||
:locale="'th'"
|
:locale="'th'"
|
||||||
autoApply
|
autoApply
|
||||||
|
|
|
||||||
|
|
@ -63,8 +63,7 @@ async function fetchReport() {
|
||||||
loadingBtn.value = true;
|
loadingBtn.value = true;
|
||||||
await http
|
await http
|
||||||
.get(
|
.get(
|
||||||
config.API.evaluationReport +
|
config.API.evaluationReport + `?year=${year.value}&rootId=${nodeId.value}`
|
||||||
`?year=${year.value}&rootId=${nodeId.value}`
|
|
||||||
)
|
)
|
||||||
.then(async (res) => {
|
.then(async (res) => {
|
||||||
const data = await res.data.result;
|
const data = await res.data.result;
|
||||||
|
|
@ -320,7 +319,6 @@ onMounted(() => {
|
||||||
<q-separator />
|
<q-separator />
|
||||||
<div class="col-12 q-px-sm">
|
<div class="col-12 q-px-sm">
|
||||||
<datepicker
|
<datepicker
|
||||||
menu-class-name="modalfix"
|
|
||||||
v-model="year"
|
v-model="year"
|
||||||
:locale="'th'"
|
:locale="'th'"
|
||||||
autoApply
|
autoApply
|
||||||
|
|
|
||||||
|
|
@ -391,7 +391,6 @@ onMounted(() => {
|
||||||
<q-card-section class="q-pa-none">
|
<q-card-section class="q-pa-none">
|
||||||
<div class="col-12 q-px-sm">
|
<div class="col-12 q-px-sm">
|
||||||
<datepicker
|
<datepicker
|
||||||
menu-class-name="modalfix"
|
|
||||||
v-model="year"
|
v-model="year"
|
||||||
:locale="'th'"
|
:locale="'th'"
|
||||||
autoApply
|
autoApply
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue