From 6211ba86037db78a3a96a8aa28acd0f44f37813f Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Tue, 28 May 2024 23:23:15 +0800 Subject: [PATCH] occ --- src/components/occDisease/OccDisease.vue | 10 +- .../occDisease/OccDiseaseConclusion.vue | 8 +- .../occDisease/OccDiseasePoison.vue | 4 +- src/components/sumDoctorCheck/ButtonList.vue | 10 +- src/components/sumDoctorCheck/SumSug.vue | 154 +++++++++++++++--- 5 files changed, 146 insertions(+), 40 deletions(-) diff --git a/src/components/occDisease/OccDisease.vue b/src/components/occDisease/OccDisease.vue index fea1c64..fecfd3c 100644 --- a/src/components/occDisease/OccDisease.vue +++ b/src/components/occDisease/OccDisease.vue @@ -30,8 +30,8 @@
- 测试 - 删除 + 测试 + 删除 确定 关闭
@@ -131,9 +131,9 @@ export default { this.dataTransOpts.tableM.patient_past_medical_history = deepCopy(res.data['patientPastMedicalHistoryDtos']) this.dataTransOpts.tableM.patient_occupational_medical_history = deepCopy(res.data['patientOccupationalMedicalHistoryDtos']) this.dataTransOpts.tableM.patient_poison = deepCopy(res.data['patientPoisonDtos']) - this.dataTransOpts.tableM.patient_poison.forEach(e => { - e.poisonName = dddw(this.dict.poisonList,'id',e.poisonId,'displayName') - }); + // this.dataTransOpts.tableM.patient_poison.forEach(e => { + // e.poisonName = dddw(this.dict.poisonList,'id',e.poisonId,'displayName') + // }); this.dataTransOpts.tableM.patient_occupational_history = deepCopy(res.data['patientOccupationalHistoryDtos']) if (Array.isArray(res.data['patientSymptomDtos']) && res.data['patientSymptomDtos'].length > 0) { this.dataTransOpts.tableM.patient_symptom = deepCopy(res.data['patientSymptomDtos']) diff --git a/src/components/occDisease/OccDiseaseConclusion.vue b/src/components/occDisease/OccDiseaseConclusion.vue index 9f384c4..852956d 100644 --- a/src/components/occDisease/OccDiseaseConclusion.vue +++ b/src/components/occDisease/OccDiseaseConclusion.vue @@ -10,9 +10,9 @@ + size="small" :autosize="{ minRows: 8, maxRows: 8 }" :disabled="!checkPagePriv(pagePriv.privs, '职业健康检查结论')"> + size="small" :autosize="{ minRows: 8, maxRows: 8 }" :disabled="!checkPagePriv(pagePriv.privs, '职业健康检查结论')">
+
+
+ 新增综述 +
+
+