Many Changes

Introduced Plants
Some Polishing
Some Resources got Query Params
Extended GlobalSearch.vue
Removed Jobs
This commit is contained in:
2024-01-05 18:06:09 +01:00
parent 991cac18f2
commit 61793838bb
19 changed files with 1166 additions and 542 deletions

View File

@@ -112,6 +112,20 @@ setupPage()
{{currentCustomer.name}}
</template>
<InputGroup>
<UButton
@click="router.push(`/projects/create?customer=${currentCustomer.id}`)"
>
+ Projekt
</UButton>
<UButton
@click="router.push(`/contacts/create?customer=${currentCustomer.id}`)"
>
+ Ansprechpartner
</UButton>
</InputGroup>
Kundennummer: {{currentCustomer.customerNumber}} <br>
<UDivider