|
@@ -146,7 +146,7 @@
|
|
|
// res.body[0].calcChain = [];
|
|
|
initExcel(res.body)
|
|
|
}else{
|
|
|
- getData()
|
|
|
+ //getData()
|
|
|
}
|
|
|
}
|
|
|
});
|
|
@@ -263,23 +263,19 @@
|
|
|
} catch (err) {
|
|
|
console.log(err)
|
|
|
}
|
|
|
+
|
|
|
if (lockFlag == 'see') { // 查看预算跳转过来
|
|
|
- // $('#saves').hide()
|
|
|
$('#monthSelect').hide()
|
|
|
- $('#imports').hide()
|
|
|
}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();
|
|
|
}
|
|
|
- $('#imports').hide();
|
|
|
$('#monthSelect').hide();
|
|
|
-
|
|
|
}
|
|
|
if(r == 'type=3'){
|
|
|
$('#imports').hide();
|