|
@@ -71,7 +71,7 @@ function getDetails(){
|
|
|
$(".container",parent.document).removeClass("console-cont");
|
|
|
})
|
|
|
$(".paymoney.pubEchart .title").click(function(){
|
|
|
- $(parent.document).find("#contentIframe").attr("src","dayDetail.html")
|
|
|
+ $(parent.document).find("#contentIframe").attr("src",slideType==1?"dayDetail.html":"payDetail.html")
|
|
|
$(".container",parent.document).removeClass("console-cont");
|
|
|
})
|
|
|
$(".defect .partTitlePub").click(function(){//from 1 console / 2 deptConsole
|
|
@@ -558,7 +558,7 @@ function lineChartSpecial(dataX,dataY){
|
|
|
myCharts.resize()
|
|
|
});
|
|
|
option = {
|
|
|
- color: ['#3398DB'],
|
|
|
+ color: ['#37C4FC'],
|
|
|
tooltip: {
|
|
|
trigger: 'axis',
|
|
|
position: 'right',
|
|
@@ -650,7 +650,7 @@ function barChartPay(dataX,dataY){
|
|
|
myCharts.resize()
|
|
|
});
|
|
|
option = {
|
|
|
- color: ['#3398DB'],
|
|
|
+ color: ['#37C4FC'],
|
|
|
tooltip: {
|
|
|
trigger: 'axis',
|
|
|
position: 'right',
|
|
@@ -1183,9 +1183,9 @@ function panDetail(data){
|
|
|
`
|
|
|
}
|
|
|
$(".explainPanT table").html(strAll);
|
|
|
- $(".explainPan").css({
|
|
|
- marginTop:-($(".explainPan").height()/2-20)+'px'
|
|
|
- })
|
|
|
+ // $(".explainPan").css({
|
|
|
+ // marginTop:-($(".explainPan").height()/2-20)+'px'
|
|
|
+ // })
|
|
|
}
|
|
|
function panDetailB(data){
|
|
|
let color = ['#F2637B','#975FE4', '#399FFF', '#37CBCB', '#4CCB73','#FAD336','#F2637B','#975FE4', '#399FFF', '#37CBCB', '#4CCB73','#FAD336'];
|