Added Customer, Vendor to Events
This commit is contained in:
@@ -1712,6 +1712,20 @@ export const useDataStore = defineStore('data', () => {
|
|||||||
selectSearchAttributes: ['name'],
|
selectSearchAttributes: ['name'],
|
||||||
selectMultiple: true,
|
selectMultiple: true,
|
||||||
component: inventoryitemgroupsWithLoad
|
component: inventoryitemgroupsWithLoad
|
||||||
|
},{
|
||||||
|
key: "customer",
|
||||||
|
label: "Kunde",
|
||||||
|
inputType: "select",
|
||||||
|
selectDataType: "customers",
|
||||||
|
selectOptionAttribute: "name",
|
||||||
|
selectSearchAttributes: ['name'],
|
||||||
|
},{
|
||||||
|
key: "vendor",
|
||||||
|
label: "Lieferant",
|
||||||
|
inputType: "select",
|
||||||
|
selectDataType: "vendors",
|
||||||
|
selectOptionAttribute: "name",
|
||||||
|
selectSearchAttributes: ['name'],
|
||||||
},{
|
},{
|
||||||
key: "profiles",
|
key: "profiles",
|
||||||
label: "Beteiligte Benutzer",
|
label: "Beteiligte Benutzer",
|
||||||
|
|||||||
Reference in New Issue
Block a user