From 541d44b4f2caec5f78055bd07e681dd3b10b655e Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 21 Jul 2025 16:44:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E8=AE=B0=E9=97=AE=E9=A2=98=E4=B8=8D?= =?UTF-8?q?=E6=98=AF=E6=95=B0=E5=80=BCNE=E7=9A=84=E4=B9=9F=E8=83=BD?= =?UTF-8?q?=E4=BF=9D=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms3D/components/customize/QuestionFormItem.vue | 2 ++ .../dicoms3D/components/customize/QuestionTableFormItem.vue | 1 + 2 files changed, 3 insertions(+) diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionFormItem.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionFormItem.vue index 993c2135..39de0be5 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionFormItem.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionFormItem.vue @@ -1105,6 +1105,8 @@ export default { // }, async operateImageMarker(obj) { // if (obj.question.IsTableQuestion && this.question.Id !== obj.question.ParentQsId) return + console.log(this.questionForm[obj.question.Id], 'this.questionForm[obj.question.Id]') + if (obj.operateStateEnum === 5 && (((isNaN(parseFloat(this.questionForm[obj.question.Id])) || this.questionForm[obj.question.Id] !== 'NE') && this.questionForm[obj.question.Id]))) return false if (obj.operateStateEnum === 4) { // 移除问题标记值 this.$set(this.questionForm, obj.question.Id, null) diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionTableFormItem.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionTableFormItem.vue index c72de820..bd344c16 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionTableFormItem.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionTableFormItem.vue @@ -536,6 +536,7 @@ export default { obj.question.IsTableQuestion = true obj.question.RowId = this.rowId obj.question.ParentQsId = this.parentQsId + if (obj.operateStateEnum === 7 && (((isNaN(parseFloat(this.questionForm[obj.question.Id])) || this.questionForm[obj.question.Id] !== 'NE') && this.questionForm[obj.question.Id]))) return false if (obj.operateStateEnum === 7) { // 保存表格问题标记 // if (!obj.question.RowId) {