|  |  | @ -286,8 +286,14 @@ 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.origin = JSON.parse(JSON.stringify(this.confirmData)) | 
			
		
	
		
			
				
					|  |  |  |     this.getConfirmDetail() | 
			
		
	
		
			
				
					|  |  |  |     this.queryProject() | 
			
		
	
		
			
				
					|  |  |  |     this.$store.commit('initPlugin') | 
			
		
	
	
		
			
				
					|  |  | @ -365,19 +371,9 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |         caseId: this.caseId | 
			
		
	
		
			
				
					|  |  |  |       }}).then(data => { | 
			
		
	
		
			
				
					|  |  |  |         const detail = data.data.data | 
			
		
	
		
			
				
					|  |  |  |         if (detail.jzNumber) { | 
			
		
	
		
			
				
					|  |  |  |         this.confirmData = { ...detail } | 
			
		
	
		
			
				
					|  |  |  |         } else { | 
			
		
	
		
			
				
					|  |  |  |           this.confirmData = this.origin | 
			
		
	
		
			
				
					|  |  |  |         this.queryDiagnostic() | 
			
		
	
		
			
				
					|  |  |  |           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.confirmData.jzNumber = '' | 
			
		
	
		
			
				
					|  |  |  |         if (!detail.jzNumber) { | 
			
		
	
		
			
				
					|  |  |  |           if (this.confirmData.eyeType === 'OD') { | 
			
		
	
		
			
				
					|  |  |  |             this.confirmData.jgzlSyt = odOrOs.od | 
			
		
	
		
			
				
					|  |  |  |           } else { | 
			
		
	
	
		
			
				
					|  |  | 
 |