Button Oben Funktioniert wieder
This commit is contained in:
@@ -16,6 +16,8 @@
|
|||||||
export let aufnahme: AufnahmeClient;
|
export let aufnahme: AufnahmeClient;
|
||||||
export let ausweisart: Enums.Ausweisart
|
export let ausweisart: Enums.Ausweisart
|
||||||
|
|
||||||
|
export let showWeiter: boolean = true;
|
||||||
|
|
||||||
let ausweistyp: AusweisTyp = Enums.AusweisTyp.Standard;
|
let ausweistyp: AusweisTyp = Enums.AusweisTyp.Standard;
|
||||||
|
|
||||||
async function ausweisAbschicken() {
|
async function ausweisAbschicken() {
|
||||||
@@ -159,6 +161,7 @@ sm:grid-cols-[1fr_min-content_min-content_min-content] sm:justify-self-end sm:mt
|
|||||||
>Später Weitermachen
|
>Später Weitermachen
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
{#if showWeiter}
|
||||||
<div>
|
<div>
|
||||||
<Overlay bind:hidden={loginOverlayHidden}>
|
<Overlay bind:hidden={loginOverlayHidden}>
|
||||||
<div class="bg-white w-full max-w-screen-sm py-8">
|
<div class="bg-white w-full max-w-screen-sm py-8">
|
||||||
@@ -168,4 +171,5 @@ sm:grid-cols-[1fr_min-content_min-content_min-content] sm:justify-self-end sm:mt
|
|||||||
|
|
||||||
<button on:click={ausweisAbschicken} type="button" class="button" data-cy="weiter">Weiter</button>
|
<button on:click={ausweisAbschicken} type="button" class="button" data-cy="weiter">Weiter</button>
|
||||||
</div>
|
</div>
|
||||||
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -187,7 +187,16 @@ const ausweisart: Enums.Ausweisart = "VerbrauchsausweisWohnen"
|
|||||||
<div id="formInput-1" data-test="ausweis">
|
<div id="formInput-1" data-test="ausweis">
|
||||||
<div id="formular-box" class="formular-boxen ring-0">
|
<div id="formular-box" class="formular-boxen ring-0">
|
||||||
|
|
||||||
<ButtonSpaeterHilfe {automatischAusfüllen} />
|
<ButtonWeiterHilfe
|
||||||
|
bind:ausweis
|
||||||
|
bind:bilder
|
||||||
|
bind:user
|
||||||
|
bind:objekt
|
||||||
|
bind:aufnahme
|
||||||
|
ausweisart={Enums.Ausweisart.VerbrauchsausweisWohnen}
|
||||||
|
showWeiter={false}
|
||||||
|
>
|
||||||
|
</ButtonWeiterHilfe>
|
||||||
|
|
||||||
<!-- A Prüfung der Ausweisart -->
|
<!-- A Prüfung der Ausweisart -->
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user