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 @@