日期:
@@ -200,6 +201,7 @@ export default {
patientDate: '',
patientGender: '',
patientName: '',
+ patientId: '',
patientSign: '',
qgy: '',
ydb: '',
@@ -413,6 +415,7 @@ export default {
this.confirmData.patientName = this.patientDetail.patientName
this.confirmData.patientAge = this.patientDetail.patientAge
this.confirmData.patientGender = this.patientDetail.patientSex
+ this.confirmData.patientId = this.patientDetail.patientId
const userData = JSON.parse(window.sessionStorage.getItem('qg-userData'))
this.confirmData.operationSign = userData.signImgBase
this.confirmData.operationDate = this.$moment().format('YYYY-MM-DD')
@@ -421,6 +424,7 @@ export default {
this.confirmData.patientName = detail.patientName
this.confirmData.patientAge = detail.patientAge
this.confirmData.patientGender = detail.patientGender
+ this.confirmData.patientId = detail.patientId
this.confirmData.operationSign = detail.operationSign
this.confirmData.operationDate = detail.operationDate
this.confirmData.patientDate = detail.patientDate
diff --git a/src/page-subspecialty/views/modules/formList/InjectionTherapy.vue b/src/page-subspecialty/views/modules/formList/InjectionTherapy.vue
index d19fde7..c646e4b 100644
--- a/src/page-subspecialty/views/modules/formList/InjectionTherapy.vue
+++ b/src/page-subspecialty/views/modules/formList/InjectionTherapy.vue
@@ -65,7 +65,7 @@
-
![]()
+
diff --git a/src/page-subspecialty/views/modules/formList/MinorOperation.vue b/src/page-subspecialty/views/modules/formList/MinorOperation.vue
index 66fef31..ff06b2f 100644
--- a/src/page-subspecialty/views/modules/formList/MinorOperation.vue
+++ b/src/page-subspecialty/views/modules/formList/MinorOperation.vue
@@ -101,7 +101,7 @@
患者签名:
@@ -124,7 +124,7 @@
@@ -93,7 +93,7 @@
医生签名:
-
+
diff --git a/src/page-subspecialty/views/modules/formList/conjunctivalOperation.vue b/src/page-subspecialty/views/modules/formList/conjunctivalOperation.vue
index 0e60b20..93f004e 100644
--- a/src/page-subspecialty/views/modules/formList/conjunctivalOperation.vue
+++ b/src/page-subspecialty/views/modules/formList/conjunctivalOperation.vue
@@ -53,7 +53,7 @@
-
![]()
+
@@ -73,7 +73,7 @@
-
![]()
+
与患者关系
@@ -97,7 +97,7 @@
医生签名:
-
+
diff --git a/src/page-subspecialty/views/modules/formList/cornealForeign.vue b/src/page-subspecialty/views/modules/formList/cornealForeign.vue
index c83fcd4..df42fa0 100644
--- a/src/page-subspecialty/views/modules/formList/cornealForeign.vue
+++ b/src/page-subspecialty/views/modules/formList/cornealForeign.vue
@@ -81,7 +81,7 @@
-
![]()
+
@@ -101,7 +101,7 @@
-
![]()
+
与患者关系
@@ -125,7 +125,7 @@
医生签名:
-
+
diff --git a/src/page-subspecialty/views/modules/formList/laserSurgery.vue b/src/page-subspecialty/views/modules/formList/laserSurgery.vue
index ac5a76c..9498312 100644
--- a/src/page-subspecialty/views/modules/formList/laserSurgery.vue
+++ b/src/page-subspecialty/views/modules/formList/laserSurgery.vue
@@ -365,6 +365,8 @@ export default {
this.confirmData = { ...detail }
if (!detail.jzNumber) {
this.queryDiagnostic()
+ const userData = JSON.parse(window.sessionStorage.getItem('qg-userData'))
+ this.confirmData.operateSign = userData.signImgBase
this.confirmData.patientName = this.patientDetail.patientName
this.confirmData.patientAge = this.patientDetail.patientAge
this.confirmData.patientSex = this.patientDetail.patientSex
@@ -379,8 +381,6 @@ export default {
this.confirmData.jgzlSyt = require('@/assets/img/os.png')
}
}
- const userData = JSON.parse(window.sessionStorage.getItem('qg-userData'))
- this.confirmData.operateSign = userData.signImgBase
})
},
// 保存
diff --git a/src/page-subspecialty/views/modules/formList/mraForm.vue b/src/page-subspecialty/views/modules/formList/mraForm.vue
index 587f725..7718daf 100644
--- a/src/page-subspecialty/views/modules/formList/mraForm.vue
+++ b/src/page-subspecialty/views/modules/formList/mraForm.vue
@@ -62,7 +62,7 @@
患者签字:
@@ -70,7 +70,7 @@
或授权亲属签字(关系):
日期:
@@ -159,7 +159,7 @@
执行药敏试验者签字:
工号:
@@ -168,7 +168,7 @@
核对药敏实验者签字:
工号:
diff --git a/src/page-subspecialty/views/modules/formList/mraOrder.vue b/src/page-subspecialty/views/modules/formList/mraOrder.vue
index 2c86a0f..56a3d0b 100644
--- a/src/page-subspecialty/views/modules/formList/mraOrder.vue
+++ b/src/page-subspecialty/views/modules/formList/mraOrder.vue
@@ -190,6 +190,16 @@
+
@@ -257,6 +267,7 @@ export default {
remark: '',
yzOpen: '',
isPrint: '',
+ needYdzxpt: false,
examineDate: '',
checkAdvice: '',
docAdvice: '',
@@ -304,6 +315,9 @@ export default {
this.getOrderDetail()
},
methods: {
+ changeNeed() {
+ this.$set(this.formData, 'needYdzxpt', !this.formData.needYdzxpt)
+ },
// 获取医生列表
getDoctorList() {
this.$http.get('/sys/user', { params: { position: '门诊医师' }}).then(data => {
diff --git a/src/page-subspecialty/views/modules/formList/puncture.vue b/src/page-subspecialty/views/modules/formList/puncture.vue
index e514299..ada2c7a 100644
--- a/src/page-subspecialty/views/modules/formList/puncture.vue
+++ b/src/page-subspecialty/views/modules/formList/puncture.vue
@@ -57,7 +57,7 @@
-
![]()
+
@@ -78,7 +78,7 @@
-
![]()
+
与患者关系
@@ -102,7 +102,7 @@
医生签名:
-
+
diff --git a/src/page-subspecialty/views/modules/optometryManagement/outFocusEye/outDetail.vue b/src/page-subspecialty/views/modules/optometryManagement/outFocusEye/outDetail.vue
index 7b035bf..e21d987 100644
--- a/src/page-subspecialty/views/modules/optometryManagement/outFocusEye/outDetail.vue
+++ b/src/page-subspecialty/views/modules/optometryManagement/outFocusEye/outDetail.vue
@@ -38,8 +38,8 @@
日期:
+ >
+
+
+
+
+
+ {{ scope.row.name }}
+
+
+
-
-
+
+
-
+
+
+
+
+
+
+
+
+
-
+
@@ -165,6 +183,24 @@ export default {
},
data() {
return {
+ brandList: [
+ {
+ label: '依视路兴趣空',
+ value: '依视路兴趣空'
+ }, {
+ label: '蔡司成长乐',
+ value: '蔡司成长乐'
+ }, {
+ label: '蔡司小乐圆',
+ value: '蔡司小乐圆'
+ }, {
+ label: '豪雅新乐学',
+ value: '豪雅新乐学'
+ }, {
+ label: '豪雅爱乐学',
+ value: '豪雅爱乐学'
+ }
+ ],
tableData: [
{
checkDate: '',
@@ -172,6 +208,8 @@ export default {
ds: '右眼',
dc: '右眼',
iol: '右眼',
+ brand1: '右眼',
+ brand2: '右眼',
pd: '右眼',
ph: '右眼',
va: '右眼',
@@ -184,6 +222,20 @@ export default {
ds: '左眼',
dc: '左眼',
iol: '左眼',
+ brand1: '右眼',
+ brand2: '右眼',
+ pd: '左眼',
+ ph: '左眼',
+ va: '左眼',
+ a: '左眼',
+ remark: ''
+ },
+ {
+ checkDate: '',
+ name: '备注',
+ ds: '左眼',
+ dc: '左眼',
+ iol: '左眼',
pd: '左眼',
ph: '左眼',
va: '左眼',
@@ -226,10 +278,10 @@ export default {
this.$parent.reFresh()
},
objectSpanMethod({ row, column, rowIndex, columnIndex }) {
- if (columnIndex === 0 || columnIndex === 9) {
- if (rowIndex % 2 === 0) {
+ if (columnIndex === 0) {
+ if (rowIndex % 3 === 0) {
return {
- rowspan: 2,
+ rowspan: 3,
colspan: 1
}
} else {
@@ -239,6 +291,14 @@ export default {
}
}
}
+ if (columnIndex === 1) {
+ if (rowIndex % 3 === 2) {
+ return {
+ rowspan: 1,
+ colspan: 11
+ }
+ }
+ }
},
// 获取患者信息
async getPatientInfo() {
@@ -328,6 +388,9 @@ export default {
overflow: hidden;
}
}
+::v-deep .el-icon-arrow-up{
+ display: none;
+}
diff --git a/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/informBook/notice-book.vue b/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/informBook/notice-book.vue
index 212a558..a7f60bc 100644
--- a/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/informBook/notice-book.vue
+++ b/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/informBook/notice-book.vue
@@ -83,12 +83,12 @@
日期:
@@ -105,12 +105,12 @@
日期:
diff --git a/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/informBook/rgp-book.vue b/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/informBook/rgp-book.vue
index 1b5eeb5..9e9aef6 100644
--- a/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/informBook/rgp-book.vue
+++ b/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/informBook/rgp-book.vue
@@ -71,12 +71,12 @@
日期:
@@ -93,12 +93,12 @@
日期:
diff --git a/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/notice-book.vue b/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/notice-book.vue
index 420fff4..51eb0af 100644
--- a/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/notice-book.vue
+++ b/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/notice-book.vue
@@ -6,7 +6,7 @@
打印
-
+
角膜塑形镜配戴告知书
@@ -46,7 +46,7 @@
10.验配单位对配戴角膜塑形镜的人员进行试戴评估,以便评估配戴者是否适合配戴角膜塑形镜。但是,鉴于个体条件的差异性、使用习惯、卫生条件以及其他外部环境的影响,上述评估效果仅在试戴时确定配戴者是否适合配戴,并非确定配戴以后任何时期是否适合配戴的有效依据,因此,验配单位无法保证正式配戴过程中不出现排异性、不适配或其他不良反应。
-
+
11.镜片常规使用寿命为1年~1.5年。夜间常规配戴时间7-10小时,不超过12小时。
@@ -76,24 +76,24 @@
- 时间: {{doctorSignDate ? doctorSignDate.substring(0,16) : ''}}
+ 时间: {{ doctorSignDate ? doctorSignDate.substring(0,16) : '' }}
- 时间: {{wearerOrGuardianSignDate ? wearerOrGuardianSignDate.substring(0,16) : ''}}
+ 时间: {{ wearerOrGuardianSignDate ? wearerOrGuardianSignDate.substring(0,16) : '' }}
-
-
+
+
宁波市眼科医院角膜塑形术双方责任约定
@@ -153,17 +153,17 @@
@@ -208,13 +208,13 @@
阅读者
签名:
![]()
-
![]()
+
-
-
+
+
角膜塑形镜配戴告知书
@@ -254,7 +254,7 @@
10.验配单位对配戴角膜塑形镜的人员进行试戴评估,以便评估配戴者是否适合配戴角膜塑形镜。但是,鉴于个体条件的差异性、使用习惯、卫生条件以及其他外部环境的影响,上述评估效果仅在试戴时确定配戴者是否适合配戴,并非确定配戴以后任何时期是否适合配戴的有效依据,因此,验配单位无法保证正式配戴过程中不出现排异性、不适配或其他不良反应。
-
+
11.镜片常规使用寿命为1年~1.5年。夜间常规配戴时间7-10小时,不超过12小时。
@@ -284,17 +284,17 @@
@@ -418,7 +418,7 @@ export default {
set(val) {
}
- },
+ }
},
created() {
},
@@ -440,7 +440,7 @@ export default {
// 获取告知书签名
getNoticeName() {
const params = {
- patientId: this.patientId,
+ patientId: this.patientId
}
this.$http.get('/hospital/notice/getNoticeSign', { params: params }).then(({ data: res }) => {
if (res.code !== 0) {
diff --git a/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/ok-lens-rgp/removeLens-returnGoods-or-update.vue b/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/ok-lens-rgp/removeLens-returnGoods-or-update.vue
index 3b65a30..7a774b1 100644
--- a/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/ok-lens-rgp/removeLens-returnGoods-or-update.vue
+++ b/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/ok-lens-rgp/removeLens-returnGoods-or-update.vue
@@ -43,7 +43,7 @@
取镜签字:
-
![]()
+
@@ -73,7 +73,7 @@
取镜签名:
![]()
diff --git a/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/ok-lens/removeLens-returnGoods-or-update.vue b/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/ok-lens/removeLens-returnGoods-or-update.vue
index 5db0acf..41053aa 100644
--- a/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/ok-lens/removeLens-returnGoods-or-update.vue
+++ b/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/ok-lens/removeLens-returnGoods-or-update.vue
@@ -40,7 +40,7 @@
取镜签字:
-
![]()
+
@@ -71,7 +71,7 @@
签名
-
+
diff --git a/src/page-subspecialty/views/pages/login.vue b/src/page-subspecialty/views/pages/login.vue
index cefaeb7..18f855a 100644
--- a/src/page-subspecialty/views/pages/login.vue
+++ b/src/page-subspecialty/views/pages/login.vue
@@ -26,16 +26,16 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
{{ $t('login.title') }}
@@ -53,6 +53,7 @@ import Cookies from 'js-cookie'
import debounce from 'lodash/debounce'
import { messages } from '@/i18n'
import { getUUID } from '@/utils'
+import md5 from 'uuid/dist/esm-browser/md5'
export default {
data() {
return {
@@ -82,7 +83,7 @@ export default {
}
},
created() {
- // this.getCaptcha()
+ this.getCaptcha()
},
methods: {
submitNext() {
@@ -100,12 +101,15 @@ export default {
if (!valid) {
return false
}
- this.$http.post('/login', this.dataForm).then(({ data: res }) => {
+ const params = {
+ ...this.dataForm
+ }
+ params.password = this.$Base64.encode(this.dataForm.password)
+ this.$http.post('/login', params).then(({ data: res }) => {
if (res.code !== 0) {
this.getCaptcha()
return this.$message.error(res.msg)
}
- // Cookies.set('xa-token', res.data.token)
window.sessionStorage.setItem('xa-token', res.data.token)
window.sessionStorage.setItem('qg-userData', JSON.stringify(res.data.currentUser))
this.$router.push({ name: 'outpatientManagement-call' })