lulihong преди 6 години
родител
ревизия
f4587f136e

+ 1 - 1
html/home/html/admin.html

@ -69,7 +69,7 @@
							<ul class="l-qytj-barner">
								<li>
									<div id="bdwxAmount" class="l-qytj-val l-data c-f20 c-06bf04">1452</div>
									<div class="l-qytj-name c-f12">绑定微信></div>
									<div class="l-qytj-name c-f12">居民关注></div>
								</li>
								<li>
									<div id="jkjyAmount" class="l-qytj-val l-data c-f20 c-ffd429">4752</div>

+ 3 - 3
html/home/js/admin.js

@ -37,10 +37,10 @@ mui.plusReady(function() {
    }
    $docPhoto.attr("src", getImgUrl(docPhoto));
    $name.html(docName)//名称
    if(deptName || jobName){
        $docType.html("("+deptName+jobName+")")   //类别
    if(jobName){
        $docType.html("("+jobName+")")   //类别
    }
    $hospitalName.html(userRole[0].name);//显示该医生拥有的管理员权限
    $hospitalName.html(deptName);//userRole[0].name显示该医生拥有的管理员权限
    
    if(userRole.length > 1){
        $("#selectRole").show();

+ 1 - 1
html/manager/css/common.css

@ -292,7 +292,7 @@
    margin-left: 10px;
    background: #fff;
    border-radius: 5px;
    width: calc((100% - 20px) / 3);
    width: calc((100% - 30px) / 4);
    padding: 10px 0;
    border: 1px solid #E1E1E1;
    /*border-bottom: 5px solid transparent;*/

+ 7 - 17
html/manager/html/comprehensive-analysis.html

@ -47,31 +47,21 @@
                <!-- 位置信息 end -->
                <div id='textTj' style="" class="clearfix ">
                    <ul class="l-banner">
                    	<li data-index='4'>
                            <div id="index_4" class="c-f18">0</div>
                            <div class="mt5 c-f14 l-name">注册居民</div>
                        </li>
                        <li class="active" data-index='3'>
                            <div id="index_3" class="c-f18">0</div>
                            <div class="mt5 c-f14 l-name">咨询量</div>
                        </li>
                        <li data-index='4'>
                            <div id="index_4" class="c-f18">0</div>
                            <div class="mt5 c-f14 l-name">随访量</div>
                            <div class="mt5 c-f14 l-name">居民咨询量</div>
                        </li>
                        <li data-index='5'>
                            <div id="index_5" class="c-f18">0</div>
                            <div class="mt5 c-f14 l-name">健康教育</div>
                        </li>
                    </ul>
                    <ul class="l-banner">
                        <li data-index='27'>
                            <div id="index_27" class="c-f18">0</div>
                            <div class="mt5 c-f14 l-name">代预约量</div>
                        </li>
                        <li data-index='21'>
                         <li data-index='21'>
                            <div id="index_21" class="c-f18">0</div>
                            <div class="mt5 c-f14 l-name">绑定微信</div>
                        </li>
                        <li data-index='20'>
                            <div id="index_20" class="c-f18">0</div>
                            <div class="mt5 c-f14 l-name">绑定设备</div>
                            <div class="mt5 c-f14 l-name">居民关注</div>
                        </li>
                    </ul>
                </div>

+ 3 - 0
html/manager/js/comprehensive-analysis.js

@ -14,6 +14,7 @@ var selfwv,
    startDate,
    lowLevel,
    indexName = {'index_3': '咨询量', 'index_4': '随访量', 'index_5': '健康指导','index_27':'代预约量','index_21': '绑定微信','index_20': '绑定设备', 'index_83': "健康文章"};
var initTabOffsetTop = 0; //初始化时,底部tab距离顶部的位置
var index_5, index_83; //标记健康教育中健康文章和健康指导的值
var reqParam = []; //请求参数
@ -61,6 +62,8 @@ mui.plusReady(function(){
        req: reqParam
    });
    
    initTabOffsetTop = $(".area-tab-panel").offset().top;
    
    showBottomTab();
    shaixuanInit(selfwv);
    bindEvents();

+ 11 - 6
html/tuandui/js/init-charts.js

@ -27,7 +27,8 @@
						x: 30,
						y: 20,
						x2: 20,
						y2: 30
						y2: 30,
						borderWidth:0
					},
					toolbox: {
						show: false
@ -50,13 +51,13 @@
					}],
					yAxis: [{
						axisLine: {
							show: false
							show: true
						},
						axisLabel: {
							show: false
							show: true
						},
						axisTick: {
							show: false
							show: true
						},
						splitLine: {
							show: false
@ -121,7 +122,8 @@
						x: 35,
						y: 50,
						x2: 20,
						y2: 30
						y2: 30,
						borderWidth:0
					},
					xAxis: [{
						type: 'category',
@ -136,7 +138,10 @@
						}
					}],
					yAxis: [{
						type: 'value'
						type: 'value',
						splitLine: {
							show: false
						}
					}],
					series: [{
						clickable: true,