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