| 
					
				 | 
			
			
				@ -366,6 +366,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
									docInfo: JSON.parse(window.localStorage.getItem('wlyyAgent')), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
									showAdviceContentTip: false, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
									curMedicalRecordsIndex: -1, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
									healthCodeArr: [], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
									diseaseCodeArr: [], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
									diseaseNameArr: [], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
									teamCode: httpData['teamCode'], 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -760,6 +761,9 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
													vm.diseaseCodeArr.push(item.disease) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
													vm.diseaseNameArr.push(item.diseaseName) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
												}) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
												$.each(healthLabel, function(index, item){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
													vm.healthCodeArr.push(item.label) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
												}) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
											} else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
												showErrorMessage(res.msg); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
											} 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -1386,6 +1390,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
											patient: this.pati.patient, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
											name: this.pati.patientName, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
											title: this.pati.patientName + "的康复计划", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
											healthStatusCode:this.healthCodeArr.join(','), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
											disease: this.diseaseCodeArr.join(','), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
											diseaseName: this.diseaseNameArr.join(','), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
											planType: this.labelCode || 1, 
			 |