From aa055fac8e928e10a70e2089353dc1b67d435576 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 03 九月 2024 11:37:22 +0800
Subject: [PATCH] 测试完成

---
 src/views/patient/propaganda/QuestionnaireTask.vue |   40 +++++++++++++++++++++++++++++++++++-----
 1 files changed, 35 insertions(+), 5 deletions(-)

diff --git a/src/views/patient/propaganda/QuestionnaireTask.vue b/src/views/patient/propaganda/QuestionnaireTask.vue
index fceefd2..49e6951 100644
--- a/src/views/patient/propaganda/QuestionnaireTask.vue
+++ b/src/views/patient/propaganda/QuestionnaireTask.vue
@@ -425,7 +425,7 @@
           class="scriptTopic-dev"
           v-for="item in questionList"
           :key="item.sort"
-          v-if="item.scriptType == 3"
+          v-if="item.scriptType == 4"
         >
           <div class="dev-text">
             {{ item.sort }}銆乕濉┖]<span>{{ item.scriptContent }}</span>
@@ -589,7 +589,7 @@
       questionList: [],
       // 鎮h�呰〃鍗�
       tableLabelhz: [
-        { label: "搴忓彿", width: "", prop: "patid" },
+        // { label: "搴忓彿", width: "", prop: "patid" },
         { label: "鎮h�呭悕绉�", width: "", prop: "name" },
         { label: "鎬у埆", width: "", prop: "sex" },
         { label: "骞撮緞", width: "", prop: "age" },
@@ -790,6 +790,10 @@
             value: "2",
             label: "绾歌川",
           },
+          {
+            value: "5",
+            label: "寰俊鍏紬鍙�",
+          },
         ];
       } else if (this.form.serviceType == 6) {
         this.checkboxlist = [
@@ -842,6 +846,34 @@
             label: "寰俊灏忕▼搴�",
           },
         ];
+      }else if (this.form.serviceType == 2 || this.form.serviceType == 3) {
+        this.checkboxlist = [
+          {
+            value: "1",
+            label: "浜哄伐",
+          },
+          {
+            value: "3",
+            label: "鐢佃瘽",
+          },
+          {
+            value: "4",
+            label: "鐭俊",
+          },
+          {
+            value: "5",
+            label: "寰俊鍏紬鍙�",
+          },
+          {
+            value: "6",
+            label: "寰俊灏忕▼搴�",
+          },
+
+          {
+            value: "8",
+            label: "鏅鸿兘鏈哄櫒浜�",
+          },
+        ];
       }
       getQtemplatelist(queryParams).then((response) => {
         this.userList = response.rows;
@@ -884,7 +916,7 @@
           }
           this.$router.push({
             path: "/followvisit/tasklist",
-            query: { tasktopic: 6 },
+            query: { tasktopic: this.form.serviceType },
           });
         }
       });
@@ -943,7 +975,6 @@
       });
       if (this.patientqueryParams.allhosp == 1) {
         this.tableLabelhz = [
-          { label: "搴忓彿", width: "", prop: "patid" },
           { label: "鎮h�呭悕绉�", width: "", prop: "name" },
           { label: "鎬у埆", width: "", prop: "sex" },
           { label: "骞撮緞", width: "", prop: "age" },
@@ -954,7 +985,6 @@
         ];
       } else if (this.patientqueryParams.allhosp == 2) {
         this.tableLabelhz = [
-          { label: "搴忓彿", width: "", prop: "patid" },
           { label: "鎮h�呭悕绉�", width: "", prop: "name" },
           { label: "鎬у埆", width: "", prop: "sex" },
           { label: "骞撮緞", width: "", prop: "age" },

--
Gitblit v1.9.3