From 8a8cbdb9366873aac26ef565f797100dd289d51e Mon Sep 17 00:00:00 2001 From: WXL (wul) <wl_5969728@163.com> Date: 星期四, 28 八月 2025 13:55:45 +0800 Subject: [PATCH] 满意度 --- src/views/patient/propaganda/QuestionnaireTask.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/patient/propaganda/QuestionnaireTask.vue b/src/views/patient/propaganda/QuestionnaireTask.vue index 1e17b21..e8b1844 100644 --- a/src/views/patient/propaganda/QuestionnaireTask.vue +++ b/src/views/patient/propaganda/QuestionnaireTask.vue @@ -1286,7 +1286,7 @@ }, { label: "寰俊灏忕▼搴�", value: 6 }, ]; - } else if (this.form.serviceType == 6) { + } else if (this.form.serviceType == 6||this.form.serviceType == 14||this.form.serviceType == 15) { this.checkboxlist = [ { value: "3", @@ -1440,7 +1440,8 @@ this.deptcodesWards[0] || this.leavehospitaldistrictcodes[0] || this.diagglist[0] || - this.operationcodes[0] + this.operationcodes[0] || + this.form.longTask == 2 ) { } else { this.$modal.msgError("璇烽�夋嫨浠诲姟鍏宠仈鏉′欢"); -- Gitblit v1.9.3