Added Customer, Vendor to Events
This commit is contained in:
@@ -1712,6 +1712,20 @@ export const useDataStore = defineStore('data', () => {
|
||||
selectSearchAttributes: ['name'],
|
||||
selectMultiple: true,
|
||||
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",
|
||||
label: "Beteiligte Benutzer",
|
||||
|
||||
Reference in New Issue
Block a user