Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m58s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m58s
This commit is contained in:
commit
f1c4654046
2 changed files with 3 additions and 3 deletions
|
|
@ -316,9 +316,10 @@ onMounted(() => {
|
||||||
:model-value="
|
:model-value="
|
||||||
dateEnd !== null ? date2Thai(dateEnd) : null
|
dateEnd !== null ? date2Thai(dateEnd) : null
|
||||||
"
|
"
|
||||||
:rules="edit ? [(val:string) => !!val || `${'กรุณาเลือกตั้งแต่วัน'}`]:[]"
|
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
:label="`${'ถึงวันที่'}`"
|
:label="`${'ถึงวันที่'}`"
|
||||||
|
clearable
|
||||||
|
@clear="dateEnd = null"
|
||||||
>
|
>
|
||||||
<template v-slot:prepend>
|
<template v-slot:prepend>
|
||||||
<q-icon
|
<q-icon
|
||||||
|
|
|
||||||
|
|
@ -236,8 +236,7 @@ function openModalOrder() {
|
||||||
item.status == "APPROVE") &&
|
item.status == "APPROVE") &&
|
||||||
item.organizationPositionOld &&
|
item.organizationPositionOld &&
|
||||||
item.organization &&
|
item.organization &&
|
||||||
item.dateStart &&
|
item.dateStart
|
||||||
item.dateEnd
|
|
||||||
);
|
);
|
||||||
rows2.value = row;
|
rows2.value = row;
|
||||||
rows2Data.value = row;
|
rows2Data.value = row;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue