Vertragstypen für Änderungsanfragen pflegen

This commit is contained in:
2026-05-08 20:09:24 +02:00
parent 6a5c1e844d
commit d7eced3e77
6 changed files with 67 additions and 2 deletions

View File

@@ -853,6 +853,15 @@ export const useDataStore = defineStore('data', () => {
item.billingInterval = selectedContractType.billingInterval || null
},
inputColumn: "Allgemeines"
},{
key: "allowedContracttypes",
label: "Vertragstypen für Änderungsanfragen",
inputType: "select",
selectDataType: "contracttypes",
selectOptionAttribute: "name",
selectSearchAttributes: ["name"],
selectMultiple: true,
inputColumn: "Allgemeines"
},{
key: "active",
label: "Aktiv",