|  | @ -89,6 +89,7 @@ export default { | 
		
	
		
			
				|  |  |   data() { |  |  |   data() { | 
		
	
		
			
				|  |  |     return { |  |  |     return { | 
		
	
		
			
				|  |  |       origin: {}, |  |  |       origin: {}, | 
		
	
		
			
				|  |  |  |  |  |       originForm: {}, | 
		
	
		
			
				|  |  |       confirmData: { |  |  |       confirmData: { | 
		
	
		
			
				|  |  |         fmwOd: '', |  |  |         fmwOd: '', | 
		
	
		
			
				|  |  |         fmwOs: '', |  |  |         fmwOs: '', | 
		
	
	
		
			
				|  | @ -154,7 +155,7 @@ export default { | 
		
	
		
			
				|  |  |     } |  |  |     } | 
		
	
		
			
				|  |  |   }, |  |  |   }, | 
		
	
		
			
				|  |  |   created() { |  |  |   created() { | 
		
	
		
			
				|  |  |     this.origin = JSON.parse(JSON.stringify(this.formData)) |  |  |  | 
		
	
		
			
				|  |  |  |  |  |     this.originForm = JSON.parse(JSON.stringify(this.formData)) | 
		
	
		
			
				|  |  |     this.getReportInfo() |  |  |     this.getReportInfo() | 
		
	
		
			
				|  |  |   }, |  |  |   }, | 
		
	
		
			
				|  |  |   methods: { |  |  |   methods: { | 
		
	
	
		
			
				|  | @ -215,19 +216,21 @@ export default { | 
		
	
		
			
				|  |  |       } |  |  |       } | 
		
	
		
			
				|  |  |       this.$http.get('/mzbl/getMzblBgInfo', { params }).then(data => { |  |  |       this.$http.get('/mzbl/getMzblBgInfo', { params }).then(data => { | 
		
	
		
			
				|  |  |         const res = data.data.data |  |  |         const res = data.data.data | 
		
	
		
			
				|  |  |         this.handleResValue(res.fmwOd, this.formData.form.OD) |  |  |  | 
		
	
		
			
				|  |  |         this.handleResValue(res.fmwOs, this.formData.form.OS) |  |  |  | 
		
	
		
			
				|  |  |         this.confirmData.remark = res.remark |  |  |  | 
		
	
		
			
				|  |  |         this.confirmData.operator = res.operator |  |  |  | 
		
	
		
			
				|  |  |         this.confirmData.operateDate = res.operateDate |  |  |  | 
		
	
		
			
				|  |  |         if (!res.jzNumber) { |  |  |  | 
		
	
		
			
				|  |  |           this.confirmData.patientName = this.patientDetail.patientName |  |  |  | 
		
	
		
			
				|  |  |           const userData = JSON.parse(window.sessionStorage.getItem('qg-userData')) |  |  |  | 
		
	
		
			
				|  |  |           this.confirmData.operator = userData.signImgBase |  |  |  | 
		
	
		
			
				|  |  |           this.confirmData.operateDate = this.$moment().format('YYYY-MM-DD') |  |  |  | 
		
	
		
			
				|  |  |         } |  |  |  | 
		
	
		
			
				|  |  |  |  |  |         this.setData(res) | 
		
	
		
			
				|  |  |       }) |  |  |       }) | 
		
	
		
			
				|  |  |     }, |  |  |     }, | 
		
	
		
			
				|  |  |  |  |  |     setData(res) { | 
		
	
		
			
				|  |  |  |  |  |       this.confirmData = res | 
		
	
		
			
				|  |  |  |  |  |       this.handleResValue(res.fmwOd, this.formData.form.OD) | 
		
	
		
			
				|  |  |  |  |  |       this.handleResValue(res.fmwOs, this.formData.form.OS) | 
		
	
		
			
				|  |  |  |  |  |       if (!res.jzNumber) { | 
		
	
		
			
				|  |  |  |  |  |         this.formData = JSON.parse(JSON.stringify(this.originForm)) | 
		
	
		
			
				|  |  |  |  |  |         this.confirmData.patientName = this.patientDetail.patientName | 
		
	
		
			
				|  |  |  |  |  |         const userData = JSON.parse(window.sessionStorage.getItem('qg-userData')) | 
		
	
		
			
				|  |  |  |  |  |         this.confirmData.operator = userData.signImgBase | 
		
	
		
			
				|  |  |  |  |  |         this.confirmData.operateDate = this.$moment().format('YYYY-MM-DD') | 
		
	
		
			
				|  |  |  |  |  |       } | 
		
	
		
			
				|  |  |  |  |  |     }, | 
		
	
		
			
				|  |  |     // 获取项目id列表 |  |  |     // 获取项目id列表 | 
		
	
		
			
				|  |  |     async queryProject() { |  |  |     async queryProject() { | 
		
	
		
			
				|  |  |       const project = window.sessionStorage.getItem('projectItem') ? JSON.parse(window.sessionStorage.getItem('projectItem')) : [] |  |  |       const project = window.sessionStorage.getItem('projectItem') ? JSON.parse(window.sessionStorage.getItem('projectItem')) : [] | 
		
	
	
		
			
				|  | 
 |