diff --git a/src/components/360View/commonForm/threeVision.vue b/src/components/360View/commonForm/threeVision.vue index cd697fb..aab223d 100644 --- a/src/components/360View/commonForm/threeVision.vue +++ b/src/components/360View/commonForm/threeVision.vue @@ -598,7 +598,7 @@
- +
@@ -676,6 +676,7 @@
+
@@ -692,8 +693,8 @@
- 分开/集合: - + 分开/集合: + - + + ° / + + + + °
@@ -768,32 +779,9 @@ export default { }, data() { return { - options: { - layout: 'en-US', - layouts: { - // 添加自定义符号 - custom: [ - [ - { key: '1', value: '1' }, - { key: '2', value: '2' }, - { key: '3', value: '3' }, - { key: '11', value: 'custom-word' }, // 将新的键码添加到自定义符号中 - { key: '4', value: '4' }, - { key: '5', value: '5' }, - { key: '6', value: '6' }, - { key: '7', value: '7' }, - { key: '8', value: '8' }, - { key: '9', value: '9' }, - { key: '0', value: '0' }, - { key: '.', value: '.' }, - { key: 'delete', value: '删除' } - ] - ] - } - }, myLayout: [ '1234567890{delete:backspace}|qwertyuiop|asdfghjkl|{shift:goto:1}zxcvbnm|{space:space}{custom:custom}', - '@+-/%△°*()ᴿᴸ|QWERTYUIOP|ASDFGHJKL|{shift:goto:0}ZXCVBNM|{space:space}{custom:custom}' + '@+-/%△°*()ᴿᴸ|1234567890|QWERTYUIOP|ASDFGHJKL|{shift:goto:0}ZXCVBNM|{space:space}{custom:custom}' ], // myLayout: '||{EX:EX}', focusItem: '', @@ -1028,6 +1016,8 @@ export default { // 同时检查-分开/集合 rhgnjcFkjh1: '', rhgnjcFkjh2: '', + rhgnjcFkjh3: '', + rhgnjcFkjh4: '', // Worth-4-dot worth1: '', worth2: '', @@ -1217,7 +1207,10 @@ export default { } this.dataForm[item] = this.dataForm[item] ? this.dataForm[item] + input : input }, - // 获取报告单id + handleZg() { + this.dataForm.rhgnjcRhd = this.dataForm.tssjcZgxsj1 + }, + // 获取报告 单id async queryProject() { const project = window.localStorage.getItem('projectItem') ? JSON.parse(window.localStorage.getItem('projectItem')) : [] const { data: res } = await this.$http.get( diff --git a/src/components/360View/medicalRecord/outPatientRecord/diagnosisForm.vue b/src/components/360View/medicalRecord/outPatientRecord/diagnosisForm.vue index c0df2b4..879c12c 100644 --- a/src/components/360View/medicalRecord/outPatientRecord/diagnosisForm.vue +++ b/src/components/360View/medicalRecord/outPatientRecord/diagnosisForm.vue @@ -28,6 +28,10 @@ export default { } - diff --git a/src/components/360View/medicalRecord/outPatientRecord/historyForm.vue b/src/components/360View/medicalRecord/outPatientRecord/historyForm.vue index 3b2c806..71fe49c 100644 --- a/src/components/360View/medicalRecord/outPatientRecord/historyForm.vue +++ b/src/components/360View/medicalRecord/outPatientRecord/historyForm.vue @@ -40,6 +40,10 @@ export default { } -