From f5221c566758ab0873727da3cb3df645708eb085 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期六, 13 九月 2025 14:41:12 +0800
Subject: [PATCH] 测试分支发布
---
src/views/patient/propaganda/QuestionnaireTask.vue | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/views/patient/propaganda/QuestionnaireTask.vue b/src/views/patient/propaganda/QuestionnaireTask.vue
index 1e17b21..87d5d31 100644
--- a/src/views/patient/propaganda/QuestionnaireTask.vue
+++ b/src/views/patient/propaganda/QuestionnaireTask.vue
@@ -1284,9 +1284,9 @@
value: "5",
label: "寰俊鍏紬鍙�",
},
- { label: "寰俊灏忕▼搴�", value: 6 },
+ { 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",
@@ -1353,6 +1353,7 @@
this.form.serviceType == 2 ||
this.form.serviceType == 3 ||
this.form.serviceType == 5 ||
+ this.form.serviceType == 16 ||
this.form.serviceType == 4
) {
this.checkboxlist = [
@@ -1440,7 +1441,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