Browse Source

新增检验检查报告列表和详情页
充值页面增加tab切换门诊、住院

chenyue 5 years ago
parent
commit
9a4daa245b

+ 1 - 1
html/grzx/html/my-detail.html

@ -78,7 +78,7 @@
						<img src="../images/houzhenchaxuan_icon.png" width="20" height="20" class="" />
					</div>
					<div class="c-list-info">
						<span class="c-f17 c-333">候诊查询</span>
						<span class="c-f17 c-333">候诊排队</span>
						<img src="../images/tiaozhuan_icon.png" width="7" height="14" class="mr15 fr mt5" />
					</div>
				</li>

+ 22 - 0
html/informationSearch/css/index.css

@ -7,6 +7,9 @@
.c-ff5e6c{
	color: #ff5e6c;	
}
.c-4DCD70{
	color: #4DCD70;	
}
.c-f25{
	font-size: 25px;
}
@ -23,6 +26,10 @@
.pb25{
	padding-bottom: 25px;
}
.ptb8{
	padding-top: 8px;
	padding-bottom: 8px;
}
.c-95{
	width: 92%;
}
@ -104,6 +111,13 @@
	/*padding-left: 10px;*/
}
.date-icon{
	float: right;
	width: 20px;
	height: 20px;
	margin-top: 3px;
}
.jiuzhen{
	
}
@ -181,3 +195,11 @@
}
/*候诊查询*/
.mbsc-ios .dwb-s .dwb,.mbsc-ios .dwb-n{
	color: #17b3ec;
}
.ellipsis{
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}

+ 222 - 0
html/informationSearch/html/reportInfo.html

