Injection ADDON KU for Multiselect and Print Honorarvertrag

This commit is contained in:
ma0068
2025-01-20 15:25:06 +01:00
parent 35d8f0524d
commit ffc99379ae
13 changed files with 272 additions and 136 deletions
+4 -1
View File
@@ -1,5 +1,8 @@
import person from "./vertraege/person.js";
export default {
person
person,
configPrintDocument() {
return this.$fhcApi.get('api/frontend/v1/vertraege/config/printDocument');
}
}
+4 -1
View File
@@ -61,6 +61,9 @@ export default {
},
getLeitungOrg(oekurzbz){
return this.$fhcApi.post('api/frontend/v1/vertraege/vertraege/getLeitungOrg/' + oekurzbz);
}
},
getMitarbeiter_uid(person_id){
return this.$fhcApi.get('api/frontend/v1/vertraege/vertraege/getMitarbeiter_uid/' + person_id);
},
}