You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: projects/budgetkey/src/app/item/items/item-soproc/item-social-service-gov-unit/item-social-service-gov-unit.component.ts
+39-17Lines changed: 39 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -38,18 +38,20 @@ export class ItemSocialServiceGovUnitComponent implements OnInit, AfterViewInit
38
38
{title: 'מודל תמחור',id: 'pricing_model',tooltip: 'האם נקבע מראש תעריף לאספקת השירות או שעל המציעים להגיש הצעת מחיר או מודל משולב'},
39
39
];
40
40
COLORS=[
41
-
'#9FD4AE',
42
-
'#38B264',
43
-
'#187388',
44
-
'#8FD6E8',
45
-
'#CC81AF',
46
-
'#9D7EAF',
47
-
'#643C6A',
48
-
'#7285B7',
49
-
'#B6AE86',
50
-
'#CC8A57',
51
-
'#444444'
41
+
'#038CA4',// 0
42
+
'#A1767A',// 1
43
+
'#84353D',// 2
44
+
'#DB6B58',// 3
45
+
'#DB8258',// 4
46
+
'#9ED4C4',// 5
47
+
'#81A351',// 6
48
+
'#1A4F40',// 7
49
+
'#CA7898',// 8
50
+
'#BE4C9C',// 9
51
+
'#763483',// 10
52
+
'#E4CF43',// 11
52
53
];
54
+
OTHER_COLOR_IDX=this.COLORS.length-1;
53
55
54
56
publicparameters: any={
55
57
pricing_model: [
@@ -200,17 +202,37 @@ export class ItemSocialServiceGovUnitComponent implements OnInit, AfterViewInit
constexemptionKinds=['מימוש אופציה','ספק יחיד','התקשרות המשך','מיזם משותף','התקשרות עם רשות מקומית','מכרז סגור'];
221
+
constexemptionKindsIdx=[5,10,1,7,9,11];
222
+
for(constiinexemptionKinds){
223
+
scheme[exemptionKinds[i]]=exemptionKindsIdx[i];
224
+
}
206
225
consttenderTypes=['מכרז פומבי','התקשרות בפטור במכרז או בהליך תחרותי אחר','פרסום כוונה להתקשרות','פרסום מיזם ללא כוונת רווח','פניה לקבלת מידע RFI','קול קורא להקמת/עדכון רשימת מציעים (מאגר'];
0 commit comments