@ -0,0 +1,222 @@
<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8">		
        <meta name="format-detection" content="telephone=no"/>
        <meta name="viewport"
              content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
        <meta name="apple-mobile-web-app-capable" content="yes"/>
        <meta name="apple-mobile-web-app-status-bar-style" content="black"/>
		<title>检验检查报告详情</title>
		<meta name="keywords" content="">
		<meta name="description" content="">
		<link rel="shortcut icon" href="../../../favicon.ico">
		<link rel="stylesheet" type="text/css" href="../../../css/mui.min.css"/>
		<link rel="stylesheet" type="text/css" href="../../../css/cross.css" />
		<link rel="stylesheet" type="text/css" href="../../../css/flex.css" />
		<link rel="stylesheet" type="text/css" href="../../../widget/artDialog/6.0.5/css/ui-dialog.min.css">
		<link rel="stylesheet" href="../css/index.css" />		
	</head>
	<style>
		body:after{
			background:none;
		}
	</style>
	<body class="bgc-f2f3f4">
		<div id="app" v-cloak>
		    <div class="c-border-tb mt10 bgc-fff pb10">
		    	<div class="c-f16 c-4DCD70 ptb8 c-border-b pl15">
		    		<img src="../images/gerenxinxi_icon.png" width="15" height="15" class="mt5"/>
		    		<span>个人信息</span>
		    	</div>
		    	<div class="c-f14 c-333 plr15">
		    		<div class="flex pt10">
		    			<div class="f_s_0 c-999" style="width:100px;">姓&emsp;&emsp;名</div><div class="f_g_1">{{data.brxm}}</div>
		    		</div>
		    		<div class="flex pt10">
		    			<div class="f_s_0 c-999" style="width:100px;">性&emsp;&emsp;别</div><div class="f_g_1">{{data.brxb}}</div>
		    		</div>
		    		<div class="flex pt10">
		    			<div class="f_s_0 c-999" style="width:100px;">年&emsp;&emsp;龄</div><div class="f_g_1">{{data.brnl}}</div>
		    		</div>
		    		<div class="flex pt10">
		    			<div class="f_s_0 c-999" style="width:100px;">病人类别</div><div class="f_g_1">{{data.brkb}}</div>
		    		</div>
		    		<div class="flex pt10">
		    			<div class="f_s_0 c-999" style="width:100px;">门诊/住院号</div><div class="f_g_1">{{data.byh}}</div>
		    		</div>
		    	</div>
		    </div>
		    <div class="c-border-tb mt10 bgc-fff pb10">
		    	<div class="c-f16 c-4DCD70 ptb8 c-border-b pl15">
		    		<img src="../images/jianyanxinxi_icon.png" width="15" height="15" class="mt5"/>
		    		<span>检验信息</span>
		    	</div>
		    	<div class="c-f14 c-333 plr15">
		    		<div class="flex pt10">
		    			<div class="f_s_0 c-999" style="width:100px;">标本种类</div><div class="f_g_1">{{data.MC}}</div>
		    		</div>
		    		<div class="flex pt10">
		    			<div class="f_s_0 c-999" style="width:100px;">医&emsp;&emsp;院</div><div class="f_g_1">上饶县人民医院</div>
		    		</div>
		    		<div class="flex pt10">
		    			<div class="f_s_0 c-999" style="width:100px;">测定日期</div><div class="f_g_1">{{data.bgrq}}</div>
		    		</div>
		    		<div class="flex pt10">
		    			<div class="f_s_0 c-999" style="width:100px;">临床诊断</div><div class="f_g_1">{{data.LCZD}}</div>
		    		</div>
		    		<div class="flex pt10">
		    			<div class="f_s_0 c-999" style="width:100px;">检验目的</div><div class="f_g_1">{{data.jymdmc}}</div>
		    		</div>
		    	</div>
		    </div>
		    <div class="c-border-tb mt10 bgc-fff pb10">
		    	<div class="c-f16 c-4DCD70 ptb8 c-border-b pl15">
		    		<img src="../images/jianyanjieguo_icon.png" width="15" height="15" class="mt5"/>
		    		<span>检验结果</span>
		    	</div>
		    	<div class="plr15">
		    		<table class="c-f14 c-333">
		    			<thead>
		    				<tr class="c-999">
		    					<th class="pt10" style="min-width:70px;">项目名称</th>
		    					<th class="c-t-right" style="width:70px;">检验结果</th>
		    					<th class="c-t-right pr10" style="width:90px;">参考值</th>
		    					<th class="c-t-center">单位</th>
		    				</tr>
		    			</thead>
		    			<tbody>
		    				<tr v-for="(item,i) in data.resultList" v-key="i">
		    					<td class="pt10">{{item.XMMC}}</td>
		    					<td class="c-t-right" :class="item.color" style="vertical-align: middle;">{{item.xmcdz}}
		    						<img v-if="item.color=='c-4DCD70'" src="../images/jiangdi_img.png" width="8" height="15" class="mt5"/>
		    						<img v-if="item.color=='c-ff5e6c'" src="../images/shengao_img.png" width="8" height="15" class="mt5"/>
		    					</td>
		    					<td class="c-t-right pr10" style="vertical-align: middle;">{{item.xmckz}}</td>
		    					<td class="c-t-center" style="vertical-align: middle;">{{item.dw}}</td>
		    				</tr>
		    			</tbody>
		    		</table>
		    	</div>
		    </div>
		    <div class="c-border-tb mt10 bgc-fff pb10">
		    	<div class="c-f16 c-4DCD70 ptb8 c-border-b pl15">
		    		<img src="../images/jianyanrenyuan_icon.png" width="15" height="15" class="mt5"/>
		    		<span>检验人员</span>
		    	</div>
		    	<div class="c-f14 c-333 plr15">
		    		<div class="flex pt10">
		    			<div class="f_s_0 c-999" style="width:100px;">床&emsp;&emsp;号</div><div class="f_g_1">{{data.brch}}</div>
		    		</div>
		    		<div class="flex pt10">
		    			<div class="f_s_0 c-999" style="width:100px;">申请科室</div><div class="f_g_1">上饶县人民医院</div>
		    		</div>
		    		<div class="flex pt10">
		    			<div class="f_s_0 c-999" style="width:100px;">送检医生</div><div class="f_g_1">{{data.sjys}}</div>
		    		</div>
		    		<div class="flex pt10">
		    			<div class="f_s_0 c-999" style="width:100px;">检验医生</div><div class="f_g_1">{{data.jyys}}</div>
		    		</div>
		    		<div class="flex pt10">
		    			<div class="f_s_0 c-999" style="width:100px;">审核医生</div><div class="f_g_1">{{data.shys}}</div>
		    		</div>
		    		<div class="flex pt10">
		    			<div class="f_s_0 c-999" style="width:100px;">报告时间</div><div class="f_g_1">{{data.bgrq}}</div>
		    		</div>
		    	</div>
		    </div>
		    <div class="c-f12 c-999 pt15 pb30 c-t-center">
		    	* 具体信息以医院出具纸质账单为准
		    </div>
		</div>
		<script src="../../../js/post.js"></script>
		<script src="../../../widget/artDialog/6.0.5/js/dialog-plus.js"></script>
		<script>
			var Request = GetRequest();
			var checktype=false;
			var loading = dialog({
				contentType: 'load',
				skin: 'bk-popup',
			});
			(function() {
				mui.init({})
				
				var myVue=new Vue({
					el: "#app",
					data: {
						data:{},
						yid:"",
					},
					mounted: function() {
						var vm = this
						vm.yid=Request.yid
						checkUserAgent();
						vm.checkType()
					},
					methods: {
						getData:function(){
							var vm=this
							loading.showModal();
							sendPost("third/hy/lie/getWxGetReportItems", {yid:vm.yid}, "json", "get",function(){
							 	loading.close();
					    		dialog({contentType:'tipsbox',bottom:true, skin:'bk-popup' , content:'请求失败'}).show();
					        }, function(res){
						        if(res.status == 200){ 
						        	vm.data=res.data[0].Table
						        	if(vm.data.cdrq&&vm.data.cdrq.indexOf("T")>-1){
					        			vm.data.cdrq=new Date(vm.data.cdrq).Format("yyyy-MM-dd HH:mm:ss")
					        		}
						        	if(vm.data.bgrq&&vm.data.bgrq.indexOf("T")>-1){
					        			vm.data.bgrq=new Date(vm.data.bgrq).Format("yyyy-MM-dd HH:mm:ss")
					        		}
						        	vm.data.resultList=_.map(res.data,function(item,index){
						        		var data=item.Table
						        		var color=""
						        		if(data.xmcdz&&data.xmckz&&vm.data.cdrq.indexOf("-")>-1){
						        			var min=data.xmckz.split("-")[0]
						        			var max=data.xmckz.split("-")[1]
						        			if(parseFloat(data.xmcdz)<parseFloat(min)){
						        				color="c-4DCD70"
						        			}else if(parseFloat(data.xmcdz)>parseFloat(max)){
						        				color="c-ff5e6c"
						        			}
						        		}						        		
						        		return {
						        			'XMMC': data.XMMC,   //项目名称
						        			'dw': data.dw,    //单位
						        			'xmcdz': data.xmcdz,  //检验结果
						        			'xmckz': data.xmckz,    //参考值
						        			"color": color
						        		}
						        	})
						        }else{							 	  
						          dialog({contentType:'tipsbox',bottom:true, skin:'bk-popup' , content:'数据获取失败'}).show();
						        }
						        loading.close();
						    })
						},
						//判断是否验证登录通过
						checkType:function(){
							var vm=this
							var timer = setInterval(function(){
								if(checktype){
									clearInterval(timer);
									vm.getData()
								}
							},10);
						},
					},
				})
			
			})()			
			
			function queryInit(){
				checktype=true
			}
		</script>
	</body>
