diff --git a/src/components/360View/commonForm/deveopmentFIle-copy.vue b/src/components/360View/commonForm/deveopmentFIle-copy.vue
new file mode 100644
index 0000000..199fb73
--- /dev/null
+++ b/src/components/360View/commonForm/deveopmentFIle-copy.vue
@@ -0,0 +1,798 @@
+
+
+
+ 打印
+ 保存
+ 删除
+
+
+
+

+
+
+ 青少年儿童屈光发育档案
+
+
+
+
+
+ {{ scope.row.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/360View/commonForm/optometryForm-copy.vue b/src/components/360View/commonForm/optometryForm-copy.vue
new file mode 100644
index 0000000..70307a3
--- /dev/null
+++ b/src/components/360View/commonForm/optometryForm-copy.vue
@@ -0,0 +1,1019 @@
+
+
+
+ 打印
+ 保存
+ 删除
+
+
+
+

+
+
+ 验光报告单
+
+
+ 登记号:
+ 姓名:
+ 性别:
+ 年龄:
+ 屈光发育档案:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
视光师:
+
![]()
+
+
+
+ 医师:
+
+
+
+ 日期:
+
+
+
说明:1.持本报告但配镜仅供参考。 2.本报告单有效期3个月
+
+
+
+
+
+
+
+
+
diff --git a/src/components/360View/forePart/index-copy.vue b/src/components/360View/forePart/index-copy.vue
new file mode 100644
index 0000000..5a8279e
--- /dev/null
+++ b/src/components/360View/forePart/index-copy.vue
@@ -0,0 +1,1060 @@
+
+
+
+
+
+
描述项模板
+
+新增
+
+
+
+ {{ node.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 结膜:充血
+
+
+
+ 结膜:分泌物
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ scope.row.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+ 结膜:充血
+
+
+ 结膜:分泌物
+
+
+
+
+
{{ scope.row.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/360View/index1.vue b/src/components/360View/index1.vue
index 2b22b90..9e2bc57 100644
--- a/src/components/360View/index1.vue
+++ b/src/components/360View/index1.vue
@@ -204,7 +204,7 @@
ref="keyIndicatorRef"
class="key-content"
v-bind="$attrs"
- :patient-id="patientBaseData.patientId"
+ :patient-id="patientId"
:patient-id-number="patientBaseData.patientIdNumber"
/>
diff --git a/src/components/360View/key-indicators.vue b/src/components/360View/key-indicators.vue
index d0c4cae..c35461f 100644
--- a/src/components/360View/key-indicators.vue
+++ b/src/components/360View/key-indicators.vue
@@ -146,8 +146,8 @@ export default {
async getShiLiAndYanYaData() {
const { data: res } = await this.$http.get('/patient/view/getYanZouAndYanYaData', {
params: {
- patientId: '200203836'
- // patientId: this.patientId
+ // patientId: '200203836'
+ patientId: this.patientId
}
})
if (res.code === 0) {
diff --git a/src/components/360View/opticalFile/index.vue b/src/components/360View/opticalFile/index.vue
index 01c53fa..9c64a31 100644
--- a/src/components/360View/opticalFile/index.vue
+++ b/src/components/360View/opticalFile/index.vue
@@ -56,7 +56,7 @@
@save="updateForm"
@del="deleteForm"
/>
-
+
-
+
@@ -78,8 +78,8 @@
import ourPatientRecord from './outPatientRecord'
import eyesVision from '@/components/360View/commonForm/eyesVision' //
import threeVision from '@/components/360View/commonForm/threeVision' //
-import optometryForm from '@/components/360View/commonForm/optometryForm' //
-import deveopmentFile from '@/components/360View/commonForm/deveopmentFIle' //
+import optometryForm from '@/components/360View/commonForm/optometryForm-copy' //
+import deveopmentFile from '@/components/360View/commonForm/deveopmentFIle-copy' //
export default {
components: {
ourPatientRecord,
@@ -132,32 +132,14 @@ export default {
this.id = item.id
this.name = item.name
this.formDate = item.createTime
- if (item.name === '双眼视功能检查报告单') {
- this.eyesData = item.jsonText ? JSON.parse(item.jsonText) : {}
- } else if (item.name === '验光报告单') {
- this.optomeData = item.jsonText ? JSON.parse(item.jsonText) : {}
- if (item.jsonText) {
+ if (item.name === '验光报告单') {
this.$nextTick(() => {
- this.$refs.optome.setData()
+ this.$refs.optome.queryForm()
})
- } else {
- this.$nextTick(() => {
- this.$refs.optome.reSet()
- })
- }
- } else if (item.name === '三级视功能检查报告单') {
- this.threeData = item.jsonText ? JSON.parse(item.jsonText) : {}
} else if (item.name === '屈光发育档案') {
- this.deveopData = item.jsonText ? JSON.parse(item.jsonText) : {}
- if (item.jsonText) {
this.$nextTick(() => {
- this.$refs.deveope.setData()
+ this.$refs.deveope.queryForm()
})
- } else {
- this.$nextTick(() => {
- this.$refs.deveope.reSet()
- })
- }
}
},
// 添加表单
@@ -216,8 +198,7 @@ export default {
this.curIndex = 0
this.id = this.formList.length ? this.formList[0].id : ''
this.name = this.formList.length ? this.formList[0].name : ''
- const jsonText = this.formList.length ? this.formList[0].jsonText : ''
- this.handleForm(this.curIndex, { name: this.name, id: this.id, jsonText: jsonText })
+ this.handleForm(this.curIndex, { name: this.name, id: this.id })
}
} else {
this.$message.error(res.msg)
@@ -479,3 +460,4 @@ export default {
padding-left: 14px !important;
}
+
diff --git a/src/components/360View/routine/index.vue b/src/components/360View/routine/index.vue
index 1bf8fe5..6a5478c 100644
--- a/src/components/360View/routine/index.vue
+++ b/src/components/360View/routine/index.vue
@@ -3,7 +3,6 @@