Changes
This commit is contained in:
@@ -232,6 +232,7 @@ const saveRowDescription = () => {
|
||||
}
|
||||
|
||||
|
||||
|
||||
const removePosition = (id) => {
|
||||
let rows = itemInfo.value.rows.filter(row => row.id !== id)
|
||||
/*rows = rows.sort((a,b) => a.pos - b.pos)
|
||||
@@ -397,6 +398,8 @@ const saveDocument = async () => {
|
||||
project: itemInfo.value.project,
|
||||
documentNumber: itemInfo.value.documentNumber,
|
||||
documentDate: itemInfo.value.documentDate,
|
||||
deliveryDate: itemInfo.value.deliveryDate,
|
||||
paymentDays: itemInfo.value.paymentDays,
|
||||
deliveryDateType: itemInfo.value.deliveryDateType,
|
||||
info: {
|
||||
|
||||
@@ -929,9 +932,10 @@ setupPage()
|
||||
row.description = dataStore.getProductById(row.product).description"
|
||||
>
|
||||
<template #label>
|
||||
<span class="truncate">{{dataStore.getProductById(row.product) ?dataStore.getProductById(row.product).name : "Kein Produkt ausgewählt" }}</span>
|
||||
<span class="truncate">{{dataStore.getProductById(row.product) ? dataStore.getProductById(row.product).name : "Kein Produkt ausgewählt" }}</span>
|
||||
</template>
|
||||
</USelectMenu>
|
||||
{{dataStore.getProductById(66)}}
|
||||
</td>
|
||||
<td
|
||||
class="w-120"
|
||||
|
||||
Reference in New Issue
Block a user