|
@@ -437,27 +437,24 @@ define(
|
|
|
right: 37,
|
|
right: 37,
|
|
|
})
|
|
})
|
|
|
})()
|
|
})()
|
|
|
|
|
+ ;(function () {
|
|
|
|
|
+ //只有企业才提示用电概况
|
|
|
|
|
+ if (AUTH.company.orgType != 1) {
|
|
|
|
|
+ return
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
- /* (function(){
|
|
|
|
|
- //只有企业才提示用电概况
|
|
|
|
|
- if(AUTH.company.orgType != 1){
|
|
|
|
|
- return;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- core.openApp({"icon":"electricity_situation.png","fullable":0,"width":1200,"categoryId":0,"state":1,"type":3,"resize":1,"id":142,"content":"[232]","free":1,"title":"用电概况","height":600,"border":0,"reopen":1});
|
|
|
|
|
-
|
|
|
|
|
- })();
|
|
|
|
|
- (function(){
|
|
|
|
|
- //只有gov才提示用电概况
|
|
|
|
|
- if(AUTH.company.id == 9370 || AUTH.company.id == 9370){
|
|
|
|
|
- //原尺寸
|
|
|
|
|
- core.openApp({"icon":"bigscreen.png","fullable":1,"width":'100%',"categoryId":29,"state":1,"type":3,"resize":1,"id":146,"content":"[1552]","free":1,"title":"大屏展示","height":'100%',"border":0,"reopen":1},true); //80
|
|
|
|
|
- //全屏
|
|
|
|
|
- //core.openApp({"icon":"bigscreen.png","fullable":1,"width":'100%',"categoryId":29,"state":1,"type":3,"resize":1,"id":146,"content":"[1552]","free":1,"title":"大屏展示","height":h,"border":0,"reopen":1},true);
|
|
|
|
|
- }
|
|
|
|
|
- return;
|
|
|
|
|
-
|
|
|
|
|
- })();*/
|
|
|
|
|
|
|
+ core.openApp({ icon: "electricity_situation.png", fullable: 0, width: 1200, categoryId: 0, state: 1, type: 3, resize: 1, id: 73, content: "[100]", free: 1, title: "用电概况", height: 600, border: 0, reopen: 1 })
|
|
|
|
|
+ })()
|
|
|
|
|
+ ;(function () {
|
|
|
|
|
+ //只有gov才提示用电概况
|
|
|
|
|
+ // if (AUTH.company.id == 9370 || AUTH.company.id == 9370) {
|
|
|
|
|
+ // //原尺寸
|
|
|
|
|
+ // core.openApp({ icon: "bigscreen.png", fullable: 1, width: "100%", categoryId: 29, state: 1, type: 3, resize: 1, id: 146, content: "[1552]", free: 1, title: "大屏展示", height: "100%", border: 0, reopen: 1 }, true) //80
|
|
|
|
|
+ // //全屏
|
|
|
|
|
+ // //core.openApp({"icon":"bigscreen.png","fullable":1,"width":'100%',"categoryId":29,"state":1,"type":3,"resize":1,"id":146,"content":"[1552]","free":1,"title":"大屏展示","height":h,"border":0,"reopen":1},true);
|
|
|
|
|
+ // }
|
|
|
|
|
+ return
|
|
|
|
|
+ })()
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|
|
|
),
|
|
),
|