|
@@ -269,25 +269,24 @@
|
|
|
}else if (lockFlag == 'add') { // 查看预算跳转过来
|
|
|
$('#monthSelect').hide()
|
|
|
}
|
|
|
- let r = window.top.location.href.split('?')[1];
|
|
|
- if(r == 'type=2'){
|
|
|
- if(powerFlag == 1){
|
|
|
- $('#saves').hide();
|
|
|
- $('#imports').hide();
|
|
|
- }
|
|
|
- $('#monthSelect').hide();
|
|
|
- }
|
|
|
- if(r == 'type=3'){
|
|
|
- $('#imports').hide();
|
|
|
- $('#monthSelect').hide();
|
|
|
- $('#saves').hide();
|
|
|
- }
|
|
|
+ // let r = window.top.location.href.split('?')[1];
|
|
|
+ // if(r == 'type=2'){
|
|
|
+ // if(powerFlag == 1){
|
|
|
+ // $('#saves').hide();
|
|
|
+ // $('#imports').hide();
|
|
|
+ // }
|
|
|
+ // $('#monthSelect').hide();
|
|
|
+ // }
|
|
|
+ // if(r == 'type=3'){
|
|
|
+ // $('#imports').hide();
|
|
|
+ // $('#monthSelect').hide();
|
|
|
+ // $('#saves').hide();
|
|
|
+ // }
|
|
|
initHandel()
|
|
|
}
|
|
|
// 绑定按钮事件
|
|
|
function initHandel() {
|
|
|
$("#fullScreen").on("click", function () {
|
|
|
- console.log(document.getElementById('container'))
|
|
|
fullScreen();
|
|
|
})
|
|
|
//退出全屏
|