diff --git a/src/components/sumDoctorCheck/ButtonList.vue b/src/components/sumDoctorCheck/ButtonList.vue index 82496a0..212982d 100644 --- a/src/components/sumDoctorCheck/ButtonList.vue +++ b/src/components/sumDoctorCheck/ButtonList.vue @@ -21,17 +21,14 @@
取消审核 -
-
- 新增建议 -
+
- 体检报告 + 体检报告
复查 @@ -75,7 +72,6 @@ export default { PatientRegisterList, SumDiagnosis, }, - props: ["fnSetSuggestionFocus"], data() { return { pagePriv: { @@ -288,7 +284,7 @@ export default { }, //体检报告 - report() { + btnReport() { if (!this.$peisAPI) { this.$message.info("此功能,需要在壳客户端才可运行!") @@ -326,39 +322,7 @@ export default { }, - //增加建议 - addSuggtion() { - let id = String(new Date().getTime()) - let pojo = { - id, - patientRegisterId: this.dataTransOpts.tableS.patient_register.id, - diagnosisIds: [], - medicalInterpretations: [ - { - sumSuggestionHeaderId: id, // 拖拽用到 - diagnosisId: '', // 关联诊断用到 - suggestionContent: '', - } - ], - commonReasons: [ - { - sumSuggestionHeaderId: id, // 拖拽用到 - diagnosisId: '', - suggestionContent: '', - } - ], - healthGuidances: [ - { - sumSuggestionHeaderId: id, // 拖拽用到 - diagnosisId: '', - suggestionContent: '', - } - ], - } - - this.sumDoctorCheck.suggestionList.push(pojo); - this.fnSetSuggestionFocus(id) - }, + //复查 reCheck() { diff --git a/src/components/sumDoctorCheck/SumSug.vue b/src/components/sumDoctorCheck/SumSug.vue index 53ea788..24d154f 100644 --- a/src/components/sumDoctorCheck/SumSug.vue +++ b/src/components/sumDoctorCheck/SumSug.vue @@ -30,12 +30,28 @@
+
+
+ {{ collapse ? + '展开' : '折叠' }}全部建议 +
+
+ 新增建议 +
+
+
+