</html>

+ 37 - 28
html/informationSearch/html/reportList.html

@ -12,48 +12,57 @@
		<meta name="keywords" content="">
		<meta name="description" content="">
		<link rel="shortcut icon" href="../../../favicon.ico">
		<link rel="stylesheet" type="text/css" href="../../../css/mui.min.css"/>
		<link rel="stylesheet" type="text/css" href="../../../css/cross.css" />
		<link rel="stylesheet" type="text/css" href="../../../widget/artDialog/6.0.5/css/ui-dialog.min.css">
		<link rel="stylesheet" type="text/css" href="../../../css/mobiscroll.css" />
		<link rel="stylesheet" href="../css/index.css" />		
	</head>
	<body class="bgc-f2f3f4">
		<div id="app" v-cloak>
			<div class="bgc-fff c-f17 ptb10 pl15 jiuzhen c-border-b">
				<span class="c-333">DC1326898&nbsp;(张峰)&nbsp;</span>
				<span class="qiehuan-txt">切换</span>
				<span class="card-icon c-f14" style="float: right;">就诊</span>				
			<div class="bgc-fff c-f17 plr15 ptb10" >
				<span class="c-333">{{data.cardNo}}&nbsp;<span v-if="data.name">(</span>{{data.name}}<span v-if="data.name">)</span>&nbsp;</span>
				<span v-if="cardlenght>1" class="qiehuan-txt" @click="changeCards">切换</span>
				<img src="../images/rili_icon.png" class="date-icon"/>			
			</div>
			<div class="bgc-fff c-f17 ptb10 c-border-b c-t-center">
				2018年 7月<img src="../images/zhankai_icon.png" width="14" class="ml10 mt10"/>
			</div>
			
			<ul class="plr15 pb15"  v-show="length!=0">		
				<li class="bgc-fff c-radius-5 mt15 jiancha_report">
					<div class="c-fff c-f14 top-div">
						<span>上饶县人民医院</span>
						<span style="float: right;">检查报告</span>
					</div>
					<div class="pt10 plr10 c-333 c-f14">						
						<div class="c-f17" style="line-height: 18px;">
							<span>报告名称:血常规检验报告</span>
							<span class="red-dot c-f14" style="float: right;" class="c-f14">未生成</span>
						</div>
						<div class="pt15">候诊人:&nbsp;王小建</div>
						<div class="ptb10">
							就诊时间:&nbsp;2018-08-29 14:20-15:00
			<div id="wrapper" class="mui-scroll-wrapper" style="top: 45px;">
				<div class="mui-scroll">
					<ul class="plr15 pb15"  v-show="length!=0">	
						<template  v-for="(item,i) in dataList" v-key="i">
							<li class="bgc-fff c-radius-5 mt15 jiancha_report c-border" @tap="gotoResult(item)">
								<div class="c-fff c-f14 top-div">
									<span>上饶县人民医院</span>
									<!--<span style="float: right;">检查报告</span>-->
								</div>
								<div class="ptb10 plr10 c-333 c-f16">						
									<div>
										<span class="c-999">就诊时间:</span>{{item.bgrq}}
										<!--<span class="red-dot c-f14" style="float: right;" class="c-f14">未生成</span>-->
									</div>
									<div class="pt5 ellipsis">
										<span class="c-999">报告名称:</span>{{item.jymdmc}}
									</div>
									<div class="pt5">
										<span class="c-999">病人类别:</span>{{item.brkb}}
									</div>
								</div>
							</li>
						</template>
					</ul>
					<div class="default-div" v-show="length==0">
						<img src="../images/wushuju.png" width="222"/>
						<div class="c-999 c-f14 pt30">
							暂无相关报告记录
						</div>
					</div>
				</li>	
			</ul>
			<div class="default-div" v-show="length==0">
				<img src="../images/wushuju.png" width="222"/>
				<div class="c-999 c-f14 pt30">
					暂无相关报告记录
				</div>
			</div>
		</div>
		<script src="../../../js/post.js"></script>
		<script src="../../../widget/artDialog/6.0.5/js/dialog-plus.js"></script>
		<script src="../../../js/mobisroll-1412.js"></script>
		<script src="../js/reportList.js"></script>
	</body>

