ljj vor 6 Jahren
Ursprung
Commit
87f497ae4b

+ 9 - 0
.project

@ -75,5 +75,14 @@
				<arguments>1.0-name-matches-false-false-node_modules</arguments>
			</matcher>
		</filter>
		<filter>
			<id>1530096473919</id>
			<name></name>
			<type>26</type>
			<matcher>
				<id>org.eclipse.ui.ide.multiFilter</id>
				<arguments>1.0-name-matches-false-false-node_modules</arguments>
			</matcher>
		</filter>
	</filteredResources>
</projectDescription>

+ 2 - 2
html/home/css/home2.css

@ -41,13 +41,13 @@
.list-fuwu2 li {
	box-sizing: border-box;
	height: 3.8rem;
	height: 4.2rem;
	width: 33.3%;
	float: left;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	text-align: center;
	padding-top: calc((3.8rem - 65px)/2);
	padding-top: calc((4.2rem - 65px)/2);
}
.icon-bg-qianyueguanli {

+ 14 - 14
html/home/html/xiaoxi.html

@ -43,13 +43,13 @@
				<div class="demo-comtop">
					<!--<h1>消 息</h1>-->
					<div class="div-group-btn">
						<div class="div-item active" data-type="1">
						<div class="div-item" data-type="1">
							<div class="div-image xiaoxi-img"></div>
							<span class="div-title">通知</span>
							<span class="div-red-dian f-dn"></span>
						</div>
						
						<div class="div-item" data-type="2">
						<div class="div-item active" data-type="2">
							<div class="div-image juming-img"></div>
							<span class="div-title">居民</span>
							<span class="div-red-dian f-dn"></span>
@ -96,24 +96,24 @@
				docInfo = JSON.parse(plus.storage.getItem("docInfo"));
				self = plus.webview.getWebviewById("xiaoxi.html");
				
				xiaoxipage_wv = plus.webview.create("xiaoxipage.html", "xiaoxipage.html", subStyles);
				self.append(xiaoxipage_wv);
				juming_wv = plus.webview.create("jumingim.html", "jumingim.html", subStyles);
				self.append(juming_wv);
				
				$(".div-group-btn").on("click",".div-item",function(){
					var type = $(this).attr("data-type");
					$(".div-group-btn .div-item").removeClass("active");
					$(this).addClass("active");
					if(type=="1"){//消息
						xiaoxipage_wv.show();
						mui.fire(xiaoxipage_wv,"refresh");
					}else if(type=="2"){//居民
					    juming_wv = plus.webview.getWebviewById('jumingim.html');
						if(juming_wv){
							mui.fire(juming_wv,"update");
							juming_wv.show();
					if(type=="2"){//居民
						juming_wv.show();
						mui.fire(juming_wv,"update");
					}else if(type=="1"){//消息
					    xiaoxipage_wv = plus.webview.getWebviewById('xiaoxipage.html');
						if(xiaoxipage_wv){
							mui.fire(xiaoxipage_wv,"refresh");
							xiaoxipage_wv.show();
						}else{
							juming_wv = plus.webview.create("jumingim.html", "jumingim.html", subStyles);
							self.append(juming_wv);
							xiaoxipage_wv = plus.webview.create("xiaoxipage.html", "xiaoxipage.html", subStyles);
							self.append(xiaoxipage_wv);
						}
					}else{//医生
					    yisheng_wv = plus.webview.getWebviewById('yishengim.html');

+ 5 - 5
html/home/js/home2.js

@ -38,11 +38,11 @@
		$("#doc_type").html(docInfo.jobName);
		$("#hospital").html(docInfo.hospitalName);
		//控制团队报告
		if(docInfo.isLeader == 1){
			$('#work_resport').show()
		}else{
			$('#work_resport').hide() 
		}
//		if(docInfo.isLeader == 1){
//			$('#work_resport').show()
//		}else{
//			$('#work_resport').hide() 
//		}
		//控制协同服务
		if(docInfo.hospital){
			if(docInfo.hospital.substr(0,6) == '350211' && docInfo.isLeader == 1){

+ 0 - 21
html/huanzhe/html/huanzeziliao.html

@ -77,29 +77,8 @@
							{{else}}
							<img class="weixin-icon" src="../../../images/weixing_zihui_icon.png"/>
							{{/if}}
							{{if deviceType && deviceType.indexOf("2") > -1}}
                            <img class="xueya-icon" src="../../../images/icon_xueyaji2.png"/>
                            {{else}}
                            <img class="xueya-icon" src="../../../images/icon_xueyaji_zhihui.png"/>
                            {{/if}}
                            {{if deviceType && deviceType.indexOf("1") > -1}}
                            <img class="xuetang-icon" src="../../../images/icon_xuetangyi2.png"/>
                            {{else}}
                            <img class="xuetang-icon" src="../../../images/icon_xuetangyi_zhihui.png"/>
                            {{/if}}
						</div>
					</div>
					<div class="n-list-key">
						{{if disease==1 && diseaseCondition==0}}<div class="mb-icon-round green">高</div>{{/if}}
						{{if disease==2 && diseaseCondition==0}}<div class="mb-icon-round green">糖</div>{{/if}}
						{{if (disease=='1,2' || disease=='2,1') && diseaseCondition==0}}<div class="mb-icon-round green">高糖</div>{{/if}}
						{{if disease==1 && diseaseCondition==1}}<div class="mb-icon-round orange">高</div>{{/if}}
						{{if disease==2 && diseaseCondition==1}}<div class="mb-icon-round orange">糖</div>{{/if}}
						{{if (disease=='1,2' || disease=='2,1') && diseaseCondition==1}}<div class="mb-icon-round orange">高糖</div>{{/if}}
						{{if disease==1 && diseaseCondition==2}}<div class="mb-icon-round red">高</div>{{/if}}
						{{if disease==2 && diseaseCondition==2}}<div class="mb-icon-round red">糖</div>{{/if}}
						{{if (disease=='1,2' || disease=='2,1') && diseaseCondition==2}}<div class="mb-icon-round red">高糖</div>{{/if}}
					</div>
				</div>
			</div>
			<div class="c-5b5b5b ml15" style="line-height: 40px;">基本信息</div>

+ 0 - 21
html/huanzhe/html/huanzhe-by-type.html

@ -85,29 +85,8 @@
						{{else}}
						<img class="weixin-icon" src="../../../images/weixing_zihui_icon.png"/>
						{{/if}}
						{{if value.deviceType && value.deviceType.indexOf("2") > -1}}
                        <img class="xueya-icon" src="../../../images/icon_xueyaji2.png"/>
                        {{else}}
                        <img class="xueya-icon" src="../../../images/icon_xueyaji_zhihui.png"/>
                        {{/if}}
                        {{if value.deviceType && value.deviceType.indexOf("1") > -1}}
                        <img class="xuetang-icon" src="../../../images/icon_xuetangyi2.png"/>
                        {{else}}
                        <img class="xuetang-icon" src="../../../images/icon_xuetangyi_zhihui.png"/>
                        {{/if}}
					</div>
				</div>
				<div class="c-t-right n-list-info mb-icon-flex">
					{{if value.disease==1 && value.diseaseCondition==0}}<div class="mb-icon-round green">高</div>{{/if}}
					{{if value.disease==2 && value.diseaseCondition==0}}<div class="mb-icon-round green">糖</div>{{/if}}
					{{if (value.disease=='1,2' || value.disease=='2,1') && value.diseaseCondition==0}}<div class="mb-icon-round green">高糖</div>{{/if}}
					{{if value.disease==1 && value.diseaseCondition==1}}<div class="mb-icon-round orange">高</div>{{/if}}
					{{if value.disease==2 && value.diseaseCondition==1}}<div class="mb-icon-round orange">糖</div>{{/if}}
					{{if (value.disease=='1,2' || value.disease=='2,1') && value.diseaseCondition==1}}<div class="mb-icon-round orange">高糖</div>{{/if}}
					{{if value.disease==1 && value.diseaseCondition==2}}<div class="mb-icon-round red">高</div>{{/if}}
					{{if value.disease==2 && value.diseaseCondition==2}}<div class="mb-icon-round red">糖</div>{{/if}}
					{{if (value.disease=='1,2' || value.disease=='2,1') && value.diseaseCondition==2}}<div class="mb-icon-round red">高糖</div>{{/if}}
				</div>
			</li>
			{{/each}}
		</script>

+ 9 - 34
html/huanzhe/html/huanzhexinxi.html

@ -51,13 +51,17 @@
						</li>
					</ul>					
					<div class="clearfix bgc-fff hz-main">
						<div class="template-item div-menzhen-btn">
						<!--<div class="template-item div-menzhen-btn">
							<img src="../images/menzhen_icon.png">
						    <span class="f-f14">门诊记录</span>
						</div>
						<div class="template-item div-zhuyuan-btn">
							<img src="../images/zhuyuan_icon.png">
						    <span class="f-f14">住院记录</span>
						</div>-->
						<div class="template-item div-jiuzhen-btn">
							<img src="../images/menzhen_icon.png">
						    <span class="f-f14">就诊记录</span>
						</div>
						<div class="template-item div-jianche-btn">
							<img src="../images/jiancha_icon.png">
@ -67,19 +71,11 @@
							<img src="../images/yongyao_icon.png">
						    <span class="f-f14">用药记录</span>
						</div>
						<div class="template-item" id="tzsb" style="border-right:0px;"  onclick="openwdsb()">
							<img src="../images/tizheng_icon1.png">
						    <span class="f-f14">健康体征</span>
						</div>
					</div>
					<ul class="mt10 template-ul">
						<li>
							<!-- <div class="template-item div-jiankangtijian-btn">
								<img src="../images/jiankangtijian_icon.png">
							    <span class="f-f14">健康体征</span>
							</div> -->
							<div class="template-item" id="tzsb" style="border-right:0px;"  onclick="openwdsb()">
								<img src="../images/tizheng_icon1.png">
							    <span class="f-f14">健康体征</span>
							</div>
						</li>
					</ul>
				</div>
			</div>
		</div>
@ -190,29 +186,8 @@
						{{else}}
						<img class="weixin-icon" src="../../../images/weixing_zihui_icon.png"/>
						{{/if}}
						{{if deviceType && deviceType.indexOf("2") > -1}}
						<img class="xueya-icon" src="../../../images/icon_xueyaji2.png"/>
						{{else}}
						<img class="xueya-icon" src="../../../images/icon_xueyaji_zhihui.png"/>
						{{/if}}
						{{if deviceType && deviceType.indexOf("1") > -1}}
						<img class="xuetang-icon" src="../../../images/icon_xuetangyi2.png"/>
						{{else}}
						<img class="xuetang-icon" src="../../../images/icon_xuetangyi_zhihui.png"/>
						{{/if}}
					</div>
				</div>
				<div class="n-list-key">
					{{if disease==1 && diseaseCondition==0}}<div class="mb-icon-round green">高</div>{{/if}}
					{{if disease==2 && diseaseCondition==0}}<div class="mb-icon-round green">糖</div>{{/if}}
					{{if (disease=='1,2' || disease=='2,1') && diseaseCondition==0}}<div class="mb-icon-round green">高糖</div>{{/if}}
					{{if disease==1 && diseaseCondition==1}}<div class="mb-icon-round orange">高</div>{{/if}}
					{{if disease==2 && diseaseCondition==1}}<div class="mb-icon-round orange">糖</div>{{/if}}
					{{if (disease=='1,2' || disease=='2,1') && diseaseCondition==1}}<div class="mb-icon-round orange">高糖</div>{{/if}}
					{{if disease==1 && diseaseCondition==2}}<div class="mb-icon-round red">高</div>{{/if}}
					{{if disease==2 && diseaseCondition==2}}<div class="mb-icon-round red">糖</div>{{/if}}
					{{if (disease=='1,2' || disease=='2,1') && diseaseCondition==2}}<div class="mb-icon-round red">高糖</div>{{/if}}
				</div>
				<div class="l-arrow-r-1"></div>
			</div>
		</script>

+ 19 - 0
html/huanzhe/js/huanzhexinxi.js

@ -523,14 +523,33 @@ $(".div-zhuyuan-btn").on("tap",function(){
//	openWebview(templateServer,{itemIndex:0,name:"就诊记录", idcard: oPatiInfo.idcard})  
})
//就诊记录
$(".div-jiuzhen-btn").on("tap",function(){
	var url = profileServer+'/csijk/wx/html/profile/html/index_0.html?target=app&demographic_id='+oPatiInfo.idcard
	mui.openWindow({
		id: "index_0.html",
		url: url
	})
})
//检查检验记录
$(".div-jianche-btn").on("tap",function(){
//	openWebview(templateServer,{itemIndex:1,name:"检查检验", idcard: oPatiInfo.idcard})
	var url = profileServer+'/csijk/wx/html/profile/html/index_1.html?target=app&demographic_id='+oPatiInfo.idcard
	mui.openWindow({
		id: "index_1.html",
		url: url
	})
})
//用药记录
$(".div-yongyao-btn").on("tap",function(){
//	openWebview(templateServer,{itemIndex:2,name:"用药记录", idcard: oPatiInfo.idcard})
	var url = profileServer+'/csijk/wx/html/profile/html/index_2.html?target=app&demographic_id='+oPatiInfo.idcard
	mui.openWindow({
		id: "index_2.html",
		url: url
	})
})
//健康体检

Datei-Diff unterdrückt, da er zu groß ist
+ 118 - 0
html/hzzd/css/search-bar.css


+ 142 - 0
html/hzzd/css/searchhuanzhe.css

@ -0,0 +1,142 @@
.searchbar { border-bottom: 1px solid #CCC; }
#search_suggest_text { position: absolute; top: 50px; left: 8px; color: #17b3ec; font-size: 18px;z-index: 10;}
.locate-city { background-color: #F2F3F5; }
.locate-city img { width: 15px; height: 20px; }
.list-wrap { border-top: 1px solid #CCC; /*background-color: #FFF;*/ }
.more-result { display: block; height: 35px; line-height: 35px; margin-left: -10px; border-top: 1px solid #E7E7E7; border-bottom: 1px solid #E7E7E7; }
.more-result>span { position: relative; color: #666; }
.more-result .fa-angle-right { position: absolute; top: -3px; right: -10px;font-size: 22px; }
.search-target-text em { font-weight: bold; color: #75BF00; }
.scroll-wrapper { top: 0px; }
#search_suggest_text { left: 0; width: 100%; padding-left: 8px; box-sizing: border-box; }
.no-result-img { display: block; width: 320px; height: 184px; margin: 0 auto; margin-top: 160px; }
.j-text-ellipsis em { font-weight: bold; color: #23AFFF; }
#jumin_wrapper .c-list > li { margin-left: 0; }
.l-sanshi-ico { width: 150px; }
.lin-search{
	height: 30px;
	padding: 8px 10px;
	background-color: #fff;
}
.lin-search img{
	width: 29px;
}
.lin-search div{
	text-align: center;
	border-radius: 5px;
	line-height: 29px;
	background-color: #f2f4f6;
	color: #999;
}
.lin-search-ipt{
	height: 30px;
	padding: 8px 10px;
	background-color: #17b3ec;
	display: -webkit-box;
}
.lin-search-ipt .div-input{
	border-radius: 5px;
	line-height: 29px;
	background-color: #f2f4f6;
	color: #999;
	text-align: left; 
	-webkit-box-flex: 1;
}
.lin-search-ipt input{
	background-color: #f2f4f6 ;
	border-radius: 5px;
	height: 30px;
	color: #999;
	text-align: left;
	padding-left: 30px;
	background: url(../../../images/sousuo_icon.png) no-repeat;
	background-size: 30px 30px;
	width: 88%;
}
.lin-search-ipt a{
	font-size: 16px;
	display: block;
	width: 32px;
	padding: 4px 6px 4px 12px;
	color: #fff;
}	
.f-fs12{font-size: 12px;}
.search-his .title{
	padding:0 12px;
	height: 44px;
	border-bottom: solid 1px #dcdcdc;
}
.search-his .cler{
	float: right;
	padding: 10px 0;
	color: #999;
	font-size: 16px;
}
.search-his .his{
	float: left;
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.search-his .his-list{
	box-sizing: border-box;
	border-bottom: solid 1px #f1f1f1;
	padding: 10px 12px;
	font-size: 16px;
	color: #333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.search-his .his-list:first-child{
	border-top: none;
}
.search-his .his-list:last-child{
	border-bottom: solid 1px #dcdcdc;
}
.his-list-ul{
	background-color: #fff;
}
.arrow-right{position: absolute; top: 50%; right: 10px; margin-top: -5px;}
.lin-search-ipt{height: 50px;padding: 8px 10px;background-color: #17b3ec;display: -webkit-box;border-bottom: 1px solid #dcdcdc;}
.lin-search-ipt .div-input{padding-top: 2px;border-radius: 5px;line-height: 29px;background-color: #f2f4f6;color: #999;text-align: left; -webkit-box-flex: 1;}
.lin-search-ipt input{background-color: #f2f4f6 ;border-radius: 5px;height: 30px;text-align: left;padding-left: 30px;background: url(../../../images/sousuo_icon.png) no-repeat;background-size: 30px 30px;width: 98%;}
.lin-search-ipt input[type=text]{border: none!important;}
.lin-search-ipt a{font-size: 16px;display: block;width: 50px;padding: 4px 4px 4px 0px;color: #fff;text-align: right;}	
.mb-em{color: #909090;font-size: 12px;display: inline-block;margin-left: 6px;}
.mj-flex{display: flex;align-items: center;display: -webkit-flex;-webkit-align-items: center;padding-top: 5px;}
.weixin-icon { width: 20px; height: 17px; margin-top: 0px; margin-right: 5px; }
.xuetang-icon { width: 12px; height: 21px; margin-top: 0px; margin-right: 0px; }
.xueya-icon { width: 15px; height: 18px; margin-top: 0px; margin-right: 5px; }
.mb-icon-round{width: 40px;height: 40px;border-radius: 50%;text-align: center;line-height: 39px;font-size: 16px;}
.mb-icon-round.red{border: solid 1px #FF4c4c;color: #FF4c4c;}
.mb-icon-round.orange{border: solid 1px #FFc691;color: #FFc691;}
.mb-icon-round.green{border: solid 1px #06bf04;color: #06bf04;}
.mb-icon-flex{display: flex;display: -webkit-flex;justify-content: flex-end;-webkit-justify-content: flex-end;align-items: center;-webkit-align-items: center;}
#pati_list li{padding-right: 10px;padding-left: 10px}
.mb-yu{ width: 36px; height: 18px;margin-left: 5px;}
.checboxImg{display: flex;align-items: center}
.checboxImg img{width: 30px}
.bodybottom{position: absolute;
	height: 45px;
	bottom: 0;
	background: #fff;
	left: 0;
	height: 55px;
	right: 0;
	z-index: 99;
	display: flex;
	padding: 5px;
	justify-content: center;
	border-top: 1px solid #ccc;}
.bgc-17b3ec{background-color: #17b3ec;}

+ 106 - 0
html/hzzd/html/guidance_searchhuanzhe.html

@ -0,0 +1,106 @@
<!DOCTYPE html>
<html>
	<head>
		<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
		<meta charset="utf-8">
		<title>搜索医生居民</title>
		<link rel="stylesheet" type="text/css" href="../../../css/mui.min.css"/>
		<link rel="stylesheet" type="text/css" href="../../../common/cross/css/cross.css">
		<link rel="stylesheet" href="../../../common/cross/css/cross.ui.css" type="text/css" />
		<link rel="stylesheet" type="text/css" href="../../../common/css/jy-style.css">
		<link rel="stylesheet" type="text/css" href="../../../widget/artDialog/6.0.5/css/ui-dialog.min.css"/>
		<link rel="stylesheet" href="../css/search-bar.css" type="text/css"/>
		<link rel="stylesheet" href="../css/searchhuanzhe.css" type="text/css"/>
	</head>
	<body>
		<div class="c-main">
			<section style="position: fixed;top: 0px;left: 0px;width: 100%;z-index: 5;">
				<div class="lin-search-ipt" style="border-bottom: 1px solid #dcdcdc;">
					<div class="div-input">
						<input id="searchPut" placeholder="输入姓名搜索" class="f-fs12"/>
					</div>
					<a href="javascript:;" class="searchbar-cancel">取消</a>
				</div>
				
				<div id="search_suggest_text" class="c-dn"></div>
				
	        </section>
            <div class="search-his c-hide" id="history_search" style="position: absolute;top:45px;z-index:3;width: 100%;">
				<div class="title">
					<div class="his">历史搜索</div>
					<div id="clear_his_data" class="cler">清空</div>
				</div>
				<div id="his_scroll" class="mui-scroll-wrapper" style="top: 44px;">
            		<div class="mui-scroll">
						<ul class="his-list-ul" id="his_sear_list">
							
						</ul>
					</div>
				</div>
            </div>
           
			<div id="search_result" class="c-hide">
				<div id="jumin_wrapper" class="mui-scroll-wrapper" style="top: 50px;bottom: 55px">
	                <div class="mui-scroll">
						<ul id="pati_list" class="c-list">
							
						</ul>
					</div>
				</div>
			</div>
			<div  class="bodybottom">
				<div class="c-50 c-t-center pr10 display-none">
					<a class="c-btn c-f16 bgc-17b3ec c-btn-full c-btn-radius send_btn">立即发送</a>
				</div>
			</div>
			<div id="no_result_wrap" class="c-hide">
				<img class="no-result-img" src="../../../images/shujuweikong_img.png" />
				<div class="f-fs14 c-323232 c-t-center">抱歉,暂未找到符合条件的结果</div>
			</div>
		</div>
		<script type="text/html" id="pati_list_tmpl">
			{{each list as value j}}
			<li class="n-list-link list-arrow-r n-list-cover" data-patient-code="{{value.code}}" data-patient-phone="{{value.phone}}" data-patient-address="{{value.address}}">
				<div class="checboxImg" >
					<img src="../images/checbox-false.png"> 
				</div>
				<div class="patient-face patient-face-new">
					<img src="{{value.photo}}"> 
				</div>
				<div class="n-list-info">
					<h4 class="c-nowrap c-f16 mt5">{{value.name}}
						<em class="mb-em">({{value.sex | setSex}} {{value.age | setAge}}岁 )</em>
					</h4>
					<div class="mj-flex">
						{{if value.isWX}}
						<img class="weixin-icon" src="../../../images/weixing_icon2.png"/>
						{{else}}
						<img class="weixin-icon" src="../../../images/weixing_zihui_icon.png"/>
						{{/if}}
					</div>
				</div>
			</li>
			{{/each}}
		</script>
		
		<script type="text/html" id="his_list_tmpl">
			{{each list as v}}
				<li class="his-list">{{v}}</li>
			{{/each}}
		</script>
		<script type="text/javascript" src="../../../js/jquery/2.1.3/jquery.js"></script>
		<script type="text/javascript" src="../../../js/mui.min.js"></script>
		<script src="../../../widget/artDialog/6.0.5/js/dialog-plus.min.js" type="text/javascript" charset="utf-8"></script>
		<script src="../../../js/es6-promise.js" type="text/javascript" charset="utf-8"></script>
		<script src="../../../js/underscore.js" type="text/javascript" charset="utf-8"></script>
		<script src="../../../js/common_http.js" type="text/javascript" charset="utf-8"></script>
		<script src="../../../js/template.js" type="text/javascript" charset="utf-8"></script>
		<script src="../../js/common.js" type="text/javascript" charset="utf-8"></script>
		<script src="../../../js/app.js" type="text/javascript" charset="utf-8"></script>
		<!--<script src="../../js/android.js" type="text/javascript" charset="utf-8"></script>-->
		<script src="../js/search-bar.js" type="text/javascript" charset="utf-8"></script>
		<script src="../../js/templateHelp.js" type="text/javascript" charset="utf-8"></script>
		<script src="../js/guidance_searchhuanzhe.js" type="text/javascript" charset="utf-8"></script>
	</body>
</html>

+ 1 - 1
html/hzzd/html/preview_detail.html

@ -77,7 +77,7 @@
            is_sys = self.is_sys;
            reference = self.reference;
            checked = self.checked;
            if(reference == "mine"){
            if(reference == "home2"){
                $("#btn_group1").show();
                $("#btn_group2").hide();
            }else{

+ 2 - 2
html/hzzd/js/edit_guidance.js

@ -34,7 +34,7 @@ mui.plusReady(function(){
    $("#title").text(title);
    
    var action_text = "";
    if(reference != "mine"){
    if(reference != "home2" && reference != "zuyuanziliao"){
        var text = "是否将变更保存到原模板";
        if(is_sys || action == "add"){
            text = "是否保存为您的模板";
@ -227,7 +227,7 @@ function bindEvents(){
            content: $("textarea").val(),
            modelName: $("#temp_name").val()
        };
        if(reference != "mine"){
        if(reference != "home2"  && reference != "zuyuanziliao"){
            dialog({
                content: "发出后无法变更,是否确认发送给居民?",
                okValue: "继续发送",

+ 14 - 5
html/hzzd/js/guidance_huanzhe.js

@ -192,6 +192,8 @@ bindEvents = function () {
				sendPost(url, params, null, function(res){
					if (res.status == 200) {
						mui.toast("发送成功!");
						var main =plus.webview.getWebviewById('guidance_list');
							mui.fire(main,'refresh');
						var self = plus.webview.currentWebview(),
							opener = self.opener(),
							pre_opener = self.opener().opener();
@ -290,11 +292,18 @@ bindEvents = function () {
	});
	
	$searchbarInput.on('tap',function() {
		mui.openWindow({
			id: "searchhuanzhe2",
			url: "../../huanzhe/html/searchhuanzhe.html",
			extras: {}
		})	
		openWebview('guidance_searchhuanzhe.html',{
			content: content,
			modelCode: modelCode,
			images: images
		});
		// mui.openWindow({
		// 	id: "searchhuanzhe2",
		// 	url: "../../huanzhe/html/searchhuanzhe.html?isIndex=true",
		// 	extras: {}
		// })	
	});
	
	$(".header-link").on('click', function(){

+ 12 - 2
html/hzzd/js/guidance_list.js

@ -13,8 +13,8 @@ var scrollers = [],
mui.plusReady(function(){
    var self = plus.webview.currentWebview();
    var opener = self.opener();
    if(opener.id == "mine.html"){
        reference = "mine";
    if(opener.id == "home2.html"){
        reference = "home2";
    }
    patient = self.code; 
    isIndex = self.isIndex;
@ -141,6 +141,11 @@ function initScroller(){
                callback: function(){
                    var self = this;
                    setTimeout(function(){
                    	if(selectedTab == 0){
					        $("#item1 .search-input").blur();
					    }else{
					        $("#item2 .search-input").blur();
					    }
                        getList(true);
                        self.endPulldownToRefresh();
                    }, 300);
@ -149,6 +154,11 @@ function initScroller(){
            up: {
                callback: function(){
                    var self = this;
                    if(selectedTab == 0){
				        $("#item1 .search-input").blur();
				    }else{
				        $("#item2 .search-input").blur();
				    }
                    setTimeout(function(){
                        getList(false);
                    }, 300);

+ 501 - 0
html/hzzd/js/guidance_searchhuanzhe.js

@ -0,0 +1,501 @@
	// 基本信息(包括userAgent)
var baseInfo = null,
	// 基础环境信息(包括当前webview)
	baseEnv = null;
	
	// 搜索框
var $searchbar = $('.searchbar'),
	// 搜索输入框
	$searchbarInput = $('.lin-search-ipt input'),
	// 搜索取消按钮
	$searchCancelBtn = $('.searchbar-cancel'),
	// 搜索框下面悬浮的搜索提示
	$searchSuggest = $('#search_suggest_text'),
	// 搜索结果展示容器
	$searchtResult = $('#search_result'),
	// 搜索无结果时显示
	$noResultWrap = $('#no_result_wrap'),
	$patiList = $('#pati_list'),
	// 分页查询最后一页
	$history = $('#history_search'),//历史搜索
	$hisSearList = $('#his_sear_list');
var page = 0,
    search_keyword = "", //记录搜索框的内容
	lastTeamId,// 从缓存取出所选团队
	pagesize = 15,
	historyData=[],//历史数据
	historyStr,
	content,  //要发送的模板参数
	modelCode,
	images;
var self;
mui.plusReady(function() {
//	initKeyboardAndroid();
	docInfo = JSON.parse(plus.storage.getItem("docInfo"));
	historyStr = plus.storage.getItem("juminSearchHis"+docInfo.code);
	if(historyStr){
		historyStr = JSON.parse(historyStr).join(',');
		historyData = historyStr.split(',');
	}else{
		historyData = [];
	}
})
window.addEventListener("initSearch", function(e){
//	openSoftKeyboard();
	baseInfo = getBaseInfo();
	$("#searchAll").show();
	setTimeout(function(){
		$("#searchPut").focus();
	},100)
	if(historyData.length){
		$history.show();
	}
    lastTeamId = plus.storage.getItem("selectedTeamId");
})
// 获取登录相关信息
var getBaseInfo = function() {
		// 登录的相关信息
	var userAgent = JSON.parse(plus.storage.getItem("userAgent"))
	return {
		userAgent: userAgent
	}
},
// 获取基础环境信息
getBaseEnvPromise = function () {
	var env = {
		webview: plus.webview.currentWebview()
	}
	return Promise.resolve().then(function(res) {
		return env;
	})
},
historyList = function(){
	historyStr = plus.storage.getItem("juminSearchHis"+docInfo.code);
	if(historyStr){
		historyStr = JSON.parse(historyStr).join(',');
		historyData = historyStr.split(',');
	}else{
		historyData = [];
	}
	var html = template('his_list_tmpl',{list:historyData});
	$hisSearList.html('');
	$hisSearList.append(html);
},
// 初始化“患者”视图列表
initPatientViewList = function(data,keyword,isAppend) {
	data = _.map(data,function(item){
		item.photo = getImgUrl(item.photo);
		return item;
	})
	var html = template("pati_list_tmpl", {list: data});
	searchText = $searchbarInput.val().trim();
	if(isAppend == true){
		$patiList.append(html)
	}else{
		mui('#jumin_wrapper').pullRefresh().scrollTo(0,0)
		$patiList.empty().append(html)
		mui('#jumin_wrapper').pullRefresh().refresh(true);//重置
	}
	ellipsisText($patiList.find('li'),searchText);
},
// $el: $('.c-content-warp')
getRowProps = function ($el) {
	var $textEllipsis = $el,
		$text = $textEllipsis.eq(0),
		$chart = $text.text('a'),
		enWidth = $chart.width(),
		$chart = $text.text('中'),
		zhWidth = $chart.width(),
		lineHeight = parseFloat($chart.css("lineHeight"), 10),
		rowHeight = $chart.height();
	$chart.text('');
	return {
		chartWidth: {
			zh: zhWidth,
			en: enWidth
		},
		rowHeight: Math.max(rowHeight, lineHeight),
		rowWidth: $el.width()
	};
},
replaceAll = function (text, arr) {
	var html = text;
	_.each(arr,function(kw) {
		var reg = new RegExp(kw+"(?!>)","gi");
		html = html.replace(reg,'<em>'+kw+'</em>');
	});
	return html;
},
highlineKeyword = function ($el,searchText) {
	var props = getRowProps($el),
		chartWidth = props.chartWidth,
		rowHeight = props.rowHeight,
		rowWidth = props.rowWidth,
		// 每行显示字符数(以中文字符为标准计算)
		chartNum = Math.floor(rowWidth / chartWidth.zh),
		// 排除指定数量字符所占宽度
		exceptNum = 0,
		// 行数
		rowNum = 1,
		// 预计显示总字符数
		expectedNum = chartNum * rowNum - exceptNum,
		$target = $el,
		// 目标文本
		text = $.trim($target.attr('data-text')),
		length = text.length,
		// 关键字数组
		kws = $.trim(searchText).replace(/\s+/g," ").split(" ");
	var fidx = 0,preFidx,diff = 0;
	$target.html(replaceAll(text, kws));
	if(Math.floor($target.height() / rowHeight) <= rowNum) {
		return ;
	}
	if(text.length > expectedNum) {
		fidx = text.indexOf(kws[0])+kws[0].length-1;
		diff = fidx - expectedNum + 1;
		preFidx =  fidx;
		diff = (diff<0)?0:diff;
		var preChar = (diff>0)?"...":"";
		$target.html(preChar+replaceAll(text.slice(diff,preFidx+1), kws)+"...");
		while((Math.floor($target.height() / rowHeight) <= rowNum) && (preFidx < length)) {
			preFidx++;
			$target.html(preChar+replaceAll(text.slice(diff,preFidx+1), kws)+"...");
		}
		if(preFidx == length && (Math.floor($target.height() / rowHeight) <= rowNum)) {
			diff = diff>0?(diff - 1):0;
			$target.html(preChar+replaceAll(text.slice(diff,preFidx), kws));
		} else if((Math.floor($target.height() / rowHeight) > rowNum)) {
			$target.html(preChar+replaceAll(text.slice(diff,preFidx), kws)+"...");
		}
	}
},
ellipsisText = function ($elements, searchText) {
	_.each($elements,function(el) {
	    var $textEl = $(el).find(".j-text-ellipsis");
	    _.each($textEl, function(t){
	        highlineKeyword($(t),searchText)
	    })
	});
},
// 控制搜索关键字悬浮提示的显示
showSearchSuggest = function(text) {
	var suggestText = '搜索“'+text+'”';
	// 如果text不为空,则显示;否则隐藏
	if(text&&text.trim().length) {
		$searchSuggest.text(suggestText);
		$searchSuggest.show();
	} else {
		$searchSuggest.text('');
		$searchSuggest.hide();
	}
},
// 分页查询列表
searchByPaging = function (isAppend,fun) {
	$history.hide();
	$("#searchPut").blur();
	search_keyword = $searchbarInput.val();
	if(!$.trim(search_keyword)) {
		return ;
	}
	plus.nativeUI.showWaiting();
	var url = "/doctor/concern/getConcernPatients",
	 params = { page:page,pageSize:pagesize,patientName:search_keyword};
	getReqPromise(url,params, "GET").then(function(res){
 		if(res.status == 200) {
			if((page==0 && !res.data) || (page==0 && !res.data.length)) {
				$searchtResult.hide();
				$noResultWrap.show();
			} else {
				$noResultWrap.hide();
				$searchtResult.show();
				initPatientViewList(res.data,search_keyword,isAppend);
				if(res.data.length < pagesize){
					fun&&fun.call(this,true)
				}else{
					fun&&fun.call(this,false)
				}
			}
 		}else{
 			mui.toast("搜索失败");
 		}
 		plus.nativeUI.closeWaiting();
	}).catch(function(e) {
		plus.nativeUI.closeWaiting();
		console && console.error(e)
	})
},
// 绑定页面事件
bindEvents = function (){
	mui.init({
		pullRefresh : {
		    container:'#jumin_wrapper',
		    up : {
			    height:50,
			    contentinit: '',
				contentdown: '',
			    contentrefresh : "正在加载...",
			    contentnomore:'没有更多数据了',
			    callback: function() {
			    	var self = this;
			    	page++;
			    	searchByPaging(true,function(value){
			    		setTimeout(function(){
			    			self.endPullupToRefresh(value);
			    		},500)
			    	})
				}
		    }
		}
	})
	
	$('#his_scroll').css({
		'height':$(window).height()-158
	})
	mui('#his_scroll').scroll({
    	bounce: true, //是否启用回弹
   })
	
	$searchbarInput.on('input', function() {
		var text = $(this).val().trim();
		$searchtResult.hide();
		$('#no_result_wrap').hide();
		if(text.length > 0){
		    $("#searchAll").hide();
		    $history.hide();
		}else{
		    $("#searchAll").show();
		    $history.show();
		}
		showSearchSuggest(text);
	}).on('keydown',function(e) {
		if (e.which === 13) {
		    page = 0;
		    $searchSuggest.hide();
			searchByPaging(false);
			//保存历史数据20个
			saveHisData();
		}
	});
	
	$('#clear_his_data').on('tap', function(){
		plus.storage.removeItem("juminSearchHis"+docInfo.code);
		historyList();
		$history.hide();
	})
	
	$hisSearList.on('click','.his-list',function(){
		var $that = $(this);
		page = 0;
		$("#searchAll").hide();
	    $searchSuggest.hide();
	    $history.hide();
	    $searchbarInput.val($that.text())
		searchByPaging(false);
	})
	
	$('.lin-search-ipt a').on('tap', function(){
		plus.webview.currentWebview().hide();
		mui.later(function(){
			$('#search_result').hide();
			$('#no_result_wrap').hide();
			$('#searchPut').val("");
			$("#search_suggest_text").html("").hide();
			$("#searchPut").blur();
		}, 50)
	})
	
	$searchSuggest.on('click',function() {
	    page = 0;
		$searchSuggest.hide();
		searchByPaging(false);
		
		//保存历史数据20个
		saveHisData()
	});
	var acTiveId='activeId';//选中的ID
	$patiList.on('tap','li[data-patient-code]',function(e) {
		var code = $(this).attr("data-patient-code");
		var mobile = $(this).attr("data-patient-phone");
		var address = $(this).attr("data-patient-address");
		var isCheck = $(this).attr("check");
		var id = $(this).attr('id');
		if(id != acTiveId ){ //如果点击的不是之前选中的 
			$('#'+acTiveId).find('.checboxImg').find('img').attr('src','../images/checbox-false.png');	
			$('#'+acTiveId).removeAttr('id');
			$(this).find('.checboxImg').find('img').attr('src','../images/checbox-true.png');
			$(this).attr('check','yes');
			$(this).attr('id',acTiveId);
		}
		else {   //如果点击的是自己的话
			if(isCheck == 'no'){
				$(this).find('.checboxImg').find('img').attr('src','../images/checbox-true.png');
				$(this).attr('check','yes');
			}
			else {
				$(this).find('.checboxImg').find('img').attr('src','../images/checbox-false.png');
				$(this).attr('check','no');
				$(this).removeAttr('id',acTiveId);
			}
		}
	
		// if(baseEnv.webview.origin=="suifang") {//“随访”功能
		// 	if(baseEnv.webview.follow_type == 1){
	    //         openWebview("../../suifang/html/add_plan.html",{patientInfo: {code:code,mobile:mobile,address:address},chooseDate:baseEnv.webview.chooseDate});
	    //         return false;
	    //     }
	    //     if(baseEnv.webview.follow_type == 2){
	    //         openWebview("../../suifang/html/follow_way.html",{patientInfo: {code:code,mobile:mobile,address:address}});
	    //         return false;
	    //     }
		// }else{
		// 	openWebview("../../huanzhe/html/huanzhexinxi.html",{
		// 		patiCode: code
		// 	});
		// }
		return false;
	})
	
	$(".send_btn").on('tap', function(){
		var	patiCode =$('#'+acTiveId).attr('data-patient-code');
		if(!patiCode) {mui.toast("请选择居民再进行发送");return};
		dialog({
			content: "发出后无法变更,是否确认发送给居民?",
			okValue: "继续发送",
			ok: function(){
				var url = "doctor/health/guidance/add",
					params = {
						patient: patiCode,
						content: content,
						modelCode: modelCode,
						images: images
					};
					console.log(params)
				plus.nativeUI.showWaiting();
				sendPost(url, params, null, function(res){
					if (res.status == 200) {
						mui.toast("发送成功!");
						var main =plus.webview.getWebviewById('guidance_list');
						mui.fire(main,'refresh');
						var self = plus.webview.currentWebview(),
							opener = self.opener(),
							pre_opener = self.opener().opener();
						if(opener.id == "jkzd"){ //自己的模板详情
							if(pre_opener.id == "guidance_info"){
								mui.fire(pre_opener.opener(), "update");
								pre_opener.opener().show();
								mui.later(function(){
									pre_opener.close('none');
									opener.close('none');
									self.close('none');
								}, 300);
							}else{
								mui.fire(pre_opener, "update");
								pre_opener.show();
								mui.later(function(){
									opener.close('none');
									self.close('none');
								}, 300);
							}
						}else{ //系统模板详情
							var pre_pre_opener = pre_opener.opener();
							if(pre_pre_opener.id == "guidance_info"){
								mui.fire(pre_pre_opener.opener(), "update");
								pre_pre_opener.opener().show();
								mui.later(function(){
									pre_pre_opener.close('none');
									opener.close('none');
									pre_opener.close('none');
									self.close('none');
								}, 300);
							}else{
								mui.fire(pre_pre_opener, "update");
								pre_pre_opener.show();
								mui.later(function(){
									opener.close('none');
									pre_opener.close('none');
									self.close('none');
								}, 300);
							}
							
						}
					}else{
						mui.toast(res.msg)
					}
					plus.nativeUI.closeWaiting();
				}, 'POST', '', true);
			},
			cancelValue: "不了,谢谢",
			cancel: function(){}
		}).showModal();
	});
	function saveHisData(){
		//保存历史数据20个
		var value = $searchbarInput.val().trim();
		if(value){
			if(historyData.length>19){
				historyData.pop();
			}
			if(historyData.indexOf(value)>-1){
				historyData =  _.filter(historyData, function(o){ return o != value; });
			}
			historyData.unshift(value);
			var str = JSON.stringify(historyData)
			plus.storage.setItem("juminSearchHis"+docInfo.code,str);
			historyList();
		}
	}
	
	$searchCancelBtn.on('click',function() {
		mui.back()
	})
	
	//搜索全部居民的绑定事件
	$("#searchAll").on('click', function(){
	    openWebview("search_all.html");
	});
};
// 页面业务处理流程开始
new Promise(function(resolve, reject) {
	mui.plusReady(function() {
		resolve(true);
	})
}).then(function() {
	// 获取基础环境信息
	return getBaseEnvPromise().then(function(env) {
		baseEnv = env;
	}).then(function() {
		// 获取登录基本信息
		baseInfo = getBaseInfo();
		lastTeamId = plus.storage.getItem("selectedTeamId");
		self = plus.webview.currentWebview();
		content =self.content;
		modelCode =self.modelCode;
		images =self.images;
		$searchbar.searchBar();
//		openSoftKeyboard();
		$searchbarInput.focus();
		historyList();
		if(historyData.length){
			$history.show();
		}
		// 绑定页面事件
		bindEvents();
	})
}).catch(function(e) {
	plus.nativeUI.closeWaiting();
	console && console.error(e);
});

+ 21 - 0
html/hzzd/js/search-bar.js

@ -0,0 +1,21 @@
$.fn.searchBar = function() {
	var $input = this.find('input[type=search]'),
	$cancelBtn = this.find('a.searchbar-cancel'),
	$ele = this;
	$input.off('click.searchinput').on('click.searchinput',function() {
		$ele.addClass('searchbar-active');
		$cancelBtn.css({
			display: 'block',
			'margin-right': 0
		});
	});
	$cancelBtn.off('click.searchbtn').on('click.searchbtn',function() {
		$ele.removeClass('searchbar-active');
		$cancelBtn.css({
			'margin-right': (function(){
				return -$cancelBtn[0].offsetWidth + 'px'
			})()
		})
	});
}

+ 8 - 2
html/jkjy/css/xuanzejumin.css

@ -9,7 +9,7 @@
.lin-sel-group img{ width: 20px; margin: 10px; display: none; }
.lin-sel-group li.checked img{ display: inline; }
.lin-mask{ position: fixed; top: 45px; height: 100%; width: 100%; height: 100%; z-index: 10; display: none; background-color: rgba(0,0,0,0.5); }
.sel-group{ position: fixed; top: 45px; right: 10px; width: 163px; height: 193px; z-index: 11; background: url(../images/tanchuang_icon.png) no-repeat; background-size: 100% 100%; display: none; }
.sel-group{ position: fixed; top: 45px; right: 10px; width: 163px; height: 110px; z-index: 11; background: url(../images/tanchuang_icon.png) no-repeat; background-size: 100% 100%; display: none; }
.sel-group li{ height: 45px; line-height: 45px; font-size: 16px; color: #323232; border-bottom: 1px solid #f2f4f6; }
.sel-group li:first-child{ margin-top: 10px; }
.sel-group li:last-child{ border-bottom: none; }
@ -37,7 +37,13 @@
.xz-nav-one{ -webkit-box-flex:1; display: -webkit-box; -webkit-box-pack: center;}
.xz-nav-one div{height: 42px;line-height: 43px;border-bottom: solid 2px transparent;}
.xz-nav-one.active div{border-bottom-color:#17B3EC;color: #17B3EC;}
.load-more {background-color: #FFF; text-align: center;height:40px;line-height: 40px; font-size: 14px;color: #909090;}
.load-more {background-color: #FFF;
text-align: center;
height: 50px;
line-height: 50px;
font-size: 14px;
color: #909090;
padding-top: 10px;}
.n-list > li:first-child, .n-list > .n-list-li:first-child{border-top: solid 1px #f1f1f1;}
.n-list.no-bt > li:first-child, .n-list.no-bt > .n-list-li:first-child{border-top:none;}
.n-list.no-bt{border-bottom: solid 1px #dcdcdc;}

+ 3 - 1
html/jkjy/html/xuanzejumin_more.html

@ -21,7 +21,9 @@
	    <div class="h45">
            <div class="demo-comtop">
                <a class="mui-action-back"></a>
                <h1><span id="selected_team_name"></span>签约居民<label class="lin-down-arrow"></label></h1>
                <h1><span id="selected_team_name">选择居民</span>
                	<!--<label class="lin-down-arrow"></label>-->
                </h1>
                <div class="header-link">
                    <a id="sort" class="link">排列</a>
                </div>

+ 5 - 0
html/jkjy/js/article-list.js

@ -450,3 +450,8 @@ function backToManbingPage(wv, selfId){
        backToManbingPage(opener, selfId);
    }
}
//设置页面监听
window.addEventListener("refresh", function(){
	 getArticleList(true);
});

+ 26 - 26
html/jkjy/js/xuanzejumin_more.js

@ -19,7 +19,7 @@ var lastTeamId,
	tagTitle = 1,//头部切换
	search_keyword='',//搜索关键字
    activeGroupType = "",
    typeId = 1, //记录排列的值
    typeId = 4, //记录排列的值
    sendCount = 0, //记录发送的数量
    historyData=[],//历史数据
	historyStr,
@ -86,11 +86,11 @@ initTeams = function (){
	if(!lastTeamId && baseInfo.teamInfo.data && baseInfo.teamInfo.data.length) {
		updateLastTeamId(baseInfo.teamInfo.data[0].id);
		$selectedTeamName.text(baseInfo.teamInfo.data[0].name);
//		$selectedTeamName.text(baseInfo.teamInfo.data[0].name);
		$('.lin-sel-group li').eq(0).addClass("checked");
	} else {
		var $selected = $('.lin-sel-group').find("li.checked");
		$selectedTeamName.text($selected.attr("data-name"));
//		$selectedTeamName.text($selected.attr("data-name"));
	}
    
    if(typeId){
@ -456,29 +456,6 @@ bindEvents = function () {
			isEmpty = !$(this).find('ul.n-list li').length;
		code && !isOpen && isEmpty && initPatientListByGroup(code);		
	})
	$patiList.on('click','li[data-patient-code]',function(e) {
		e.stopPropagation();
		var that = $(this)
		if(that.hasClass('checked')){
			that.find('.check-img').attr('src','../images/unchecked.png');
			that.removeClass('checked')
			if(tagTitle == 2){removeSelectLi(that);}
			$sendCount.text(sendCount);
			checkIsSelect()
		}else{
			if(sendCount == 200){
				mui.toast('选择居民不能超过200个')
				return
			}else{
				that.find('.check-img').attr('src','../images/checked_all.png');
				that.addClass('checked')
				if(tagTitle == 2){addSelectLi(that);}
				$sendCount.text(sendCount);
				checkIsSelect()
			}
		}
		return false;
	})
	//加载更多
	$patiList.on('click','.load-more',function(e) {
		e.stopPropagation();
@ -503,6 +480,29 @@ bindEvents = function () {
			}).catch(function(e){ console && console.error(e); plus.nativeUI.closeWaiting(); });
		return false;	
	})
	$patiList.on('click','li[data-patient-code]',function(e) {
		e.stopPropagation();
		var that = $(this)
		if(that.hasClass('checked')){
			that.find('.check-img').attr('src','../images/unchecked.png');
			that.removeClass('checked')
			if(tagTitle == 2){removeSelectLi(that);}
			$sendCount.text(sendCount);
			checkIsSelect()
		}else{
			if(sendCount == 200){
				mui.toast('选择居民不能超过200个')
				return
			}else{
				that.find('.check-img').attr('src','../images/checked_all.png');
				that.addClass('checked')
				if(tagTitle == 2){addSelectLi(that);}
				$sendCount.text(sendCount);
				checkIsSelect()
			}
		}
		return false;
	})
	//搜索功能
	$searchBtn.on('click',function(){
		historyList()

+ 1 - 1
html/message/js/chatRoom.js

@ -1072,7 +1072,7 @@ $logOper.on('touchstart', '.zdmb', function(){
        content: "是否确认将内容添加到指导模板?",
        okValue: "立即添加",
        ok: function(){
    		openWebview('../../hzzd/html/edit_guidance.html',{action: "add",reference: 'mine', pageid:self.id, msg: imMsg});
    		openWebview('../../hzzd/html/edit_guidance.html',{action: "add",reference: 'zuyuanziliao', pageid:self.id, msg: imMsg});
        },
        cancelValue: "不了,谢谢",
        cancel: function(){}

+ 4 - 1
html/mine/html/zuyuanziliao.html

@ -40,7 +40,10 @@
				
				<div style="display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; -webkit-box-flex: 1; padding: 10px 0px;">
					<div style="-webkit-box-flex: 1;display: -webkit-box;-webkit-box-align: center;-webkit-box-orient: horizontal;">
						{{name}}<label style="color: #909090; margin-left: 10px;">({{jobName}})</label>
						{{name}}
						{{if jobName}}
						<label style="color: #909090; margin-left: 10px;">({{jobName}})</label>
						{{/if}}
						{{if sex>0}}<img style="width: 20px;margin-top: 2px;margin-left: 5px;" src="{{if sex==1}}../images/man.png{{else}}../images/woman.png{{/if}}" />{{/if}}
					</div>
					

+ 1 - 1
html/tuandui/css/gongzuobaogao.css

@ -83,7 +83,7 @@
	height: 80px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 25px;
	margin-left: 20px;
	padding-top: 3px;
}

+ 3 - 3
html/tuandui/html/gongzuobaogao.html

@ -39,7 +39,7 @@
			<li class="gzbg-con">
				<img src="../images/qy.png" alt="" />
				<ul class="ztqk-list">
					<li>关注人: <span id="qyrs" class="ztqk-font"></span></li>
					<li>关注人数: <span id="qyrs" class="ztqk-font"></span></li>
					<li>服务人次: <span id="fwrs" class="ztqk-font"></span></li>
					<li>平均医生评分: <span id="pjmyd" class="ztqk-font pjmyd-con"></span></li>
				</ul>
@ -78,7 +78,7 @@
		</ul>
		
		<!--机构内服务排行-->
		<ul class="gzbg-echarts" style="overflow: hidden;">
		<!--<ul class="gzbg-echarts" style="overflow: hidden;">
			<li class="gzbg-tit"><i class="gzbg-icon jg-icon"></i><span>机构内服务排行</span></li>
			<li class="gzbg-con">
				<ul class="jgnph">
@ -92,7 +92,7 @@
					<li></li>
				</ul>
			</li>
		</ul>
		</ul>-->
		
		<!--长处方统计-->
		<!--<ul class="gzbg-echarts" style="overflow: hidden;">

+ 1 - 1
html/tuandui/html/searchdoctor.html

@ -60,7 +60,7 @@
				</div>
				<div class="n-list-info">
					<h4 class="c-nowrap c-f16 mt5">{{value.name}}
						<em class="mb-em">({{value.deptName}} {{value.jobName}}岁 )</em>
						<em class="mb-em">({{value.deptName}} {{value.jobName}} )</em>
					</h4>
				</div>
			</li>

Datei-Diff unterdrückt, da er zu groß ist
+ 62 - 61
html/tuandui/js/gongzuobaogao.js


+ 8 - 2
js/common_http.js

@ -27,6 +27,9 @@ if(publish_version == true) {
	//图片文件的服务器路径
    var imgUrlDomain = "http://srijk.yihu.com/";
    templateServer = "";
    
    // 健康档案(上饶)服务地址
    profileServer = "http://ehr.yihu.com"
} else {
	appId = "wxd03f859efdf0873d";
	// OCR小温测试地址
@ -34,8 +37,8 @@ if(publish_version == true) {
	templateServer = "http://172.19.103.73:8080/app-ehr/html/mytemplate/html/visit-record-list.html";
	
	//接口服务器
	server = "http://172.19.103.72:9096/wlyy/";
    server = "http://192.168.131.24:8082/";//仕杰
	server = "http://172.19.103.72:9096/csijk/";
    // server = "http://192.168.131.24:8082/";//仕杰
//	server = "http://192.168.131.250:8081/";//伟达
//  server = "http://192.168.131.133:8080/";//文杰
//  server = "http://192.168.131.131:8080/";//文彬
@ -45,6 +48,9 @@ if(publish_version == true) {
	healthProfileServer = server;
    //图片文件的服务器路径
    var imgUrlDomain = "http://172.19.103.54/";
    
    // 健康档案(上饶)服务地址
    profileServer = "http://ehr.yihu.com"
}
function showErrorPage (msg) {

+ 5 - 5
js/im.client.js

@ -1,5 +1,5 @@
// 服务器
var publish_version = true;
var publish_version = false;
/**
 * IM客户端SDK。此SDK可以连接开发、测试或生产环境,根据需要配置环境参数以连接到不同的服务器。
@ -34,10 +34,10 @@ if(publish_version){
    imServer = "http://58.22.123.195:3000/api/v2";
    socketUrl = "http://58.22.123.195:3000";
}else{
    imServer = "http://172.19.103.72:3000/api/v2";
    socketUrl = "http://172.19.103.72:3000";
//  imServer = "http://192.168.131.24:3000/api/v2";
//  socketUrl = "http://192.168.131.24:3000";
//  imServer = "http://172.19.103.72:3000/api/v2";
//  socketUrl = "http://172.19.103.72:3000";
    socketUrl = "http://192.168.131.24:3000";
    imServer = "http://192.168.131.24:3000/api/v2";
}

+ 1 - 1
js/im_new.js

@ -10,7 +10,7 @@ var servers = {
	dev: "http://27.154.233.186:3000",
    demo: "http://ehr.yihu.com",
    //prod: "http://120.41.253.95:3000"
    prod:"http://27.155.101.77:3000"
    prod:"http://192.168.131.24:3000"
};
// REST接口相对路径

+ 241 - 89
unpackage/.confirmed_dependencies

@ -5,7 +5,8 @@
			"js/mui.min.js",
			"css/mui.min.css",
			"js/common_http.js"
		]
		],
		"refer": []
	},
	"index.html": {
		"resources": [
@ -116,7 +117,8 @@
			"html/mine/html/gongzuoshezhi.html",
			"html/home/html/relogin.html",
			"html/mine/html/manyidu.html",
			"html/mine/html/erweima.html"
			"html/mine/html/erweima.html",
			"html/mine/html/homepage.html"
		]
	},
	"html/home/html/main.html": {
@ -385,7 +387,10 @@
			"html/mine/html/dailijiandang.html",
			"html/tuandui/html/gongzuobaogao.html",
			"html/xtfw/html/xietongfuwu-management.html",
			"html/mbgl/html/manbingguanli.html"
			"html/mbgl/html/manbingguanli.html",
			"html/qygl/html/follow_manage.html",
			"html/jkjy/html/article-store.html",
			"html/hzzd/html/guidance_list.html"
		]
	},
	"html/mine/html/dailiqianyue.html": {
@ -428,7 +433,8 @@
			"html/home/css/contacts.css",
			"html/home/js/base.js",
			"js/rtcsdk.js"
		]
		],
		"refer": []
	},
	"html/ggzx/html/gonggongzixun.html": {
		"resources": [
@ -487,7 +493,8 @@
			"html/js/common.js",
			"html/xiaoxi/images/checked_blue.png",
			"common/cross/images/logo_dibu_img.png",
			"html/prescription/html/xufangzixun.html"
			"html/prescription/html/xufangzixun.html",
			"html/zdzx/html/zhidingzixun.html"
		],
		"refer": [
			"html/ggzx/html/gonggongzixun.html",
@ -598,7 +605,8 @@
			"html/jkjl/html/health-record.html",
			"html/hzzd/html/guidance_list.html",
			"html/suifang/html/choose_suifang.html",
			"html/suifang/html/suifang_list.html"
			"html/suifang/html/suifang_list.html",
			"html/jkjy/html/article-store.html"
		]
	},
	"html/jkjy/html/my_store.html": {
@ -758,7 +766,8 @@
			"html/mine/html/zuyuanziliao.html",
			"html/tuandui/html/zyjm-layer.html",
			"html/search/html/zhuanyijumin.html",
			"html/tuandui/html/gongzuobaogao.html"
			"html/tuandui/html/gongzuobaogao.html",
			"html/tuandui/html/searchdoctor.html"
		]
	},
	"html/tuandui/html/search.html": {
@ -782,7 +791,8 @@
			"js/template.js",
			"js/im.client.js",
			"common/cross/images/logo_dibu_img.png"
		]
		],
		"refer": []
	},
	"html/jkjy/html/article.html": {
		"resources": [
@ -822,12 +832,14 @@
			"js/common_http.js",
			"js/template.js",
			"common/cross/images/logo_dibu_img.png"
		]
		],
		"refer": []
	},
	"html/jkjy/html/search_jumin.html": {
		"resources": [
			"html/jkjy/js/search_jumin.js"
		]
		],
		"refer": []
	},
	"html/jkjy/html/search_article.html": {
		"resources": [
@ -924,7 +936,8 @@
			"js/underscore.js",
			"js/es6-promise.js",
			"common/css/jy-style.css"
		]
		],
		"refer": []
	},
	"html/home/html/xiaoxipage.html": {
		"resources": [
@ -966,7 +979,8 @@
			"html/message/html/xitongxiaoxi.html",
			"html/prescription/html/xufangxiaoxi.html",
			"html/xtfw/html/xietongfuwu-message.html",
			"html/login/html/login.html"
			"html/login/html/login.html",
			"html/qygl/html/concern-message.html"
		]
	},
	"html/home/html/jumingim.html": {
@ -1249,7 +1263,8 @@
			"js/jquery/2.1.3/jquery.js",
			"js/common_http.js",
			"common/cross/images/logo_dibu_img.png"
		]
		],
		"refer": []
	},
	"html/huanzhe/html/huanzeziliao.html": {
		"resources": [
@ -1269,7 +1284,8 @@
			"js/template.js",
			"js/common_http.js",
			"html/huanzhe/js/huanzeziliao.js"
		]
		],
		"refer": []
	},
	"html/wdyy/html/huanzhe.html": {
		"resources": [
@ -1462,7 +1478,9 @@
			"html/message/images/youshanjiao_bg.png"
		],
		"refer": [
			"html/huanzhe/html/huanzhexinxi.html"
			"html/huanzhe/html/huanzhexinxi.html",
			"html/mine/html/zuyuanziliao.html",
			"html/hzzd/html/edit_guidance.html"
		]
	},
	"html/wdyy/html/my-appointment.html": {
@ -1473,7 +1491,8 @@
			"html/wdyy/css/my-appointment.css",
			"js/security.js",
			"images/shujuweikong_img.png"
		]
		],
		"refer": []
	},
	"html/qygl/html/qianyuexiaoxi.html": {
		"resources": [
@ -1523,13 +1542,15 @@
			"js/mui.min.js",
			"js/jquery/2.1.3/jquery.js",
			"js/common_http.js"
		]
		],
		"refer": []
	},
	"html/hzzd/html/xinzengzhidao.html": {
		"resources": [
			"js/upload_preview.js",
			"html/hzzd/iconfont/iconfont.css"
		]
		],
		"refer": []
	},
	"html/huanzhe/html/disease-label.html": {
		"resources": [
@ -1629,7 +1650,8 @@
		"resources": [
			"html/home/images/fanhui.png",
			"html/home/js/sousuoqianyuejumin.js"
		]
		],
		"refer": []
	},
	"html/huanzhe/html/jianchajianyan.html": {
		"resources": [
@ -1722,7 +1744,8 @@
			"js/security.js",
			"html/mygl/js/faqizixun.js",
			"js/upload_preview.js"
		]
		],
		"refer": []
	},
	"html/mygl/html/zixun-xuanzeyisheng.html": {
		"resources": [
@ -1796,7 +1819,8 @@
			"js/jquery/2.1.3/jquery.js",
			"widget/mobiscroll/2.17.1/css/mobiscroll.css",
			"js/common_http.js"
		]
		],
		"refer": []
	},
	"html/message/html/p2dzixun.html": {
		"resources": [
@ -1910,12 +1934,14 @@
	"html/home/html/sousuosimpleliaotianjilu.html": {
		"resources": [
			"html/home/js/sousuosimpleliaotianjilu.js"
		]
		],
		"refer": []
	},
	"html/home/html/sousuosimpleliaotianjilu-ys.html": {
		"resources": [
			"html/home/js/sousuosimpleliaotianjilu-ys.js"
		]
		],
		"refer": []
	},
	"html/home/html/sousuojuminoryisheng.html": {
		"resources": [
@ -1983,18 +2009,21 @@
			"common/cross/css/cross.css",
			"js/common_http.js",
			"js/template.js"
		]
		],
		"refer": []
	},
	"html/browser/html/browser.html": {
		"resources": [
			"common/images/close.png"
		]
		],
		"refer": []
	},
	"html/mine/html/clip_photo.html": {
		"resources": [
			"html/mine/images/fangda_icon.png",
			"html/mine/images/suoxiao_icon.png"
		]
		],
		"refer": []
	},
	"html/qzys/html/select_quanke.html": {
		"resources": [
@ -2042,7 +2071,8 @@
			"html/tuandui/css/tuandui.css",
			"common/iconfont/iconfont.css",
			"html/tuandui/css/tuanduishezhi.css"
		]
		],
		"refer": []
	},
	"html/wdyy/html/doctor-appointment.html": {
		"resources": [
@ -2079,7 +2109,8 @@
		"resources": [
			"html/wdyy/css/detail-appointment.css",
			"html/wdyy/js/detail-appointment.js"
		]
		],
		"refer": []
	},
	"html/mine/html/dailiqianyue-next.html": {
		"resources": [
@ -2120,7 +2151,8 @@
			"html/mine/css/yy-style.css",
			"common/cross/css/cross.css",
			"js/common_http.js"
		]
		],
		"refer": []
	},
	"html/hzzd/html/guidance_list.html": {
		"resources": [
@ -2199,7 +2231,8 @@
			"js/mui.min.js",
			"js/jquery/2.1.3/jquery.js",
			"widget/mobiscroll/2.17.1/css/mobiscroll.css"
		]
		],
		"refer": []
	},
	"html/mine/html/modify.html": {
		"resources": [
@ -2209,7 +2242,8 @@
			"fonts/mui.ttf",
			"common/css/doc-style.css",
			"css/mui.min.css"
		]
		],
		"refer": []
	},
	"html/mine/html/zuyuanziliao.html": {
		"resources": [
@ -2219,7 +2253,8 @@
			"html/mine/images/woman.png"
		],
		"refer": [
			"html/tuandui/html/qianyuejumin.html"
			"html/tuandui/html/qianyuejumin.html",
			"html/message/html/p2p.html"
		]
	},
	"html/huanzhe/html/jiatingchengyuan.html": {
@ -2240,7 +2275,8 @@
			"js/mui.js",
			"js/common_http.js",
			"js/template.js"
		]
		],
		"refer": []
	},
	"html/observer/html/district.html": {
		"resources": [
@ -2279,7 +2315,8 @@
	"html/ggzx/html/ggzx-zhuanxiehuida.html": {
		"resources": [
			"js/upload_preview.js"
		]
		],
		"refer": []
	},
	"html/hzzd/html/guidance_info.html": {
		"resources": [
@ -2294,7 +2331,8 @@
			"js/template.js",
			"js/common_http.js",
			"common/cross/images/logo_dibu_img.png"
		]
		],
		"refer": []
	},
	"html/kjhf/html/list.html": {
		"resources": [
@ -2543,7 +2581,8 @@
			"images/d-male.png",
			"widget/artDialog/6.0.5/js/dialog-plus.min.js",
			"widget/artDialog/6.0.5/css/ui-dialog.min.css"
		]
		],
		"refer": []
	},
	"html/home/html/fzxz-jumingim.html": {
		"resources": [
@ -2735,7 +2774,8 @@
			"html/huanzhe/images/img/i-doc-info.png",
			"html/huanzhe/images/img/i-pha-info.png",
			"html/huanzhe/template/0211.html"
		]
		],
		"refer": []
	},
	"html/mine/html/shenfenyanzheng.html": {
		"resources": [
@ -2831,7 +2871,8 @@
			"html/huanzhe/template/0121.html",
			"html/huanzhe/images/img/Rp.png",
			"html/huanzhe/template/0221.html"
		]
		],
		"refer": []
	},
	"html/xiaoxi/html/yichangjilu.html": {
		"resources": [
@ -2882,7 +2923,8 @@
			"html/huanzhe/images/jiankangqingkuang_icon.png",
			"html/huanzhe/images/jibingleixing_icon.png",
			"html/huanzhe/images/zidingyibiaoqian_icon.png"
		]
		],
		"refer": []
	},
	"html/jkjl/html/health-record.html": {
		"resources": [
@ -2953,7 +2995,8 @@
			"js/common_http.js",
			"html/huanzhe/css/search-bar.css",
			"html/huanzhe/images/weiqianyue_icon.png"
		]
		],
		"refer": []
	},
	"html/huanzhe/html/jiankangtijianxiangqing.html": {
		"resources": [
@ -2963,14 +3006,16 @@
			"html/huanzhe/js/elastic-columns.js",
			"html/huanzhe/images/jiankangxiangqing_icon.png",
			"html/huanzhe/images/shou02_icon.png"
		]
		],
		"refer": []
	},
	"html/mine/html/about.html": {
		"resources": [
			"html/mine/images/about.png",
			"html/mine/css/about.css",
			"html/mine/images/settings/icon6.png"
		]
		],
		"refer": []
	},
	"html/mine/html/feedback.html": {
		"resources": [
@ -2994,7 +3039,8 @@
			"widget/artDialog/6.0.5/js/dialog-plus.min.js",
			"widget/artDialog/6.0.5/css/ui-dialog.min.css",
			"html/mine/images/delete_icon.png"
		]
		],
		"refer": []
	},
	"html/mine/html/clip_photo2.html": {
		"resources": [
@ -3011,7 +3057,8 @@
			"js/mui.min.js",
			"js/jquery/2.1.3/jquery.js",
			"js/common_http.js"
		]
		],
		"refer": []
	},
	"html/hzzd/html/edit_guidance.html": {
		"resources": [
@ -3034,6 +3081,9 @@
			"common/cross/css/ui.all.css",
			"html/hzzd/images/delete_icon.png",
			"common/cross/images/logo_dibu_img.png"
		],
		"refer": [
			"html/hzzd/html/preview_detail.html"
		]
	},
	"html/mine/html/account_back.html": {
@ -3057,7 +3107,8 @@
			"js/common_http.js",
			"html/mine/js/account_back.js",
			"html/mine/images/delete_icon.png"
		]
		],
		"refer": []
	},
	"html/message/html/xitongxiaoxi.html": {
		"resources": [
@ -3065,7 +3116,8 @@
			"html/message/css/xitongxiaoxi.css",
			"images/shujuweikong_img.png",
			"images/new_icon.png"
		]
		],
		"refer": []
	},
	"html/suifang/html/index.html": {
		"resources": [
@ -3180,23 +3232,27 @@
			"html/manager/images/jiaofeiqingk_icon.png",
			"html/manager/js/analysis2.js",
			"html/manager/images/fuwufenbu_icon.png"
		]
		],
		"refer": []
	},
	"html/manager/html/shaixuan.html": {
		"resources": [
			"js/es6-promise.js"
		]
		],
		"refer": []
	},
	"html/manager/html/tuigaiqian.html": {
		"resources": [
			"html/manager/js/tuigaiqian.js"
		]
		],
		"refer": []
	},
	"html/manager/html/lianglvfenxi-sheguan.html": {
		"resources": [
			"html/manager/images/gaoweirenqun.png",
			"html/manager/images/snashi_icon.png"
		]
		],
		"refer": []
	},
	"html/jkjy/html/fasongjilu.html": {
		"resources": [
@ -3211,7 +3267,8 @@
		"resources": [
			"html/jkjy/css/jiluxiangqing.css",
			"html/jkjy/js/jiluxiangqing.js"
		]
		],
		"refer": []
	},
	"html/suifang/html/add_plan.html": {
		"resources": [
@ -3354,7 +3411,8 @@
			"js/jquery/2.1.3/jquery.js",
			"js/common_http.js",
			"js/template.js"
		]
		],
		"refer": []
	},
	"html/suifang/html/drugs.html": {
		"resources": [
@ -3394,7 +3452,8 @@
	},
	"html/hzzd/html/guidance_detail.html": {
		"refer": [
			"html/hzzd/html/edit_guidance.html"
			"html/hzzd/html/edit_guidance.html",
			"html/hzzd/html/guidance_huanzhe.html"
		],
		"resources": [
			"widget/artDialog/6.0.5/js/dialog-plus.min.js",
@ -3418,13 +3477,15 @@
			"html/suifang/css/edu_history.css",
			"fonts/mui.ttf",
			"html/suifang/images/checked_all.png"
		]
		],
		"refer": []
	},
	"html/huanzhe/html/fuwutongji.html": {
		"resources": [
			"html/huanzhe/js/fuwutongji.js",
			"html/huanzhe/css/fuwutongji.css"
		]
		],
		"refer": []
	},
	"html/huanzhe/html/searchhuanzhe2.html": {
		"resources": [
@ -3441,7 +3502,8 @@
			"js/iscroll-pull-up-down.js",
			"html/huanzhe/css/search-bar.css",
			"html/js/l-scroll.js"
		]
		],
		"refer": []
	},
	"html/jkjl/html/xuetang-view.html": {
		"resources": [
@ -3473,12 +3535,14 @@
			"widget/echarts/echarts.js",
			"js/common_http.js",
			"html/jkjl/images/icon_shijian.png"
		]
		],
		"refer": []
	},
	"html/jkjl/html/xueya-view.html": {
		"resources": [
			"html/jkjl/js/xueya-view.js"
		]
		],
		"refer": []
	},
	"html/suifang/html/follow_way.html": {
		"resources": [
@ -3521,7 +3585,8 @@
		],
		"refer": [
			"html/huanzhe/html/searchhuanzhe.html",
			"html/huanzhe/html/huanzhexinxi.html"
			"html/huanzhe/html/huanzhexinxi.html",
			"html/huanzhe/html/biaoqianguanli.html"
		]
	},
	"html/suifang/html/edu_history.html": {
@ -3529,7 +3594,8 @@
			"html/suifang/js/edu_history.js",
			"html/suifang/css/edu_history.css",
			"html/suifang/images/checked_all.png"
		]
		],
		"refer": []
	},
	"html/survey/html/survey_list.html": {
		"resources": [
@ -3553,7 +3619,8 @@
	"html/survey/html/template_info.html": {
		"refer": [
			"html/survey/html/survey_detail.html"
		]
		],
		"resources": []
	},
	"html/survey/html/new_summary.html": {
		"resources": [
@ -3567,7 +3634,8 @@
	"html/survey/html/survey_detail.html": {
		"refer": [
			"html/survey/html/new_summary.html"
		]
		],
		"resources": []
	},
	"html/survey/html/preview.html": {
		"resources": [
@ -3580,12 +3648,14 @@
	"html/survey/html/choose_respondent.html": {
		"refer": [
			"html/survey/html/new_confirm.html"
		]
		],
		"resources": []
	},
	"html/survey/html/new_confirm.html": {
		"resources": [
			"html/survey/js/new_confirm.js"
		]
		],
		"refer": []
	},
	"html/hzzd/html/sys_guidance_list.html": {
		"resources": [
@ -3664,7 +3734,8 @@
			"widget/echarts/2.2.7/js/echarts-all.js",
			"html/manager/css/manager.css",
			"html/manager/css/animate.css"
		]
		],
		"refer": []
	},
	"html/manager/html/xuqiantongji.html": {
		"resources": [
@ -3719,7 +3790,8 @@
			"js/jquery/2.1.3/jquery.js",
			"js/iscroll-pull-up-down.js",
			"js/common_http.js"
		]
		],
		"refer": []
	},
	"html/manager/html/xq-shaixuan.html": {
		"resources": [
@ -3736,7 +3808,8 @@
			"js/jquery/2.1.3/jquery.js",
			"js/iscroll-pull-up-down.js",
			"js/common_http.js"
		]
		],
		"refer": []
	},
	"html/observer/html/search_doctor.html": {
		"resources": [
@ -3886,7 +3959,8 @@
			"js/es6-promise.js",
			"css/mui.min.css",
			"js/common_http.js"
		]
		],
		"refer": []
	},
	"html/suifang/html/suifang_list.html": {
		"resources": [
@ -3913,7 +3987,8 @@
			"html/huanzhe/css/base.css",
			"html/suifang/css/drugs.css",
			"html/suifang/images/RP_icon.png"
		]
		],
		"refer": []
	},
	"html/suifang/html/history_medication.html": {
		"resources": [
@ -3962,7 +4037,8 @@
			"images/sousuo_icon.png",
			"images/shujuweikong_img.png",
			"html/suifang/css/add-drug.css"
		]
		],
		"refer": []
	},
	"html/prescription/html/xufangguanli.html": {
		"resources": [
@ -4081,58 +4157,68 @@
			"common/cross/css/cross.css",
			"common/cross/images/logo_dibu_img.png",
			"html/suifang/images/backspace.png"
		]
		],
		"refer": []
	},
	"html/prescription/html/xufangxiaoxi.html": {
		"refer": [
			"html/message/html/xufangzixun.html",
			"html/error/html/error.html",
			"html/login/html/login.html"
		]
		],
		"resources": []
	},
	"html/message/html/wenjuan.html": {
		"refer": [
			"html/message/html/questionaires.html"
		]
		],
		"resources": []
	},
	"html/prescription/html/change-chufang2.html": {
		"refer": [
			"html/prescription/html/linchuangzhenduan.html"
		]
		],
		"resources": []
	},
	"html/mine/html/worktime.html": {
		"refer": [
			"html/mine/html/gongzuoshezhi.html"
		]
		],
		"resources": []
	},
	"html/xtfw/html/xietongfuwu-management.html": {
		"refer": [
			"html/xtfw/html/xietongfuwu-search.html",
			"html/xtfw/html/xietongfuwu-detail.html"
		]
		],
		"resources": []
	},
	"html/xtfw/html/xietongfuwu-search.html": {
		"refer": [
			"html/xtfw/html/xietongfuwu-detail.html"
		]
		],
		"resources": []
	},
	"html/xtfw/html/xietongfuwu-detail.html": {
		"refer": [
			"html/wdyy/html/appointment-register.html",
			"html/xtfw/html/xietongfuwu-deal.html"
		]
		],
		"resources": []
	},
	"html/xtfw/html/xietongfuwu-yy.html": {
		"refer": [
			"html/xtfw/html/xietongfuwu-deal.html",
			"html/error/html/error.html"
		]
		],
		"resources": []
	},
	"html/xtfw/html/xietongfuwu-message.html": {
		"refer": [
			"html/error/html/error.html",
			"html/xtfw/html/xietongfuwu-detail.html"
		]
		],
		"resources": []
	},
	"html/home/html/jianjiaotuisong.html": {
		"refer": [
@ -4140,55 +4226,121 @@
			"html/home/html/jianjiaotuisong-xiangqing.html",
			"html/home/html/tuisong_duixiang.html",
			"html/home/html/jianjiaotuisong-yituisong.html"
		]
		],
		"resources": []
	},
	"html/home/html/jianjiaotuisong-xiangqing.html": {
		"refer": [
			"html/home/html/tuisong_duixiang.html"
		]
		],
		"resources": []
	},
	"html/mbgl/html/manbingguanli.html": {
		"refer": [
			"html/mbgl/html/manbingjumin.html",
			"html/mbgl/html/yujingshezhi.html",
			"html/mbgl/html/jc-xuanzejumin.html"
		]
		],
		"resources": []
	},
	"html/mbgl/html/manbingjumin.html": {
		"refer": [
			"html/mbgl/html/juminsousuo.html",
			"html/huanzhe/html/huanzhexinxi.html"
		]
		],
		"resources": []
	},
	"html/mbgl/html/jc-xuanzefangan.html": {
		"refer": [
			"html/mbgl/html/jc-addxuetang.html"
		]
		],
		"resources": []
	},
	"html/mbgl/html/jc-xuanzejumin.html": {
		"refer": [
			"html/mbgl/html/jc-xuanzefangan.html"
		]
		],
		"resources": []
	},
	"html/tuandui/html/tuanduisuifangxiangqing.html": {
		"refer": [
			"html/tuandui/html/gerensuifangxiangqing.html"
		]
		],
		"resources": []
	},
	"html/tuandui/html/gongzuobaogao.html": {
		"refer": [
			"html/tuandui/html/tuanduisuifangxiangqing.html"
		]
		],
		"resources": []
	},
	"html/manager/html/prescription-analysis.html": {
		"refer": [
			"html/manager/html/prescription-shaixuan.html"
		]
		],
		"resources": []
	},
	"html/qygl/html/patient-manage.html": {
		"refer": [
			"html/huanzhe/html/huanzhexinxi.html",
			"html/qygl/html/xieyishu.html"
		],
		"resources": []
	},
	"html/tuandui/html/searchdoctor.html": {
		"refer": [
			"html/huanzhe/html/huanzhexinxi.html",
			"html/mine/html/zuyuanziliao.html"
		],
		"resources": []
	},
	"html/qygl/html/follow_manage.html": {
		"refer": [
			"html/qygl/html/guanzhuxinxi.html",
			"html/error/html/error.html"
		],
		"resources": []
	},
	"html/jkjy/html/article-store.html": {
		"resources": [
			"html/jkjy/html/article-list.html"
		],
		"refer": [
			"html/jkjy/html/article-list.html",
			"html/jkjy/html/article-sent.html",
			"html/jkjy/html/search_article.html",
			"html/jkjy/html/my-store2.html"
		]
	},
	"html/jkjy/html/article-list.html": {
		"refer": [
			"html/jkjy/html/xuanzejumin_more.html",
			"html/jkjy/html/article-info.html"
		]
	},
	"html/jkjy/html/xuanzejumin_more.html": {
		"refer": [
			"html/error/html/error.html"
		]
	},
	"html/huanzhe/html/biaoqianguanli.html": {
		"refer": [
			"html/huanzhe/html/tianjiabiaoqian.html"
		]
	},
	"html/huanzhe/html/tianjiabiaoqian.html": {
		"refer": [
			"html/huanzhe/html/bq-xinzengchengyuan.html"
		]
	},
	"html/jkjy/html/article-sent.html": {
		"refer": [
			"html/jkjy/html/article-info.html"
		]
	},
	"html/mine/html/homepage.html": {
		"refer": [
			"html/mine/html/edit_mobilephone.html"
		]
	}
}