diff --git a/public/js/apps/vbform/presets.js b/public/js/apps/vbform/presets.js
index 1aab6b9c7..323c6c3c3 100644
--- a/public/js/apps/vbform/presets.js
+++ b/public/js/apps/vbform/presets.js
@@ -73,7 +73,46 @@ export default [
type: 'vertragsbestandteilfunktion',
guioptions: {
id: uuid.get_uuid(),
- removable: false
+ removable: false,
+ canhavegehaltsbestandteile: false,
+ nobottomborder: true,
+ nobottommargin: true,
+ disabled: [
+ 'funktion'
+ ]
+ },
+ data: {
+ funktion: 'Standardkostenstelle'
+ }
+ },
+ {
+ type: 'vertragsbestandteilfunktion',
+ guioptions: {
+ id: uuid.get_uuid(),
+ removable: false,
+ canhavegehaltsbestandteile: false,
+ nobottomborder: true,
+ nobottommargin: true,
+ disabled: [
+ 'funktion'
+ ]
+ },
+ data: {
+ funktion: 'Diszpl-Zuordnung'
+ }
+ },
+ {
+ type: 'vertragsbestandteilfunktion',
+ guioptions: {
+ id: uuid.get_uuid(),
+ removable: false,
+ canhavegehaltsbestandteile: false,
+ disabled: [
+ 'funktion'
+ ]
+ },
+ data: {
+ funktion: 'Fachliche-Zuordnung'
}
}
]
diff --git a/public/js/components/vbform/gehaltsbestandteil.js b/public/js/components/vbform/gehaltsbestandteil.js
index 0fe22b1f8..b81f12beb 100644
--- a/public/js/components/vbform/gehaltsbestandteil.js
+++ b/public/js/components/vbform/gehaltsbestandteil.js
@@ -4,7 +4,10 @@ import configurable from '../../mixins/vbform/configurable.js';
export default {
template: `
-
+
+
+
+