| 
					
				 | 
			
			
				@ -1089,6 +1089,7 @@ Vue.component('server-items-detail', { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      imgShow('#outerdiv', '#innerdiv', '#bigimg', url) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    toDoorDialog() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      var vm = this 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      top.layer.open({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        type: 2, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        area: ['850px', '700px'], 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -1099,7 +1100,10 @@ Vue.component('server-items-detail', { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        closeBtn: 1, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        // shift: 5, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        shadeClose: false, //点击遮罩关闭层 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        content: `../../rehabilitation/html/toDoorService.html?patient=${this.patientcode}&detailId=${this.plandetailid}` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        content: `../../rehabilitation/html/toDoorService.html?patient=${this.patientcode}&detailId=${this.plandetailid}`, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        end: function(){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				          vm.getServiceItem() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  } 
			 |