Ausweis Prüfen

This commit is contained in:
Moritz Utcke
2024-02-28 14:49:53 +07:00
parent 52786a87f5
commit 438163217f
38 changed files with 744 additions and 463 deletions

View File

@@ -51,6 +51,13 @@
(acc, service) => (service.selected && acc + service.price) || acc,
0
);
function speichern(e: SubmitEvent) {
e.preventDefault()
console.log("Speichern");
window.location.href = `/kaufabschluss?uid=${ausweis.uid}`;
}
</script>
<div class="w-full px-8">
@@ -61,7 +68,7 @@
</div>
</div>
<form>
<form on:submit={speichern}>
<div class="grid grid-cols-[1.5fr_2fr] gap-4">
<div class="rounded-lg border p-4 border-base-300 bg-base-100 flex flex-col gap-4">
<div class="flex flex-col gap-2 test-box">