@neutron.co.id/operasional-modules 1.10.5 → 1.10.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/personalia/resources/attendance/attendance.views.d.ts +108 -24
- package/build/personalia/resources/checkIn/checkIn.views.d.ts +81 -18
- package/build/personalia/resources/plan/plan.views.d.ts +54 -12
- package/build/personalia/resources/planType/planType.views.d.ts +27 -6
- package/build/personalia/resources/progress/progress.views.d.ts +94 -22
- package/build/personalia/resources/progressAccess/progressAccess.views.d.ts +54 -12
- package/build/personalia/resources/responsibility/responsibility.views.d.ts +81 -18
- package/build/personalia/resources/responsibilityType/responsibilityType.views.d.ts +27 -6
- package/build/personalia/resources/situation/situation.views.d.ts +81 -18
- package/build/personalia/resources/situationType/situationType.views.d.ts +27 -6
- package/build/personalia/resources/staff/staff.views.d.ts +54 -12
- package/build/personalia/resources/submission/submission.model.d.ts +1 -1
- package/build/personalia/resources/submission/submission.model.mjs +36 -8
- package/build/personalia/resources/submission/submission.resource.d.ts +1 -1
- package/build/personalia/resources/submission/submission.views.d.ts +189 -42
- package/build/personalia/resources/submissionType/submissionType.views.d.ts +27 -6
- package/build/personalia/resources/target/target.views.d.ts +54 -12
- package/build/personalia/resources/task/task.views.d.ts +81 -18
- package/package.json +6 -6
|
@@ -1,108 +1,171 @@
|
|
|
1
|
-
export declare const SituationCollectionView: import("vue").DefineComponent<{
|
|
1
|
+
export declare const SituationCollectionView: import("vue").DefineComponent<{
|
|
2
|
+
overrides: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => {};
|
|
5
|
+
};
|
|
6
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2
7
|
[key: string]: any;
|
|
3
|
-
}>,
|
|
8
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
+
overrides: {
|
|
10
|
+
type: ObjectConstructor;
|
|
11
|
+
default: () => {};
|
|
12
|
+
};
|
|
13
|
+
}>>, {
|
|
14
|
+
overrides: Record<string, any>;
|
|
15
|
+
}, {}>;
|
|
4
16
|
export declare const SituationSingleView: import("vue").DefineComponent<{
|
|
5
17
|
id: {
|
|
6
18
|
type: StringConstructor;
|
|
7
|
-
default:
|
|
19
|
+
default: undefined;
|
|
8
20
|
};
|
|
9
21
|
isNew: {
|
|
10
22
|
type: BooleanConstructor;
|
|
11
|
-
default:
|
|
23
|
+
default: undefined;
|
|
12
24
|
};
|
|
13
25
|
isMain: {
|
|
14
26
|
type: BooleanConstructor;
|
|
15
27
|
default: boolean;
|
|
16
28
|
};
|
|
29
|
+
overrides: {
|
|
30
|
+
type: ObjectConstructor;
|
|
31
|
+
default: () => {};
|
|
32
|
+
};
|
|
17
33
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
18
34
|
[key: string]: any;
|
|
19
35
|
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
36
|
id: {
|
|
21
37
|
type: StringConstructor;
|
|
22
|
-
default:
|
|
38
|
+
default: undefined;
|
|
23
39
|
};
|
|
24
40
|
isNew: {
|
|
25
41
|
type: BooleanConstructor;
|
|
26
|
-
default:
|
|
42
|
+
default: undefined;
|
|
27
43
|
};
|
|
28
44
|
isMain: {
|
|
29
45
|
type: BooleanConstructor;
|
|
30
46
|
default: boolean;
|
|
31
47
|
};
|
|
48
|
+
overrides: {
|
|
49
|
+
type: ObjectConstructor;
|
|
50
|
+
default: () => {};
|
|
51
|
+
};
|
|
32
52
|
}>>, {
|
|
33
53
|
id: string;
|
|
34
54
|
isMain: boolean;
|
|
35
55
|
isNew: boolean;
|
|
56
|
+
overrides: Record<string, any>;
|
|
36
57
|
}, {}>;
|
|
37
|
-
export declare const SituationCollectionWorkView: import("vue").DefineComponent<{
|
|
58
|
+
export declare const SituationCollectionWorkView: import("vue").DefineComponent<{
|
|
59
|
+
overrides: {
|
|
60
|
+
type: ObjectConstructor;
|
|
61
|
+
default: () => {};
|
|
62
|
+
};
|
|
63
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
38
64
|
[key: string]: any;
|
|
39
|
-
}>,
|
|
65
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
66
|
+
overrides: {
|
|
67
|
+
type: ObjectConstructor;
|
|
68
|
+
default: () => {};
|
|
69
|
+
};
|
|
70
|
+
}>>, {
|
|
71
|
+
overrides: Record<string, any>;
|
|
72
|
+
}, {}>;
|
|
40
73
|
export declare const SituationSingleWorkView: import("vue").DefineComponent<{
|
|
41
74
|
id: {
|
|
42
75
|
type: StringConstructor;
|
|
43
|
-
default:
|
|
76
|
+
default: undefined;
|
|
44
77
|
};
|
|
45
78
|
isNew: {
|
|
46
79
|
type: BooleanConstructor;
|
|
47
|
-
default:
|
|
80
|
+
default: undefined;
|
|
48
81
|
};
|
|
49
82
|
isMain: {
|
|
50
83
|
type: BooleanConstructor;
|
|
51
84
|
default: boolean;
|
|
52
85
|
};
|
|
86
|
+
overrides: {
|
|
87
|
+
type: ObjectConstructor;
|
|
88
|
+
default: () => {};
|
|
89
|
+
};
|
|
53
90
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
54
91
|
[key: string]: any;
|
|
55
92
|
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
56
93
|
id: {
|
|
57
94
|
type: StringConstructor;
|
|
58
|
-
default:
|
|
95
|
+
default: undefined;
|
|
59
96
|
};
|
|
60
97
|
isNew: {
|
|
61
98
|
type: BooleanConstructor;
|
|
62
|
-
default:
|
|
99
|
+
default: undefined;
|
|
63
100
|
};
|
|
64
101
|
isMain: {
|
|
65
102
|
type: BooleanConstructor;
|
|
66
103
|
default: boolean;
|
|
67
104
|
};
|
|
105
|
+
overrides: {
|
|
106
|
+
type: ObjectConstructor;
|
|
107
|
+
default: () => {};
|
|
108
|
+
};
|
|
68
109
|
}>>, {
|
|
69
110
|
id: string;
|
|
70
111
|
isMain: boolean;
|
|
71
112
|
isNew: boolean;
|
|
113
|
+
overrides: Record<string, any>;
|
|
72
114
|
}, {}>;
|
|
73
|
-
export declare const SituationCollectionSupportiveView: import("vue").DefineComponent<{
|
|
115
|
+
export declare const SituationCollectionSupportiveView: import("vue").DefineComponent<{
|
|
116
|
+
overrides: {
|
|
117
|
+
type: ObjectConstructor;
|
|
118
|
+
default: () => {};
|
|
119
|
+
};
|
|
120
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
74
121
|
[key: string]: any;
|
|
75
|
-
}>,
|
|
122
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
123
|
+
overrides: {
|
|
124
|
+
type: ObjectConstructor;
|
|
125
|
+
default: () => {};
|
|
126
|
+
};
|
|
127
|
+
}>>, {
|
|
128
|
+
overrides: Record<string, any>;
|
|
129
|
+
}, {}>;
|
|
76
130
|
export declare const SituationSingleSupportiveView: import("vue").DefineComponent<{
|
|
77
131
|
id: {
|
|
78
132
|
type: StringConstructor;
|
|
79
|
-
default:
|
|
133
|
+
default: undefined;
|
|
80
134
|
};
|
|
81
135
|
isNew: {
|
|
82
136
|
type: BooleanConstructor;
|
|
83
|
-
default:
|
|
137
|
+
default: undefined;
|
|
84
138
|
};
|
|
85
139
|
isMain: {
|
|
86
140
|
type: BooleanConstructor;
|
|
87
141
|
default: boolean;
|
|
88
142
|
};
|
|
143
|
+
overrides: {
|
|
144
|
+
type: ObjectConstructor;
|
|
145
|
+
default: () => {};
|
|
146
|
+
};
|
|
89
147
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
90
148
|
[key: string]: any;
|
|
91
149
|
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
92
150
|
id: {
|
|
93
151
|
type: StringConstructor;
|
|
94
|
-
default:
|
|
152
|
+
default: undefined;
|
|
95
153
|
};
|
|
96
154
|
isNew: {
|
|
97
155
|
type: BooleanConstructor;
|
|
98
|
-
default:
|
|
156
|
+
default: undefined;
|
|
99
157
|
};
|
|
100
158
|
isMain: {
|
|
101
159
|
type: BooleanConstructor;
|
|
102
160
|
default: boolean;
|
|
103
161
|
};
|
|
162
|
+
overrides: {
|
|
163
|
+
type: ObjectConstructor;
|
|
164
|
+
default: () => {};
|
|
165
|
+
};
|
|
104
166
|
}>>, {
|
|
105
167
|
id: string;
|
|
106
168
|
isMain: boolean;
|
|
107
169
|
isNew: boolean;
|
|
170
|
+
overrides: Record<string, any>;
|
|
108
171
|
}, {}>;
|
|
@@ -1,36 +1,57 @@
|
|
|
1
|
-
export declare const SituationTypeCollectionView: import("vue").DefineComponent<{
|
|
1
|
+
export declare const SituationTypeCollectionView: import("vue").DefineComponent<{
|
|
2
|
+
overrides: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => {};
|
|
5
|
+
};
|
|
6
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2
7
|
[key: string]: any;
|
|
3
|
-
}>,
|
|
8
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
+
overrides: {
|
|
10
|
+
type: ObjectConstructor;
|
|
11
|
+
default: () => {};
|
|
12
|
+
};
|
|
13
|
+
}>>, {
|
|
14
|
+
overrides: Record<string, any>;
|
|
15
|
+
}, {}>;
|
|
4
16
|
export declare const SituationTypeSingleView: import("vue").DefineComponent<{
|
|
5
17
|
id: {
|
|
6
18
|
type: StringConstructor;
|
|
7
|
-
default:
|
|
19
|
+
default: undefined;
|
|
8
20
|
};
|
|
9
21
|
isNew: {
|
|
10
22
|
type: BooleanConstructor;
|
|
11
|
-
default:
|
|
23
|
+
default: undefined;
|
|
12
24
|
};
|
|
13
25
|
isMain: {
|
|
14
26
|
type: BooleanConstructor;
|
|
15
27
|
default: boolean;
|
|
16
28
|
};
|
|
29
|
+
overrides: {
|
|
30
|
+
type: ObjectConstructor;
|
|
31
|
+
default: () => {};
|
|
32
|
+
};
|
|
17
33
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
18
34
|
[key: string]: any;
|
|
19
35
|
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
36
|
id: {
|
|
21
37
|
type: StringConstructor;
|
|
22
|
-
default:
|
|
38
|
+
default: undefined;
|
|
23
39
|
};
|
|
24
40
|
isNew: {
|
|
25
41
|
type: BooleanConstructor;
|
|
26
|
-
default:
|
|
42
|
+
default: undefined;
|
|
27
43
|
};
|
|
28
44
|
isMain: {
|
|
29
45
|
type: BooleanConstructor;
|
|
30
46
|
default: boolean;
|
|
31
47
|
};
|
|
48
|
+
overrides: {
|
|
49
|
+
type: ObjectConstructor;
|
|
50
|
+
default: () => {};
|
|
51
|
+
};
|
|
32
52
|
}>>, {
|
|
33
53
|
id: string;
|
|
34
54
|
isMain: boolean;
|
|
35
55
|
isNew: boolean;
|
|
56
|
+
overrides: Record<string, any>;
|
|
36
57
|
}, {}>;
|
|
@@ -1,72 +1,114 @@
|
|
|
1
|
-
export declare const StaffCollectionView: import("vue").DefineComponent<{
|
|
1
|
+
export declare const StaffCollectionView: import("vue").DefineComponent<{
|
|
2
|
+
overrides: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => {};
|
|
5
|
+
};
|
|
6
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2
7
|
[key: string]: any;
|
|
3
|
-
}>,
|
|
8
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
+
overrides: {
|
|
10
|
+
type: ObjectConstructor;
|
|
11
|
+
default: () => {};
|
|
12
|
+
};
|
|
13
|
+
}>>, {
|
|
14
|
+
overrides: Record<string, any>;
|
|
15
|
+
}, {}>;
|
|
4
16
|
export declare const StaffSingleView: import("vue").DefineComponent<{
|
|
5
17
|
id: {
|
|
6
18
|
type: StringConstructor;
|
|
7
|
-
default:
|
|
19
|
+
default: undefined;
|
|
8
20
|
};
|
|
9
21
|
isNew: {
|
|
10
22
|
type: BooleanConstructor;
|
|
11
|
-
default:
|
|
23
|
+
default: undefined;
|
|
12
24
|
};
|
|
13
25
|
isMain: {
|
|
14
26
|
type: BooleanConstructor;
|
|
15
27
|
default: boolean;
|
|
16
28
|
};
|
|
29
|
+
overrides: {
|
|
30
|
+
type: ObjectConstructor;
|
|
31
|
+
default: () => {};
|
|
32
|
+
};
|
|
17
33
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
18
34
|
[key: string]: any;
|
|
19
35
|
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
36
|
id: {
|
|
21
37
|
type: StringConstructor;
|
|
22
|
-
default:
|
|
38
|
+
default: undefined;
|
|
23
39
|
};
|
|
24
40
|
isNew: {
|
|
25
41
|
type: BooleanConstructor;
|
|
26
|
-
default:
|
|
42
|
+
default: undefined;
|
|
27
43
|
};
|
|
28
44
|
isMain: {
|
|
29
45
|
type: BooleanConstructor;
|
|
30
46
|
default: boolean;
|
|
31
47
|
};
|
|
48
|
+
overrides: {
|
|
49
|
+
type: ObjectConstructor;
|
|
50
|
+
default: () => {};
|
|
51
|
+
};
|
|
32
52
|
}>>, {
|
|
33
53
|
id: string;
|
|
34
54
|
isMain: boolean;
|
|
35
55
|
isNew: boolean;
|
|
56
|
+
overrides: Record<string, any>;
|
|
36
57
|
}, {}>;
|
|
37
|
-
export declare const StaffCollectionOperasionalView: import("vue").DefineComponent<{
|
|
58
|
+
export declare const StaffCollectionOperasionalView: import("vue").DefineComponent<{
|
|
59
|
+
overrides: {
|
|
60
|
+
type: ObjectConstructor;
|
|
61
|
+
default: () => {};
|
|
62
|
+
};
|
|
63
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
38
64
|
[key: string]: any;
|
|
39
|
-
}>,
|
|
65
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
66
|
+
overrides: {
|
|
67
|
+
type: ObjectConstructor;
|
|
68
|
+
default: () => {};
|
|
69
|
+
};
|
|
70
|
+
}>>, {
|
|
71
|
+
overrides: Record<string, any>;
|
|
72
|
+
}, {}>;
|
|
40
73
|
export declare const StaffSingleOperasionalView: import("vue").DefineComponent<{
|
|
41
74
|
id: {
|
|
42
75
|
type: StringConstructor;
|
|
43
|
-
default:
|
|
76
|
+
default: undefined;
|
|
44
77
|
};
|
|
45
78
|
isNew: {
|
|
46
79
|
type: BooleanConstructor;
|
|
47
|
-
default:
|
|
80
|
+
default: undefined;
|
|
48
81
|
};
|
|
49
82
|
isMain: {
|
|
50
83
|
type: BooleanConstructor;
|
|
51
84
|
default: boolean;
|
|
52
85
|
};
|
|
86
|
+
overrides: {
|
|
87
|
+
type: ObjectConstructor;
|
|
88
|
+
default: () => {};
|
|
89
|
+
};
|
|
53
90
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
54
91
|
[key: string]: any;
|
|
55
92
|
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
56
93
|
id: {
|
|
57
94
|
type: StringConstructor;
|
|
58
|
-
default:
|
|
95
|
+
default: undefined;
|
|
59
96
|
};
|
|
60
97
|
isNew: {
|
|
61
98
|
type: BooleanConstructor;
|
|
62
|
-
default:
|
|
99
|
+
default: undefined;
|
|
63
100
|
};
|
|
64
101
|
isMain: {
|
|
65
102
|
type: BooleanConstructor;
|
|
66
103
|
default: boolean;
|
|
67
104
|
};
|
|
105
|
+
overrides: {
|
|
106
|
+
type: ObjectConstructor;
|
|
107
|
+
default: () => {};
|
|
108
|
+
};
|
|
68
109
|
}>>, {
|
|
69
110
|
id: string;
|
|
70
111
|
isMain: boolean;
|
|
71
112
|
isNew: boolean;
|
|
113
|
+
overrides: Record<string, any>;
|
|
72
114
|
}, {}>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const SubmissionModel: import("@neon.id/model").Model<"neu:personalia:submission", "status" | "type" | "nameStaff" | "image" | "title" | "branches" | "raisedAt" | "submissionStaffs" | "raiseStaffs" | "decideStaffs" | "followUpStaffs" | "nominal" | "areas" | "preparedAt" | "processedAt" | "agreedStaffs" | "delayStaffs" | "virtualFollowUpStaffs" | "specifications" | "document" | "workingHours">;
|
|
1
|
+
export declare const SubmissionModel: import("@neon.id/model").Model<"neu:personalia:submission", "status" | "type" | "nameStaff" | "image" | "title" | "branches" | "raisedAt" | "submissionStaffs" | "raiseStaffs" | "decideStaffs" | "followUpStaffs" | "nominal" | "areas" | "preparedAt" | "processedAt" | "agreedStaffs" | "delayStaffs" | "virtualFollowUpStaffs" | "specifications" | "document" | "workingHours" | "hasRaiseStaffs" | "yetRaiseStaffs" | "hasProcessStaffs" | "yetProcessStaffs" | "detailRaise" | "detailProcess" | "detailDecide" | "detailDecideOther">;
|
|
2
2
|
export type TSubmissionModel = typeof SubmissionModel;
|
|
3
3
|
export declare const fragments: {
|
|
4
4
|
item: Schema.Submission;
|
|
@@ -20,33 +20,33 @@ const item = {
|
|
|
20
20
|
},
|
|
21
21
|
submissionStaffs: {
|
|
22
22
|
id: 1,
|
|
23
|
-
display: 1,
|
|
23
|
+
// display: 1,
|
|
24
24
|
name: 1
|
|
25
25
|
},
|
|
26
26
|
raiseStaffs: {
|
|
27
27
|
id: 1,
|
|
28
|
-
display: 1,
|
|
28
|
+
// display: 1,
|
|
29
29
|
name: 1
|
|
30
30
|
},
|
|
31
31
|
decideStaffs: {
|
|
32
32
|
id: 1,
|
|
33
|
-
display: 1,
|
|
33
|
+
// display: 1,
|
|
34
34
|
name: 1
|
|
35
35
|
},
|
|
36
36
|
followUpStaffs: {
|
|
37
37
|
id: 1,
|
|
38
|
-
display: 1,
|
|
38
|
+
// display: 1,
|
|
39
39
|
name: 1
|
|
40
40
|
},
|
|
41
41
|
nominal: 1,
|
|
42
42
|
agreedStaffs: {
|
|
43
43
|
id: 1,
|
|
44
|
-
display: 1,
|
|
44
|
+
// display: 1,
|
|
45
45
|
name: 1
|
|
46
46
|
},
|
|
47
47
|
delayStaffs: {
|
|
48
48
|
id: 1,
|
|
49
|
-
display: 1,
|
|
49
|
+
// display: 1,
|
|
50
50
|
name: 1
|
|
51
51
|
},
|
|
52
52
|
preparedAt: 1,
|
|
@@ -62,7 +62,31 @@ const item = {
|
|
|
62
62
|
display: 1,
|
|
63
63
|
flag: 1,
|
|
64
64
|
name: 1
|
|
65
|
-
}
|
|
65
|
+
},
|
|
66
|
+
hasRaiseStaffs: {
|
|
67
|
+
id: 1,
|
|
68
|
+
// display: 1,
|
|
69
|
+
name: 1
|
|
70
|
+
},
|
|
71
|
+
yetRaiseStaffs: {
|
|
72
|
+
id: 1,
|
|
73
|
+
// display: 1,
|
|
74
|
+
name: 1
|
|
75
|
+
},
|
|
76
|
+
hasProcessStaffs: {
|
|
77
|
+
id: 1,
|
|
78
|
+
// display: 1,
|
|
79
|
+
name: 1
|
|
80
|
+
},
|
|
81
|
+
yetProcessStaffs: {
|
|
82
|
+
id: 1,
|
|
83
|
+
// display: 1,
|
|
84
|
+
name: 1
|
|
85
|
+
},
|
|
86
|
+
detailRaise: 1,
|
|
87
|
+
detailProcess: 1,
|
|
88
|
+
detailDecide: 1,
|
|
89
|
+
detailDecideOther: 1
|
|
66
90
|
};
|
|
67
91
|
const detail = {
|
|
68
92
|
...item,
|
|
@@ -74,7 +98,11 @@ const detail = {
|
|
|
74
98
|
agreedStaffIds: 1,
|
|
75
99
|
delayStaffIds: 1,
|
|
76
100
|
submissionTypeIds: 1,
|
|
77
|
-
areaIds: 1
|
|
101
|
+
areaIds: 1,
|
|
102
|
+
hasRaiseStaffIds: 1,
|
|
103
|
+
yetRaiseStaffIds: 1,
|
|
104
|
+
hasProcessStaffIds: 1,
|
|
105
|
+
yetProcessStaffIds: 1
|
|
78
106
|
};
|
|
79
107
|
export const fragments = {
|
|
80
108
|
item,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { Resource } from '@neon.id/context';
|
|
2
|
-
export declare const SubmissionResource: Resource<Schema.Submission, import("@neon.id/model").Model<"neu:personalia:submission", "status" | "type" | "nameStaff" | "image" | "title" | "branches" | "raisedAt" | "submissionStaffs" | "raiseStaffs" | "decideStaffs" | "followUpStaffs" | "nominal" | "areas" | "preparedAt" | "processedAt" | "agreedStaffs" | "delayStaffs" | "virtualFollowUpStaffs" | "specifications" | "document" | "workingHours">>;
|
|
2
|
+
export declare const SubmissionResource: Resource<Schema.Submission, import("@neon.id/model").Model<"neu:personalia:submission", "status" | "type" | "nameStaff" | "image" | "title" | "branches" | "raisedAt" | "submissionStaffs" | "raiseStaffs" | "decideStaffs" | "followUpStaffs" | "nominal" | "areas" | "preparedAt" | "processedAt" | "agreedStaffs" | "delayStaffs" | "virtualFollowUpStaffs" | "specifications" | "document" | "workingHours" | "hasRaiseStaffs" | "yetRaiseStaffs" | "hasProcessStaffs" | "yetProcessStaffs" | "detailRaise" | "detailProcess" | "detailDecide" | "detailDecideOther">>;
|