Browse Source

自动签字

360view
bianyaqi 2 years ago
parent
commit
2f3bd75f9d
  1. 2
      src/components/360View/collection.vue
  2. 2
      src/page-subspecialty/views/modules/formList/InformedConsent.vue
  3. 2
      src/page-subspecialty/views/modules/formList/laserSurgery.vue
  4. 2
      src/page-subspecialty/views/modules/formList/reportForm.vue

2
src/components/360View/collection.vue

@ -179,7 +179,7 @@ export default {
async findTree() {
const { data } = await this.$http.get(`/tree/findTree`, {
params: {
doctorId: JSON.parse(window.sessionStorage.getItem('qg-userData')).idid,
doctorId: JSON.parse(window.sessionStorage.getItem('qg-userData')).id,
platform: this.platform
}
})

2
src/page-subspecialty/views/modules/formList/InformedConsent.vue

@ -372,7 +372,7 @@ export default {
this.confirmData.patientName = this.patientDetail.patientName
this.confirmData.patientAge = this.patientDetail.patientAge
this.confirmData.patientGender = this.patientDetail.patientSex
const userData = window.sessionStorage.getItem('qg-userData')
const userData = JSON.parse(window.sessionStorage.getItem('qg-userData'))
this.confirmData.operationSign = userData.signImgBase
this.confirmData.operationDate = this.$moment().format('YYYY-MM-DD HH:mm:ss')
this.confirmData.patientDate = this.$moment().format('YYYY-MM-DD HH:mm:ss')

2
src/page-subspecialty/views/modules/formList/laserSurgery.vue

@ -298,7 +298,7 @@ export default {
this.confirmData.jgzlSyt = odOrOs.os
}
}
const userData = window.sessionStorage.getItem('qg-userData')
const userData = JSON.parse(window.sessionStorage.getItem('qg-userData'))
this.confirmData.operateSign = userData.signImgBase
})
},

2
src/page-subspecialty/views/modules/formList/reportForm.vue

@ -144,7 +144,7 @@ export default {
created() {
this.origin = JSON.parse(JSON.stringify(this.formData))
this.confirmData.patientName = this.patientDetail.patientName
const userData = window.sessionStorage.getItem('qg-userData')
const userData = JSON.parse(window.sessionStorage.getItem('qg-userData'))
this.confirmData.operator = userData.signImgBase
this.getReportInfo()
},

Loading…
Cancel
Save