Added Space Type "Standort"
This commit is contained in:
@@ -21,7 +21,7 @@ const itemInfo = ref({
|
||||
zip:""
|
||||
}
|
||||
})
|
||||
const spaceTypes = ["Regalplatz", "Kiste", "Palettenplatz", "Sonstiges"]
|
||||
const spaceTypes = ["Standort","Regalplatz", "Kiste", "Palettenplatz", "Sonstiges"]
|
||||
const spaceProducts = ref([])
|
||||
const spaceMovements = ref([])
|
||||
|
||||
@@ -203,6 +203,7 @@ setupPage()
|
||||
</UFormGroup>
|
||||
<UFormGroup
|
||||
label="Übergeordneter Lagerplatz:"
|
||||
v-if="itemInfo.type !== 'Standort'"
|
||||
>
|
||||
<USelectMenu
|
||||
:options="spaces"
|
||||
@@ -214,7 +215,7 @@ setupPage()
|
||||
</USelectMenu>
|
||||
</UFormGroup>
|
||||
</div>
|
||||
<div class="w-1/2">
|
||||
<div class="w-1/2" v-if="itemInfo.type === 'Standort'">
|
||||
<UDivider>
|
||||
Ort
|
||||
</UDivider>
|
||||
|
||||
Reference in New Issue
Block a user