Browse Source

解决bug5244 【PCIM】统计分析,点击任意签约分析或服务分析,会有一瞬间展示乱码(如图)

raolu 7 years ago
parent
commit
5b0588c0b5

+ 1 - 1
app/statistics/comprehensive-analysis.html

@ -15,7 +15,7 @@
        <link rel="stylesheet" type="text/css" href="css/common.css"/>
    </head>
    <body>
        <div id="main">
        <div id="main" class="c-hide">
            <header-tab :appname="appname" :isback="isback" :isrefresh="isrefresh" :isfilter="isfilter" :isopen="isopen" ></header-tab>
            <header-prompt></header-prompt>
            <div class="clearfix ">

+ 1 - 1
app/statistics/consulting-analysis.html

@ -15,7 +15,7 @@
        <link rel="stylesheet" type="text/css" href="css/common.css"/>
    </head>
    <body>
        <div id="main">
        <div id="main" class="c-hide">
            <header-tab :appname="appname" :isback="isback" :isrefresh="isrefresh" :isfilter="isfilter" :isopen="isopen" ></header-tab>
            <header-prompt></header-prompt>
            <div class="clearfix ">

+ 1 - 1
app/statistics/estimate-analysis.html

@ -24,7 +24,7 @@
        </style>
    </head>
    <body>
        <div id="main">
        <div id="main" class="c-hide">
            <header-tab :appname="appname" :isback="true" :isrefresh="true" :isfilter="false" :isopen="true" ></header-tab>
            <header-prompt></header-prompt>
            <div class="c-t-center mt20">

+ 1 - 1
app/statistics/home.html

@ -17,7 +17,7 @@
        <link rel="stylesheet" type="text/css" href="css/common.css"/>
    </head>
    <body>
        <div id="main">
        <div id="main" class="c-hide">
            <div class="div-header">
                <div class="fl">
                    <div class="application-name">统计分析</div>

+ 1 - 0
app/statistics/js/comprehensive-analysis.js

@ -171,6 +171,7 @@ new Vue({
                }
            });
        });
        $("#main").removeClass("c-hide")
    }
})

+ 1 - 0
app/statistics/js/consulting-analysis.js

@ -110,6 +110,7 @@ new Vue({
                }
            });
        });
        $("#main").removeClass("c-hide")
    }
});

+ 1 - 0
app/statistics/js/estimate-analysis.js

@ -82,6 +82,7 @@ new Vue({
        EventBus.$on("refresh-click", function(arg){
            loadData([0,1,2], vm);
        });
        $("#main").removeClass("c-hide")
    }
});

+ 1 - 0
app/statistics/js/home.js

@ -90,6 +90,7 @@ new Vue({
			var selected = this.roles[0];
			window.localStorage.setItem("selectedRole", JSON.stringify(selected));
		}
		$("#main").removeClass("c-hide")
	},
	watch: {
		selectedRole: function(val) {

+ 1 - 0
app/statistics/js/prescription-analysis.js

@ -145,6 +145,7 @@ new Vue({
                }
            });
        });
        $("#main").removeClass("c-hide")
    },
    methods: {
        changeTagCode: function(val){

+ 1 - 1
app/statistics/prescription-analysis.html

@ -18,7 +18,7 @@
        </style>
    </head>
    <body>
        <div id="main">
        <div id="main" class="c-hide">
            <header-tab :appname="appname" :isback="isback" :isrefresh="isrefresh" :isfilter="isfilter" :isopen="isopen" ></header-tab>
            <header-prompt></header-prompt>
            <div v-show="sumType==1" class="order-tag-panel">