+ 1 - 1
html/informationSearch/html/waitingDoctorList.html

@ -8,7 +8,7 @@
              content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
        <meta name="apple-mobile-web-app-capable" content="yes"/>
        <meta name="apple-mobile-web-app-status-bar-style" content="black"/>
		<title>候诊查询</title>
		<title>候诊排队</title>
		<meta name="keywords" content="">
		<meta name="description" content="">
		<link rel="shortcut icon" href="../../../favicon.ico">

BIN
html/informationSearch/images/gerenxinxi_icon.png


BIN
html/informationSearch/images/jiangdi_img.png


BIN
html/informationSearch/images/jianyanjieguo_icon.png


BIN
html/informationSearch/images/jianyanrenyuan_icon.png


BIN
html/informationSearch/images/jianyanxinxi_icon.png


BIN
html/informationSearch/images/rili_icon.png


BIN
html/informationSearch/images/shengao_img.png


+ 172 - 4
html/informationSearch/js/reportList.js

@ -1,16 +1,184 @@
var Request = GetRequest();
var checktype=false;
var loading = dialog({
	contentType: 'load',
	skin: 'bk-popup',
});
var iscrollState='';//判断滑动方向
(function() {
	new Vue({
	mui.init({
//		pullRefresh : {
//		    container:'#wrapper',
//		    down : {
//			    height:50,
//			    auto: false,
//			    contentdown : "下拉可以刷新",
//			    contentover : "释放立即刷新",
//			    contentrefresh : "正在刷新...",
//			    callback: function(){		    		
//			    	iscrollState='down'
//			    	myVue.isdown()
//				}
//		    },
//		    up : {
//		    	height:50,
//			    contentinit: '',
//				contentdown: '',
//			    contentrefresh : "正在加载...",
//			    contentnomore:'没有更多数据了',
//			    callback: function() {
//			    	iscrollState='up'
//			    	myVue.isup()
//				}
//		    }
//		}
	})
	
	var myVue=new Vue({
		el: "#app",
		data: {
			data:{},
			dataList:[],
			length:1,
			cardlenght:0,
			cardId:"",
			queryList:{
				patientCardNo:"",
			    startDate:"",
			    endDate:""
			},
			code:"",
			healthType:["","门诊充值","住院充值"],
			isUPsuccess:true,   //上拉锁,搜索成功则释放   
		},
		mounted: function() {
			var vm = this
			checkUserAgent();
			vm.checkType()
			vm.code=JSON.parse(localStorage.getItem("wlyyAgent")).uid	
            vm.queryList.startDate=new Date().getFullYear()+"0101"	
            vm.queryList.endDate=new Date().getFullYear()+"1231"
			vm.eventClick()
		},
		methods: {
			
		methods: {	
			//获取就诊卡
			getData:function(){
				var vm=this
				loading.showModal();
				 sendPost("patient/card/getCardList", {patient:vm.code}, "json", "get",function(){
				 	loading.close();
			    	dialog({contentType:'tipsbox',bottom:true, skin:'bk-popup' , content:'请求失败'}).show();
			       }, function(res){
			        if(res.status == 200){ 
			        	if(res.data.length>0){
			        		vm.cardlenght=res.data.length
							if(Request.id){																
				        		vm.data=res.data.filter(function(item){
				        			return item.id==Request.id
				        		})[0]
				        		if(!vm.data){
			        				vm.data=res.data.filter(function(item){
					        			return item.isDefault==1
					        		})[0]
			        			}
							}else{								
				        		vm.data=res.data.filter(function(item){
				        			return item.isDefault==1
				        		})[0]
							}
							if(!vm.data){
			        			vm.data=res.data[0]
			        		}
							vm.cardId=vm.data.id
			        		vm.queryList.patientCardNo=vm.data.cardNo                
                            if(vm.data.type=="2"){
                                vm.data.cardNo=vm.data.cardNo.substr(0,1)+"*******"+vm.data.cardNo.substr(vm.data.cardNo.length-4,4)
                            }
			        		vm.getList()
			        	}else{
			        		dialog({
					            content: "请先绑定就诊卡,再查看检验检查报告!", 
					            okValue: '确定',
					            ok: function(){
									window.location.href='../../payment/html/patientIDCards.html';
					            },
					        }).showModal()
			        	}
			        }else{
				 	  loading.close();
			          dialog({contentType:'tipsbox',bottom:true, skin:'bk-popup' , content:'数据获取失败'}).show();
			        }
			    })
			},
			//获取列表数据
			getList:function(){
				var vm=this
				loading.showModal();
				vm.dataList=[]
                sendPost("third/hy/lie/getWxGetRportList", vm.queryList, "json", "get",function(){
			   		loading.close();
			    	dialog({contentType:'tipsbox',bottom:true, skin:'bk-popup' , content:'请求失败'}).show();
			      }, function(res){
			   		loading.close();
			        if(res.status == 200){
			        	vm.dataList = _.map(res.data,function(item,index){
			        		var data=item.Table
			        		if(data.bgrq&&data.bgrq.indexOf("T")>-1){
			        			data.bgrq=new Date(data.bgrq).Format("yyyy-MM-dd HH:mm:ss")
			        		}
			        		return data
			        	})
			        	vm.length = vm.dataList.length
			        }else{
			            dialog({contentType:'tipsbox',bottom:true, skin:'bk-popup' , content:'数据获取失败'}).show();
			        }
			    })
			},
			//跳转到订单结果页
			gotoResult:function(item){
				var vm=this
				window.location.href='../../informationSearch/html/reportInfo.html?yid='+item.yid
			},
			//跳转切换就诊卡
			changeCards:function(){
				window.location.href='../../payment/html/changeCards.html?pre=reportList';
			},
			//绑定事件-时间
			eventClick:function(){
				var vm=this
				$('.date-icon').mobiscroll({
	                preset: 'date',
			        dateOrder: 'yy',
			        dateFormat: 'yy',
			        theme: 'ios',
			        lang:'zh',
			        minDate: new Date(2015),
			        maxDate: new Date(),
			        onSelect: function(valueText, inst){
						if(vm.queryList.startDate.substr(0,4)!=valueText){
							vm.queryList.startDate=valueText+"0101"	
            				vm.queryList.endDate=valueText+"1231"
							vm.getList()							
						}
					},
	           });
			},
			//判断是否验证登录通过
			checkType:function(){
				var vm=this
				var timer = setInterval(function(){
					if(checktype){
						clearInterval(timer);
						vm.getData()
					}
				},10);
			},
		},
	})
})()
})()
function queryInit(){
	checktype=true
}

+ 1 - 1
html/informationSearch/js/waitingDoctorList.js

@ -66,7 +66,7 @@ var loading = dialog({
							vm.cardId=vm.data.id
			        		vm.cardNo=vm.data.cardNo                
                            if(vm.data.type=="2"){
                                vm.data.cardNo=vm.data.cardNo.substr(0,1)+"*************"+vm.data.cardNo.substr(vm.data.cardNo.length-4,4)
                                vm.data.cardNo=vm.data.cardNo.substr(0,1)+"*******"+vm.data.cardNo.substr(vm.data.cardNo.length-4,4)
                            }
							vm.getList()
						} else {

+ 6 - 0
html/payment/html/payment.html

@ -20,6 +20,12 @@
	<body class="bgc-f2f3f4">
		<div id="app" v-cloak>
			<div class="c-mor-hold c-border-tb" v-if="data.inpCardNo&&(data.inpStatus=='0'||data.inpStatus=='1')">
		        <ul class="c-lab-mor c-f15">
		            <li :class="{curr:paytype=='1'}" @click="changePayType('1')">门诊充值</li>
		            <li :class="{curr:paytype=='2'}" @click="changePayType('2')">住院充值</li>
		        </ul>
		    </div>
			<div class="bgc-fff c-f14 plr15 mt10">
				<div class="c-border-b  ptb10">
					<span class="c-333333">{{cardNo}}&nbsp;<span v-if="data.name">(</span>{{data.name}}<span v-if="data.name">)</span>&nbsp;</span>

+ 4 - 2
html/payment/js/changeCards.js

@ -65,7 +65,7 @@ var checktype=false;
                        item.divClass="zhuyuan"
                        item.divName="住院"
                        if(item.type=="2"){
                            item.cardNo=item.inpCardNo.substr(0,1)+"*************"+item.inpCardNo.substr(item.inpCardNo.length-4,4)
                            item.cardNo=item.inpCardNo.substr(0,1)+"*******"+item.inpCardNo.substr(item.inpCardNo.length-4,4)
                        }
                        var isInpStatus=item.inpStatus==0||item.inpStatus==1    //
                        return item.inpCardNo && isInpStatus
@ -81,7 +81,7 @@ var checktype=false;
                            item.divClass="jiuzhen"
                            item.divName="门诊"                                   
                        }else{
                            item.cardNo=item.cardNo.substr(0,1)+"*************"+item.cardNo.substr(item.cardNo.length-4,4)
                            item.cardNo=item.cardNo.substr(0,1)+"*******"+item.cardNo.substr(item.cardNo.length-4,4)
                            item.divClass="electronic"
                            item.divName="健康卡"
                        }
@ -111,6 +111,8 @@ var checktype=false;
					window.location.href='../../payment/html/payment.html?id='+id+"&paytype="+Request.paytype;
				}else if(Request.pre=="repayment"){   //跳到缴费结算页面
					window.location.href='../../payment/html/repayment.html?id='+id;
				}else if(Request.pre=="reportList"){   //跳到检验检查报告列表页面
					window.location.href='../../informationSearch/html/reportList.html?id='+id;
				}else{  //默认跳转充值查询页面
					window.location.href='../../payment/html/paymentList.html?id='+id;
				}

+ 1 - 1
html/payment/js/electronicHealthCard.js

@ -119,7 +119,7 @@ var checktype=false;
            setCardInfo:function(){
                var vm = this
                var data=vm.data
                vm.cardNo=data.cardNo.substr(0,1)+"*************"+data.cardNo.substr(data.cardNo.length-4,4)
                vm.cardNo=data.cardNo.substr(0,1)+"*******"+data.cardNo.substr(data.cardNo.length-4,4)
                if(data.idCard){
                    var sexType=data.idCard.length==18?data.idCard.substr(data.idCard.length-2,1):data.idCard.substr(data.idCard.length-1,1)
                    if(parseInt(sexType)%2==1){

+ 2 - 2
html/payment/js/patientIDCards-pay.js

@ -95,9 +95,9 @@ var loading = dialog({
			        if(res.status == 200){ 
			        	vm.data=res.data                  
			        	if(vm.data.type=="2"){
                            vm.data.cardNo=vm.data.cardNo.substr(0,1)+"*************"+vm.data.cardNo.substr(vm.data.cardNo.length-4,4)
                            vm.data.cardNo=vm.data.cardNo.substr(0,1)+"*******"+vm.data.cardNo.substr(vm.data.cardNo.length-4,4)
                            if(vm.data.inpCardNo){
                                vm.data.inpCardNo=vm.data.inpCardNo.substr(0,1)+"*************"+vm.data.inpCardNo.substr(vm.data.inpCardNo.length-4,4)
                                vm.data.inpCardNo=vm.data.inpCardNo.substr(0,1)+"*******"+vm.data.inpCardNo.substr(vm.data.inpCardNo.length-4,4)
                            }
                        }
//						if(vm.length>0){

+ 1 - 1
html/payment/js/patientIDCards.js

@ -32,7 +32,7 @@ var checktype=false;
			        if(res.status == 200){ 
			        	vm.dataList=_.map(res.data,function(item,index){
			        	    if(item.type=="2"){
			        	        item.cardNo=item.cardNo.substr(0,1)+"*************"+item.cardNo.substr(item.cardNo.length-4,4)
			        	        item.cardNo=item.cardNo.substr(0,1)+"*******"+item.cardNo.substr(item.cardNo.length-4,4)
			        	    }
			        	    return item
			        	})

+ 13 - 8
html/payment/js/payment.js

@ -13,7 +13,7 @@ var loading = dialog({
			payMoney:"",
			repayAmout:Request.repayAmout,
			cardNo:"",
			paytype:Request.paytype?Request.paytype:"1", //paytype 1为门诊缴费  2为住院缴费
			paytype:"1", //paytype 1为门诊缴费  2为住院缴费
			surplusMoney:"",
			data:{},
			code:"",
@ -24,11 +24,12 @@ var loading = dialog({
		mounted: function() {
			var vm = this
			loading.showModal();			
            if(Request.openid&&Request.openid!="undefined"){
            if(Request.openid&&Request.openid!="undefined"&&Request.openid!="123456"){
                saveAgentOpenid(Request.openid);
            }
			checkUserAgent();
			vm.code=JSON.parse(localStorage.getItem("wlyyAgent")).uid
			vm.paytype=Request.paytype?Request.paytype:"1"
			vm.checkType()
			$(".c-ser-input").focus()
		},
@ -99,7 +100,7 @@ var loading = dialog({
                    })[0]
                }
                if(!vm.data){
                    if(Request.paytype==2){
                    if(vm.paytype==2){
                        var ispass=_.every(cardList,function(obj,idx){
                            vm.data=obj
                            var aaaa=vm.hasInpCardNo(obj)
@ -107,7 +108,7 @@ var loading = dialog({
                        })
                        if(ispass){
                            dialog({
                                content: "请先绑定住院就诊卡!", 
                                content: "请选择含住院的就诊卡!", 
                                okValue: '确定',
                                ok: function(){
                                    window.location.href='../../payment/html/patientIDCards.html';
@ -127,13 +128,13 @@ var loading = dialog({
                    vm.surplusMoney=vm.data.cardInpMoney?vm.data.cardInpMoney:0
                    vm.cardNo=vm.data.inpCardNo                                                                                         
                    if(vm.data.type=="2"){
                        vm.cardNo=vm.data.inpCardNo.substr(0,1)+"*************"+vm.data.inpCardNo.substr(vm.data.inpCardNo.length-4,4)
                        vm.cardNo=vm.data.inpCardNo.substr(0,1)+"*******"+vm.data.inpCardNo.substr(vm.data.inpCardNo.length-4,4)
                    }
                }else{
                    vm.surplusMoney=vm.data.cardMoney?vm.data.cardMoney:0
                    vm.cardNo=vm.data.cardNo                                                                 
                    if(vm.data.type=="2"){
                        vm.cardNo=vm.data.cardNo.substr(0,1)+"*************"+vm.data.cardNo.substr(vm.data.cardNo.length-4,4)
                        vm.cardNo=vm.data.cardNo.substr(0,1)+"*******"+vm.data.cardNo.substr(vm.data.cardNo.length-4,4)
                    }
                }   
                if(Request.repayAmout){   //从缴费结算进入
@ -309,7 +310,7 @@ var loading = dialog({
		    hasInpCardNo:function(item){
                var vm=this
		    	var ispass=true
		    	if(Request.paytype==2){
		    	if(vm.paytype==2){
		    	    if(item.inpCardNo&&(item.inpStatus=="0"||item.inpStatus=="1")){
                        ispass=true
                    }else{
@ -317,10 +318,14 @@ var loading = dialog({
                    }		    	    
		    	}
		    	return ispass
		    },
		    //更改支付卡(门诊/住院)
		    changePayType:function(paytype){
		    	window.location.href='../../payment/html/payment.html?id='+this.cardId+'&paytype='+paytype;
		    },
			//跳转切换就诊卡
			changeCards:function(){
				window.location.href='../../payment/html/changeCards.html?pre=payment&paytype='+Request.paytype;
				window.location.href='../../payment/html/changeCards.html?pre=payment&paytype='+this.paytype;
			},
			//判断是否验证登录通过
			checkType:function(){

+ 1 - 1
html/payment/js/paymentList.js

@ -100,7 +100,7 @@ var iscrollState='';//判断滑动方向
							vm.cardId=vm.data.id
			        		vm.queryList.healthNo=vm.data.cardNo                
                            if(vm.data.type=="2"){
                                vm.data.cardNo=vm.data.cardNo.substr(0,1)+"*************"+vm.data.cardNo.substr(vm.data.cardNo.length-4,4)
                                vm.data.cardNo=vm.data.cardNo.substr(0,1)+"*******"+vm.data.cardNo.substr(vm.data.cardNo.length-4,4)
                            }
			        		vm.getList(1)
			        	}else{

+ 2 - 2
html/payment/js/paymentResult.js

@ -68,7 +68,7 @@ var loading = dialog({
			        if(res.status == 200){    		
			        	vm.data=res.data
			        	if(vm.data.healthNo.length>13){
                            vm.data.healthNo=vm.data.healthNo.substr(0,1)+"*************"+vm.data.healthNo.substr(vm.data.healthNo.length-4,4)
                            vm.data.healthNo=vm.data.healthNo.substr(0,1)+"*******"+vm.data.healthNo.substr(vm.data.healthNo.length-4,4)
                        }
		        	    vm.filterData()
			        }else{
@ -81,7 +81,7 @@ var loading = dialog({
				var vm=this,healthNo=""
				healthNo=Request.healthNo
				if(Request.healthNo.length>13){
                    healthNo=healthNo.substr(0,1)+"*************"+healthNo.substr(healthNo.length-4,4)
                    healthNo=healthNo.substr(0,1)+"*******"+healthNo.substr(healthNo.length-4,4)
                }				
				vm.data={seqNo:Request.seqNo,"patientName":getQueryString('patientName'),"healthNo":healthNo,"healthType":Request.healthType,"payAmount":Request.payAmount,"createDate":getQueryString('createDate'),"payStatus":Request.payStatus,"payType":Request.payType}
				vm.result=vm.successResult

+ 6 - 2
html/payment/js/repayment.js

@ -66,11 +66,15 @@ var iscrollState = ''; //判断滑动方向
								vm.data = res.data[0]
							}               
                            if(vm.data.type=="2"){
                                vm.data.cardNo=vm.data.cardNo.substr(0,1)+"*************"+vm.data.cardNo.substr(vm.data.cardNo.length-4,4)
                                vm.data.cardNo=vm.data.cardNo.substr(0,1)+"*******"+vm.data.cardNo.substr(vm.data.cardNo.length-4,4)
                            }
							vm.cardId = vm.data.id
							vm.hisId = vm.data.hisId
							vm.getrepayList()
							if(Request.tabType=="2"){
								vm.paid()	
							}else{
								vm.getrepayList()
							}							
						} else {
							dialog({
								content: "请先绑定就诊卡,再查看就诊缴费帐单!",

+ 1 - 1
html/payment/js/repaymentResult.js

@ -157,7 +157,7 @@ var loading = dialog({
			getData:function(){
				var vm=this,healthNo=""	
                if(Request.healthNo.length>13){
                    healthNo=healthNo.substr(0,1)+"*************"+healthNo.substr(healthNo.length-4,4)
                    healthNo=healthNo.substr(0,1)+"*******"+healthNo.substr(healthNo.length-4,4)
                }
				vm.result=vm.successResult
				vm.data={"patientName":getQueryString('patientName'),"healthNo":healthNo,"payAmount":Request.payAmount,"createDate":getQueryString('createDate'),"healthType":1,}