Bedarfsausweis Wohnen

This commit is contained in:
Moritz Utcke
2025-04-07 00:47:31 -04:00
parent 1332b8e798
commit 21c47a5310
13 changed files with 371 additions and 30 deletions

View File

@@ -23,7 +23,7 @@
export let showWeiter: boolean = true;
export let showHelpButton: boolean = true;
export let partner_code: string;
export let partner_code: string = "";
export let ausweistyp: AusweisTyp = Enums.AusweisTyp.Standard;
@@ -120,7 +120,7 @@
ausweis.id = result.nachweis_id;
}
} else {
result = await ausweisSpeichern({ ...ausweis as VerbrauchsausweisWohnen, ausweistyp }, objekt, aufnahme, bilder, ausweisart)
result = await ausweisSpeichern({ ...ausweis as VerbrauchsausweisWohnen, ausweistyp }, objekt, aufnahme, bilder, unterlagen, ausweisart)
if (result) {
ausweis.id = result.ausweis_id;