From c615bb9d15536ba0ca165bfdcd45dd96d4e0cc5e Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Wed, 18 Sep 2024 18:15:44 +0800 Subject: [PATCH] bigText --- src/components/doctorCheck/CheckItemList.vue | 20 ++-- src/components/doctorCheck/CheckPicture.vue | 91 +++++++++++++++++-- src/components/doctorCheck/PacsTemplate.vue | 18 +++- .../common-settings/BigtextResultType.vue | 4 +- src/views/doctorCheck/doctorCheck.vue | 2 +- src/views/fee-settings/ResultSetting.vue | 10 +- 6 files changed, 126 insertions(+), 19 deletions(-) diff --git a/src/components/doctorCheck/CheckItemList.vue b/src/components/doctorCheck/CheckItemList.vue index dc95fd5..7bf290a 100644 --- a/src/components/doctorCheck/CheckItemList.vue +++ b/src/components/doctorCheck/CheckItemList.vue @@ -85,7 +85,8 @@ - + @@ -145,7 +146,12 @@ export default { userId: '', // pacs 结果录入 - pacsParams: {}, + pacsParams: { + row: {}, + index: 0, + result: '', + summary: '' + }, }; }, @@ -416,17 +422,19 @@ export default { // pacs结果模板 btnPacsResult(row, index) { + + let result = row.result let summary = '' - this.doctorCheck.checkSummaryList.forEach((e,i) => { + this.doctorCheck.checkSummaryList.forEach((e, i) => { summary += e.summary }); - // console.log('row, index,summary', row, index,summary) - this.pacsParams = { - row,index,summary + row, index, result, summary } + console.log('this.pacsParams ', this.pacsParams ) + this.dialogWin.PacsTemplate = true }, diff --git a/src/components/doctorCheck/CheckPicture.vue b/src/components/doctorCheck/CheckPicture.vue index bd7a35d..98d35e7 100644 --- a/src/components/doctorCheck/CheckPicture.vue +++ b/src/components/doctorCheck/CheckPicture.vue @@ -71,15 +71,43 @@ :closePicUpload="closePicUpload" /> - + - + + + + + 检查结果: + + + + 检查结论: + + + + + + + 选择描述 + 保存结果 + + - - + + + + diff --git a/src/views/common-settings/BigtextResultType.vue b/src/views/common-settings/BigtextResultType.vue index 8b34f5c..fb2725a 100644 --- a/src/views/common-settings/BigtextResultType.vue +++ b/src/views/common-settings/BigtextResultType.vue @@ -102,7 +102,7 @@ - + diff --git a/src/views/fee-settings/ResultSetting.vue b/src/views/fee-settings/ResultSetting.vue index 5269717..bf5c888 100644 --- a/src/views/fee-settings/ResultSetting.vue +++ b/src/views/fee-settings/ResultSetting.vue @@ -266,7 +266,7 @@