@provis/provis-common-be-module 2.4.2 → 2.4.3
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.
|
@@ -18,6 +18,9 @@ declare const doc: {
|
|
|
18
18
|
DOC_MOTORCYCLE_AFTER_REPAIR: string;
|
|
19
19
|
LIST_DESC: {};
|
|
20
20
|
LIST_ACTIVE: any[];
|
|
21
|
+
LIST_REQUIREMENT_LOD_SPGR: any[];
|
|
22
|
+
LIST_REQUIREMENT_LOD_SIGNED: any[];
|
|
23
|
+
LIST_REQUIREMENT_PAYMENT: any[];
|
|
21
24
|
LIST_RISK: any[];
|
|
22
25
|
RISK_CONFIG: {};
|
|
23
26
|
DOCUMENT_CONFIG: {};
|
|
@@ -21,6 +21,9 @@ const doc = {
|
|
|
21
21
|
DOC_MOTORCYCLE_AFTER_REPAIR: 'DOC_MOTORCYCLE_AFTER_REPAIR',
|
|
22
22
|
LIST_DESC: {},
|
|
23
23
|
LIST_ACTIVE: [],
|
|
24
|
+
LIST_REQUIREMENT_LOD_SPGR: [],
|
|
25
|
+
LIST_REQUIREMENT_LOD_SIGNED: [],
|
|
26
|
+
LIST_REQUIREMENT_PAYMENT: [],
|
|
24
27
|
LIST_RISK: [],
|
|
25
28
|
RISK_CONFIG: {},
|
|
26
29
|
DOCUMENT_CONFIG: {},
|
|
@@ -110,6 +113,16 @@ doc.LIST_ACTIVE = [
|
|
|
110
113
|
doc.DOC_POLICE_REPORT,
|
|
111
114
|
doc.DOC_OTHER,
|
|
112
115
|
];
|
|
116
|
+
doc.LIST_REQUIREMENT_LOD_SPGR = [
|
|
117
|
+
doc.DOC_LOD,
|
|
118
|
+
doc.DOC_SPGR,
|
|
119
|
+
];
|
|
120
|
+
doc.LIST_REQUIREMENT_LOD_SIGNED = [
|
|
121
|
+
doc.DOC_LOD_SIGNED,
|
|
122
|
+
];
|
|
123
|
+
doc.LIST_REQUIREMENT_PAYMENT = [
|
|
124
|
+
doc.DOC_PAYMENT,
|
|
125
|
+
];
|
|
113
126
|
doc.STATUS_DEADLINE[status_1.default.INITIAL.code] = {
|
|
114
127
|
deadline: 7,
|
|
115
128
|
key: 'reportDate',
|