diff --git a/spaces/pages/createDocument/edit/[[id]].vue b/spaces/pages/createDocument/edit/[[id]].vue index c6d92e5..1b5d035 100644 --- a/spaces/pages/createDocument/edit/[[id]].vue +++ b/spaces/pages/createDocument/edit/[[id]].vue @@ -32,6 +32,7 @@ const itemInfo = ref({ deliveryDate: dayjs(), deliveryDateType: "Lieferdatum", dateOfPerformance: null, + paymentDays: 7, createdBy: user.value.id, title: null, description: null, @@ -287,7 +288,7 @@ const getDocumentData = () => { }, title: itemInfo.value.title, description: itemInfo.value.description, - endText: templateEndText({zahlungsziel_in_tagen: 14}), + endText: templateEndText({zahlungsziel_in_tagen: itemInfo.value.paymentDays}), startText: templateStartText({vorname: contactData.firstName, nachname: contactData.lastName}), rows: rows, total: documentTotal.value @@ -455,53 +456,73 @@ setupPage() - - - {{dataStore.getCustomerById(itemInfo.customer) ? dataStore.getCustomerById(itemInfo.customer).name : "Kein Kunde ausgewählt"}} + + + + {{dataStore.getCustomerById(itemInfo.customer) ? dataStore.getCustomerById(itemInfo.customer).name : "Kein Kunde ausgewählt"}} + + + + + + Kunde + - - - - - - - {{dataStore.getContactById(itemInfo.contact) ? dataStore.getContactById(itemInfo.contact).fullName : "Kein Kontakt ausgewählt"}} + + + + {{dataStore.getContactById(itemInfo.contact) ? dataStore.getContactById(itemInfo.contact).fullName : "Kein Kontakt ausgewählt"}} + + + + + + Kontakt + - - - - + + + + - - - + + + + + + - - - + + + + + + + - - - - - + + + + + + + + + - - -