فهرست منبع

添加健康档案链接

yezehua 6 سال پیش
والد
کامیت
3b8489202b
2فایلهای تغییر یافته به همراه28 افزوده شده و 13 حذف شده
  1. 9 13
      html/huanzhe/html/huanzhexinxi.html
  2. 19 0
      html/huanzhe/js/huanzhexinxi.js

+ 9 - 13
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>

+ 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
	})
})
//健康体检