{
autoApply
year-picker
:enableTimePicker="false"
- @update:modelValue="fetchRoundOption"
+ @update:modelValue="planData.period = ''"
>
{{ year + 543 }}
{{
@@ -303,6 +320,17 @@ onMounted(() => {
>
+
+
+
@@ -310,47 +338,17 @@ onMounted(() => {
-
-
-
-
-
-
@@ -371,8 +369,8 @@ onMounted(() => {
v-model="planData.unit"
label="หน่วยนับ"
bg-color="white"
- type="number"
dense
+ lazy-rules
class="inputgreen"
:rules="[(val) => !!val || `${'กรุณากรอกหน่วยนับ'}`]"
hide-bottom-space
@@ -644,6 +642,16 @@ onMounted(() => {
+
+
+