Added Numberrange to inventoryitems

This commit is contained in:
2024-08-10 16:30:43 +02:00
parent 9846e91c2f
commit db096e462c
4 changed files with 12 additions and 6 deletions

View File

@@ -124,6 +124,7 @@ setupPage()
>
<UInput
v-model="itemInfo.articleNumber"
placeholder="Leer lassen für automatische generierte Nummer"
/>
</UFormGroup>
<UFormGroup

View File

@@ -71,6 +71,10 @@ const router = useRouter()
const templateColumns = [
{
key: "articleNumber",
label: "Artikelnummer",
sortable: true
},{
key: "name",
label: "Name",
sortable: true