|  |  | @ -286,13 +286,6 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |     } | 
			
		
	
		
			
				
					|  |  |  |   }, | 
			
		
	
		
			
				
					|  |  |  |   created() { | 
			
		
	
		
			
				
					|  |  |  |     this.confirmData.patientName = this.patientDetail.patientName | 
			
		
	
		
			
				
					|  |  |  |     this.confirmData.patientAge = this.patientDetail.patientAge | 
			
		
	
		
			
				
					|  |  |  |     this.confirmData.patientSex = this.patientDetail.patientSex | 
			
		
	
		
			
				
					|  |  |  |     this.confirmData.patientId = this.patientDetail.patientId | 
			
		
	
		
			
				
					|  |  |  |     this.confirmData.patientAddress = this.patientDetail.patientAddress | 
			
		
	
		
			
				
					|  |  |  |     this.confirmData.patientPhone = this.patientDetail.patientPhone | 
			
		
	
		
			
				
					|  |  |  |     this.confirmData.operateDate = new Date() | 
			
		
	
		
			
				
					|  |  |  |     // 患者信息带入 | 
			
		
	
		
			
				
					|  |  |  |     this.getConfirmDetail() | 
			
		
	
		
			
				
					|  |  |  |     this.queryProject() | 
			
		
	
	
		
			
				
					|  |  | @ -374,6 +367,13 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |         this.confirmData = { ...detail } | 
			
		
	
		
			
				
					|  |  |  |         this.queryDiagnostic() | 
			
		
	
		
			
				
					|  |  |  |         if (!detail.jzNumber) { | 
			
		
	
		
			
				
					|  |  |  |           this.confirmData.patientName = this.patientDetail.patientName | 
			
		
	
		
			
				
					|  |  |  |           this.confirmData.patientAge = this.patientDetail.patientAge | 
			
		
	
		
			
				
					|  |  |  |           this.confirmData.patientSex = this.patientDetail.patientSex | 
			
		
	
		
			
				
					|  |  |  |           this.confirmData.patientId = this.patientDetail.patientId | 
			
		
	
		
			
				
					|  |  |  |           this.confirmData.patientAddress = this.patientDetail.patientAddress | 
			
		
	
		
			
				
					|  |  |  |           this.confirmData.patientPhone = this.patientDetail.patientPhone | 
			
		
	
		
			
				
					|  |  |  |           this.confirmData.operateDate = new Date() | 
			
		
	
		
			
				
					|  |  |  |           if (this.confirmData.eyeType === 'OD') { | 
			
		
	
		
			
				
					|  |  |  |             this.confirmData.jgzlSyt = odOrOs.od | 
			
		
	
		
			
				
					|  |  |  |           } else { | 
			
		
	
	
		
			
				
					|  |  | 
 |