Reactivated Kein lieferdatum
This commit is contained in:
@@ -752,10 +752,16 @@ const getDocumentData = () => {
|
|||||||
},{
|
},{
|
||||||
label: "Belegdatum",
|
label: "Belegdatum",
|
||||||
content: dayjs(itemInfo.value.documentDate).format("DD.MM.YYYY"),
|
content: dayjs(itemInfo.value.documentDate).format("DD.MM.YYYY"),
|
||||||
},{
|
},
|
||||||
|
... itemInfo.value.deliveryDateType !== "Kein Lieferdatum anzeigen" ? [{
|
||||||
label: itemInfo.value.deliveryDateType,
|
label: itemInfo.value.deliveryDateType,
|
||||||
content: !['Lieferzeitraum','Leistungszeitraum'].includes(itemInfo.value.deliveryDateType) ? dayjs(itemInfo.value.deliveryDate).format("DD.MM.YYYY") : `${dayjs(itemInfo.value.deliveryDate).format("DD.MM.YYYY")} - ${dayjs(itemInfo.value.deliveryDateEnd).format("DD.MM.YYYY")}`,
|
content: !['Lieferzeitraum','Leistungszeitraum'].includes(itemInfo.value.deliveryDateType) ? dayjs(itemInfo.value.deliveryDate).format("DD.MM.YYYY") : `${dayjs(itemInfo.value.deliveryDate).format("DD.MM.YYYY")} - ${dayjs(itemInfo.value.deliveryDateEnd).format("DD.MM.YYYY")}`,
|
||||||
},{
|
}] : [],
|
||||||
|
/*{
|
||||||
|
label: itemInfo.value.deliveryDateType,
|
||||||
|
content: !['Lieferzeitraum','Leistungszeitraum'].includes(itemInfo.value.deliveryDateType) ? dayjs(itemInfo.value.deliveryDate).format("DD.MM.YYYY") : `${dayjs(itemInfo.value.deliveryDate).format("DD.MM.YYYY")} - ${dayjs(itemInfo.value.deliveryDateEnd).format("DD.MM.YYYY")}`,
|
||||||
|
},*/
|
||||||
|
{
|
||||||
label: "Ansprechpartner",
|
label: "Ansprechpartner",
|
||||||
content: contactPerson.fullName,
|
content: contactPerson.fullName,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user