From 1feb410410781eb56159c8fdd856e68d2c23e0a4 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期五, 12 十二月 2025 15:21:26 +0800
Subject: [PATCH] 测试完成

---
 src/views/followvisit/record/detailpage/index.vue |   34 +++++++++++++++++++++++++++++++---
 1 files changed, 31 insertions(+), 3 deletions(-)

diff --git a/src/views/followvisit/record/detailpage/index.vue b/src/views/followvisit/record/detailpage/index.vue
index 629bad8..8526297 100644
--- a/src/views/followvisit/record/detailpage/index.vue
+++ b/src/views/followvisit/record/detailpage/index.vue
@@ -1439,7 +1439,33 @@
     this.visitCount = this.$route.query.visitCount;
     this.serviceType = this.$route.query.serviceType;
     this.orgname = localStorage.getItem("orgname");
-
+    if (this.orgname == "缂欎簯鍘夸腑鍖诲尰闄�") {
+      this.options = [
+        {
+          value: "鍗婁釜鏈堝悗",
+          label: "鍗婁釜鏈堝悗",
+        },
+        {
+          value: "涓�涓湀鍚�",
+          label: "涓�涓湀鍚�",
+        },   {
+          value: "涓や釜鏈堝悗",
+          label: "涓や釜鏈堝悗",
+        },
+        {
+          value: "涓変釜鏈堝悗",
+          label: "涓変釜鏈堝悗",
+        },
+        {
+          value: "鍏釜鏈堝悗",
+          label: "鍏釜鏈堝悗",
+        },
+        {
+          value: "12涓湀鍚�",
+          label: "12涓湀鍚�",
+        },
+      ];
+    }
     this.getTaskservelist();
   },
   mounted() {
@@ -1579,15 +1605,17 @@
       // 鏍规嵁閫夋嫨鐨勯殢璁挎柟寮忚绠楅殢璁挎棩鏈�
       if (value.includes("涓冨ぉ鍚�")) {
         followupDate.setDate(dischargeDate.getDate() + 7);
-      } else if (value.includes("15澶╁悗")) {
+      } else if (value.includes("15澶╁悗")||value.includes("鍗婁釜鏈堝悗")) {
         followupDate.setDate(dischargeDate.getDate() + 15);
       } else if (value.includes("涓�涓湀鍚�")) {
         followupDate.setMonth(dischargeDate.getMonth() + 1);
+      }else if (value.includes("涓や釜鏈堝悗")) {
+        followupDate.setMonth(dischargeDate.getMonth() + 2);
       } else if (value.includes("涓変釜鏈堝悗")) {
         followupDate.setMonth(dischargeDate.getMonth() + 3);
       } else if (value.includes("鍏釜鏈堝悗")) {
         followupDate.setMonth(dischargeDate.getMonth() + 6);
-      } else if (value.includes("涓�骞村悗")) {
+      } else if (value.includes("涓�骞村悗")||value.includes("12涓湀鍚�")) {
         followupDate.setFullYear(dischargeDate.getFullYear() + 1);
       }
 

--
Gitblit v1.9.3