add report form kpi
This commit is contained in:
parent
20eaec4c5e
commit
cad424140e
3 changed files with 40 additions and 2 deletions
|
|
@ -58,7 +58,9 @@ export const useKpiDataStore = defineStore("KPIDate", () => {
|
|||
|
||||
const dataEvaluation = ref<any>({
|
||||
evaluationReqEdit: null,
|
||||
evaluationResults: null,
|
||||
evaluationStatus: null,
|
||||
isOpen: null,
|
||||
profileId: null,
|
||||
evaluatorId: null,
|
||||
commanderId: null,
|
||||
|
|
@ -66,6 +68,17 @@ export const useKpiDataStore = defineStore("KPIDate", () => {
|
|||
plannedPoint: 0,
|
||||
rolePoint: 0,
|
||||
specialPoint: 0,
|
||||
prefix: "",
|
||||
firstName: "",
|
||||
lastName: "",
|
||||
posExecutiveName: "",
|
||||
posLevelName: "",
|
||||
posTypeName: "",
|
||||
position: "",
|
||||
summaryPoint: 0,
|
||||
totalPoint1: 0,
|
||||
totalPoint2_1: 0,
|
||||
totalPoint2_2: 0,
|
||||
});
|
||||
|
||||
const competencyType = ref<DataOptions[]>([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue