|
@@ -294,6 +294,13 @@ function report_crm(reporting) {
|
|
|
return defer;
|
|
|
},
|
|
|
|
|
|
+ getResCompany: function (id) {
|
|
|
+ var self = this;
|
|
|
+ return _.filter(self.ResCompany,function (item) {
|
|
|
+ return item.id == id;
|
|
|
+ })
|
|
|
+ },
|
|
|
+
|
|
|
/*====================================================================
|
|
|
RES STORE
|
|
|
====================================================================*/
|