update staging #532
@@ -327,10 +327,15 @@
|
||||
</div>
|
||||
<div class="badge badge-accent font-semibold text-black text-m">
|
||||
{#if ausweis.ausweistyp === Enums.AusweisTyp.Beratung || ausweis.ausweistyp === Enums.AusweisTyp.BeratungXL}
|
||||
mit Beratung
|
||||
mit Beratung
|
||||
{:else if ausweis.ausweistyp === Enums.AusweisTyp.Offline || ausweis.ausweistyp === Enums.AusweisTyp.OfflineXL}
|
||||
Offline
|
||||
Offline
|
||||
{/if}
|
||||
{#if (rechnung?.services ?? []).length > 0}
|
||||
{#if rechnung}
|
||||
<span class="text-sm italic">({rechnung.services})</span>
|
||||
{/if}
|
||||
{/if}
|
||||
</div>
|
||||
<div class="mb-4 flex flex-row items-center gap-4">
|
||||
<div class="w-full border rounded-lg my-2">
|
||||
|
||||
@@ -57,7 +57,8 @@
|
||||
"bedarfsausweis-wohnen.ausweis"
|
||||
);
|
||||
if (localStorageAusweis) {
|
||||
ausweis = JSON.parse(localStorageAusweis);
|
||||
ausweis = JSON.parse(localStorageAusweis)
|
||||
ausweis.ausweistyp = ausweistyp;
|
||||
}
|
||||
|
||||
const localStorageAufnahme = localStorage.getItem(
|
||||
@@ -147,6 +148,7 @@
|
||||
{ausweisart}
|
||||
{partner_code}
|
||||
showWeiter={false}
|
||||
{ausweistyp}
|
||||
{form}
|
||||
{skala}
|
||||
></ButtonWeiterHilfe>
|
||||
@@ -282,6 +284,7 @@
|
||||
{ausweisart}
|
||||
{partner_code}
|
||||
showWeiter={true}
|
||||
{ausweistyp}
|
||||
{form}
|
||||
{skala}
|
||||
></ButtonWeiterHilfe>
|
||||
|
||||
@@ -63,6 +63,7 @@
|
||||
const localStorageAusweis = localStorage.getItem("verbrauchsausweis-gewerbe.ausweis");
|
||||
if (localStorageAusweis) {
|
||||
ausweis = JSON.parse(localStorageAusweis)
|
||||
ausweis.ausweistyp = ausweistyp;
|
||||
}
|
||||
|
||||
const localStorageAufnahme = localStorage.getItem("verbrauchsausweis-gewerbe.aufnahme");
|
||||
@@ -128,6 +129,7 @@
|
||||
bind:blockLocalStorageSync
|
||||
ausweisart={Enums.Ausweisart.VerbrauchsausweisGewerbe}
|
||||
showWeiter={false}
|
||||
{ausweistyp}
|
||||
{form}
|
||||
{partner_code}
|
||||
{skala}
|
||||
@@ -245,6 +247,7 @@
|
||||
bind:blockLocalStorageSync
|
||||
ausweisart={Enums.Ausweisart.VerbrauchsausweisGewerbe}
|
||||
showWeiter={true}
|
||||
{ausweistyp}
|
||||
{form}
|
||||
{partner_code}
|
||||
{skala}
|
||||
|
||||
Reference in New Issue
Block a user