From 286dade1e2ef89f02d381fe9cb2130a6ffe111d5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=BC=A0=E7=A5=A5=E7=91=9E?= <1131549607@qq.com>
Date: Tue, 5 Aug 2025 15:03:47 +0800
Subject: [PATCH] =?UTF-8?q?0805=E5=BC=A0=E7=A5=A5=E7=91=9E?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/FollowUpRecords/followrecords.ts | 12 ++++
src/pages-bpm/FollowUpRecords/index.vue | 70 ++++++++++++++++++++++++
src/pages.json | 4 ++
src/types/uni-pages.d.ts | 1 +
4 files changed, 87 insertions(+)
create mode 100644 src/api/FollowUpRecords/followrecords.ts
create mode 100644 src/pages-bpm/FollowUpRecords/index.vue
diff --git a/src/api/FollowUpRecords/followrecords.ts b/src/api/FollowUpRecords/followrecords.ts
new file mode 100644
index 0000000..05b8a9e
--- /dev/null
+++ b/src/api/FollowUpRecords/followrecords.ts
@@ -0,0 +1,12 @@
+import { http } from '@/utils/http';
+
+
+
+/*通过id查询数据*/
+export function queryByIdApi(id : string) {
+ return http({
+ url: '/cxcGwjktbHmcAPP/cxcGwjktbHmcAPP/queryById',
+ method: 'GET',
+ data: { id }
+ })
+}
\ No newline at end of file
diff --git a/src/pages-bpm/FollowUpRecords/index.vue b/src/pages-bpm/FollowUpRecords/index.vue
new file mode 100644
index 0000000..12fbfb3
--- /dev/null
+++ b/src/pages-bpm/FollowUpRecords/index.vue
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+ 体征
+
+
+
+
+
+ 生活方式指导
+
+
+
+
+
+
+
+
+ 用药情况
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages.json b/src/pages.json
index eaa5d09..d86be2d 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -572,6 +572,10 @@
"path": "document/index",
"type": "page"
},
+ {
+ "path": "FollowUpRecords/index",
+ "type": "page"
+ },
{
"path": "khss/index",
"type": "page"
diff --git a/src/types/uni-pages.d.ts b/src/types/uni-pages.d.ts
index 195aaa2..d2bdcda 100644
--- a/src/types/uni-pages.d.ts
+++ b/src/types/uni-pages.d.ts
@@ -66,6 +66,7 @@ interface NavigateToOptions {
"/pages-process/taskHandle" |
"/pages-bpm/carRental/index" |
"/pages-bpm/document/index" |
+ "/pages-bpm/FollowUpRecords/index" |
"/pages-bpm/khss/index" |
"/pages-bpm/lawsAndRegulations/index" |
"/pages-bpm/leaveApplication/index" |