improved new warehouse stuff

This commit is contained in:
Luca Haid
2025-07-14 10:27:53 +02:00
parent 0ef289c828
commit 73ff3003fd
6 changed files with 698 additions and 504 deletions
@@ -638,7 +638,7 @@ Vue.component('warehouse-offer-modal', {
label: 'Artikel',
customFieldReference: 'WarehouseArticle',
},
amount: {type: 'input', label: 'Menge', inputType: 'number'},
amount: {type: 'input', label: 'Menge', inputType: 'number', editableInTable: true},
unit: {type: 'input', label: 'Einheit'},
articleNumber: {type: 'input', label: 'Artikelnummer'},
isAlternative: {type: 'checkbox', label: 'Alternativposition'},