mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
enable text-input in datepicker
This commit is contained in:
@@ -434,6 +434,7 @@ export default {
|
||||
v-model="formData.ausgegebenam"
|
||||
auto-apply
|
||||
:enable-time-picker="false"
|
||||
text-input
|
||||
format="dd.MM.yyyy"
|
||||
preview-format="dd.MM.yyyy"
|
||||
:teleport="true"
|
||||
@@ -449,6 +450,7 @@ export default {
|
||||
v-model="formData.retouram"
|
||||
auto-apply
|
||||
:enable-time-picker="false"
|
||||
text-input
|
||||
format="dd.MM.yyyy"
|
||||
preview-format="dd.MM.yyyy"
|
||||
:teleport="true"
|
||||
|
||||
@@ -555,6 +555,7 @@ export default {
|
||||
:label="$p.t('ui/from') + ' *'"
|
||||
auto-apply
|
||||
:enable-time-picker="false"
|
||||
text-input
|
||||
format="dd.MM.yyyy"
|
||||
preview-format="dd.MM.yyyy"
|
||||
:teleport="true"
|
||||
@@ -569,6 +570,7 @@ export default {
|
||||
:label="$p.t('global/bis')"
|
||||
auto-apply
|
||||
:enable-time-picker="false"
|
||||
text-input
|
||||
format="dd.MM.yyyy"
|
||||
preview-format="dd.MM.yyyy"
|
||||
:teleport="true"
|
||||
|
||||
+2
@@ -717,6 +717,7 @@ export default {
|
||||
v-model="formData.datum"
|
||||
auto-apply
|
||||
:enable-time-picker="false"
|
||||
text-input
|
||||
format="dd.MM.yyyy"
|
||||
name="datum"
|
||||
:teleport="true"
|
||||
@@ -740,6 +741,7 @@ export default {
|
||||
v-model="formData.sponsion"
|
||||
auto-apply
|
||||
:enable-time-picker="false"
|
||||
text-input
|
||||
format="dd.MM.yyyy"
|
||||
name="sponsion"
|
||||
:teleport="true"
|
||||
|
||||
+1
@@ -429,6 +429,7 @@ export default {
|
||||
v-model="formData.anmeldedatum"
|
||||
auto-apply
|
||||
:enable-time-picker="false"
|
||||
text-input
|
||||
format="dd.MM.yyyy"
|
||||
name="anmeldedatum"
|
||||
:teleport="true"
|
||||
|
||||
@@ -281,6 +281,7 @@ export default {
|
||||
no-today
|
||||
auto-apply
|
||||
:enable-time-picker="false"
|
||||
text-input
|
||||
format="dd.MM.yyyy"
|
||||
preview-format="dd.MM.yyyy"
|
||||
teleport
|
||||
|
||||
@@ -107,6 +107,7 @@ export default {
|
||||
:label="$p.t('dokumente/nachreichungAm')"
|
||||
auto-apply
|
||||
:enable-time-picker="false"
|
||||
text-input
|
||||
format="dd.MM.yyyy"
|
||||
preview-format="dd.MM.yyyy"
|
||||
:teleport="true"
|
||||
|
||||
@@ -260,6 +260,7 @@ export default {
|
||||
v-model="counterdate"
|
||||
input-group
|
||||
:enable-time-picker="false"
|
||||
text-input
|
||||
format="dd.MM.yyyy"
|
||||
auto-apply
|
||||
@cleared="counterdate = new Date()"
|
||||
|
||||
@@ -82,6 +82,7 @@ export default {
|
||||
name="buchungsdatum"
|
||||
:label="$p.t('konto/buchungsdatum')"
|
||||
:enable-time-picker="false"
|
||||
text-input
|
||||
format="dd.MM.yyyy"
|
||||
auto-apply
|
||||
>
|
||||
|
||||
@@ -38,7 +38,7 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
loading: false,
|
||||
data: {}
|
||||
data: {},
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
@@ -47,7 +47,7 @@ export default {
|
||||
},
|
||||
activeBuchungstypen() {
|
||||
return this.lists.buchungstypen.filter(e => e.aktiv);
|
||||
}
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
save() {
|
||||
@@ -144,10 +144,12 @@ export default {
|
||||
name="buchungsdatum"
|
||||
:label="$p.t('konto/buchungsdatum')"
|
||||
:enable-time-picker="false"
|
||||
text-input
|
||||
format="dd.MM.yyyy"
|
||||
auto-apply
|
||||
>
|
||||
</form-input>
|
||||
|
||||
<form-input
|
||||
v-model="data.buchungstext"
|
||||
name="buchungstext"
|
||||
|
||||
@@ -464,6 +464,7 @@ export default {
|
||||
v-model="formData.von"
|
||||
auto-apply
|
||||
:enable-time-picker="false"
|
||||
text-input
|
||||
format="dd.MM.yyyy"
|
||||
name="von"
|
||||
:teleport="true"
|
||||
@@ -497,6 +498,7 @@ export default {
|
||||
v-model="formData.bis"
|
||||
auto-apply
|
||||
:enable-time-picker="false"
|
||||
text-input
|
||||
format="dd.MM.yyyy"
|
||||
name="bis"
|
||||
:teleport="true"
|
||||
|
||||
@@ -245,6 +245,7 @@ export default {
|
||||
no-today
|
||||
auto-apply
|
||||
:enable-time-picker="false"
|
||||
text-input
|
||||
format="dd.MM.yyyy"
|
||||
preview-format="dd.MM.yyyy"
|
||||
:teleport="true"
|
||||
@@ -292,6 +293,7 @@ export default {
|
||||
no-today
|
||||
auto-apply
|
||||
:enable-time-picker="false"
|
||||
text-input
|
||||
format="dd.MM.yyyy"
|
||||
preview-format="dd.MM.yyyy"
|
||||
:teleport="true"
|
||||
|
||||
@@ -350,7 +350,7 @@ export default{
|
||||
else {
|
||||
this.$refs.table.tabulator.clearFilter("studiensemester_kurzbz");
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
//adaption to go directly through different semesters
|
||||
@@ -433,7 +433,7 @@ export default{
|
||||
<p v-else class="fw-bold mt-3">{{ $p.t('exam', 'edit_pruefung') }}</p>
|
||||
</template>
|
||||
|
||||
<form-form class="row pt-3" ref="examData">
|
||||
<form-form class="row pt-3" ref="examData" @submit.prevent>
|
||||
<legend>Details</legend>
|
||||
|
||||
<!--DropDown Lehrveranstaltung-->
|
||||
@@ -537,6 +537,7 @@ export default{
|
||||
:label="$p.t('global/datum')"
|
||||
auto-apply
|
||||
:enable-time-picker="false"
|
||||
text-input
|
||||
format="dd.MM.yyyy"
|
||||
preview-format="dd.MM.yyyy"
|
||||
:teleport="true"
|
||||
|
||||
@@ -294,6 +294,7 @@ export default{
|
||||
:label="$p.t('global/datum')"
|
||||
auto-apply
|
||||
:enable-time-picker="false"
|
||||
text-input
|
||||
format="dd.MM.yyyy"
|
||||
preview-format="dd.MM.yyyy"
|
||||
:teleport="true"
|
||||
@@ -308,6 +309,7 @@ export default{
|
||||
:label="$p.t('lehre/bestaetigt_am')"
|
||||
auto-apply
|
||||
:enable-time-picker="false"
|
||||
text-input
|
||||
format="dd.MM.yyyy"
|
||||
preview-format="dd.MM.yyyy"
|
||||
:teleport="true"
|
||||
@@ -323,6 +325,7 @@ export default{
|
||||
auto-apply
|
||||
:enable-time-picker="false"
|
||||
format="dd.MM.yyyy"
|
||||
text-input
|
||||
preview-format="dd.MM.yyyy"
|
||||
:teleport="true"
|
||||
:disabled="bisLocked || !hasPrestudentstatusPermission"
|
||||
|
||||
Reference in New Issue
Block a user