| 
					
				 | 
			
			
				@ -13,6 +13,9 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						<link rel="stylesheet" type="text/css" href="../../../css/cross.css"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						<link rel="stylesheet" type="text/css" href="../../../css/style.min.css" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						<style type="text/css"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
							[v-cloak] { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
							    display: none; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
							} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
							.flex-box{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
							  display: -webkit-box; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
							  display: -ms-flexbox; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -90,7 +93,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						</style> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
					</head> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
					<body> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						<div id="app" v-block> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						<div id="app" v-cloak> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
							<div class="m20 mb0" style="line-height: 1;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
								<div class="flex-box mb20"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
									<div class="flex-box-item">筛查类型:<span v-text="userInfo.template_title"></span></div> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -183,7 +186,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
					    <script src="../../../js/util.js" type="text/javascript" charset="utf-8"></script> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						<script type="text/javascript"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
							var httpData=GetRequest(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
							var wlyyAgentForDoc=JSON.parse(window.localStorage.getItem('wlyyAgentForDoc')); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
							var wlyyAgent=JSON.parse(window.localStorage.getItem('wlyyAgent')); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
							new Vue({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
								el: "#app", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
								data: { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -193,7 +196,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
									tizhongRecord:[], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
									specialDoctorName:'', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
									noTiZhong:true, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
									doctorInfo:{code:wlyyAgentForDoc.uid}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
									doctorInfo:{code:wlyyAgent.uid}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
									resultCode:httpData['resultCode'], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
									isView: httpData['isView']|| false, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
									dealAction:[] 
			 |