This commit is contained in:
2024-02-22 19:01:12 +01:00
parent 4e3ac183d4
commit c6e0854544
8 changed files with 493 additions and 24 deletions

View File

@@ -132,13 +132,6 @@ setupPage()
v-model="itemInfo.name"
/>
</UFormGroup>
<UFormGroup
label="Hersteller:"
>
<UInput
v-model="itemInfo.manufacturer"
/>
</UFormGroup>
<UFormGroup
label="Einheit:"
>
@@ -162,25 +155,22 @@ setupPage()
multiple
/>
</UFormGroup>
<UFormGroup
label="EAN:"
label="Leistungskategorie:"
>
<UInput
v-model="itemInfo.ean"
/>
<USelectMenu
:options="dataStore.serviceCategories"
option-attribute="name"
value-attribute="id"
></USelectMenu>
</UFormGroup>
<UFormGroup
label="Barcode:"
label="Verkaufspreis:"
>
<UInput
v-model="itemInfo.barcode"
/>
</UFormGroup>
<UFormGroup
label="Einkaufspreis:"
>
<UInput
v-model="itemInfo.purchasePrice"
v-model="itemInfo.sellingPrice"
type="number"
steps="0.01"
>