diff --git a/src/page-subspecialty/views/modules/formList/laserSurgery.vue b/src/page-subspecialty/views/modules/formList/laserSurgery.vue
index 5bbc7dd..eba21fd 100644
--- a/src/page-subspecialty/views/modules/formList/laserSurgery.vue
+++ b/src/page-subspecialty/views/modules/formList/laserSurgery.vue
@@ -38,7 +38,7 @@
治疗眼别:
-
+
import ImgEditor from '@/components/360View/img-editor.vue'
+import odOrOs from '@/components/360View/base64/odOrOs'
export default {
name: 'LaserSurgery',
@@ -221,6 +222,13 @@ export default {
this.$store.commit('initPlugin')
},
methods: {
+ changeEyeType(value) {
+ if (value === 'OD') {
+ this.confirmData.jgzlSyt = odOrOs.od
+ } else {
+ this.confirmData.jgzlSyt = odOrOs.os
+ }
+ },
queryDiagnostic() {
this.$http.get('/mzbl/getLastDiagnostic', { params: {
patientId: this.patientDetail.patientId
@@ -283,6 +291,12 @@ export default {
this.confirmData.patientAddress = this.patientDetail.patientAddress
this.confirmData.patientPhone = this.patientDetail.patientPhone
this.confirmData.operateDate = new Date()
+ this.confirmData.jzNumber = ''
+ if (this.confirmData.eyeType === 'OD') {
+ this.confirmData.jgzlSyt = odOrOs.od
+ } else {
+ this.confirmData.jgzlSyt = odOrOs.os
+ }
}
const userData = JSON.parse(window.localStorage.getItem('qg-userData'))
this.confirmData.operateSign = userData.signImgBase