From 4c1641f428490c15360e40b0283098012a8f6c89 Mon Sep 17 00:00:00 2001 From: Liuyujia <18050528999@163.com> Date: Fri, 10 Feb 2023 17:36:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=8F=E8=AE=BF=E6=9F=A5=E8=AF=A2&=E5=9B=9E?= =?UTF-8?q?=E6=98=BE=20=E6=A0=87=E7=AD=BE=E7=BC=96=E8=BE=91=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/followup.js | 8 + src/components/TabComponents/index.vue | 3 +- src/views/audit-qualitycontrol/index.vue | 3 +- src/views/followupentry/followaudit.vue | 28 +- src/views/followupentry/index.vue | 38 ++- src/views/followupquery/index.vue | 270 +++++++++++------- src/views/followupresearch/index.vue | 160 ++++++----- .../screening/components/ConfigForms.vue | 23 +- src/views/screening/components/FormTab.vue | 12 +- 9 files changed, 344 insertions(+), 201 deletions(-) diff --git a/src/api/followup.js b/src/api/followup.js index f23153d..091b04e 100644 --- a/src/api/followup.js +++ b/src/api/followup.js @@ -4,6 +4,14 @@ import request from "@/utils/request"; * 随访 * * */ +//随访查询 列表 +export function getFollowSearch(params = {}) { + return request({ + url: "/disease-data/follow/search", + method: "get", + params, + }); +} //随访调查 列表 export function getFollowSurvey(params = {}) { return request({ diff --git a/src/components/TabComponents/index.vue b/src/components/TabComponents/index.vue index 6b296a8..6e468a3 100644 --- a/src/components/TabComponents/index.vue +++ b/src/components/TabComponents/index.vue @@ -347,6 +347,7 @@ :inactive-value="op.inactiveValue" > + {{ op.formatter diff --git a/src/views/audit-qualitycontrol/index.vue b/src/views/audit-qualitycontrol/index.vue index b847863..d949236 100644 --- a/src/views/audit-qualitycontrol/index.vue +++ b/src/views/audit-qualitycontrol/index.vue @@ -199,7 +199,8 @@ export default { this.$router.push({ path: "/followaudit", query: { - id: data['unionId'], + unionId: data['unionId'], + unionName:data['unionName'] }, }) } else { diff --git a/src/views/followupentry/followaudit.vue b/src/views/followupentry/followaudit.vue index 85523c3..894f438 100644 --- a/src/views/followupentry/followaudit.vue +++ b/src/views/followupentry/followaudit.vue @@ -4,7 +4,7 @@
当前审核 - 【{{medicalCombination}}】【剩余{{mcCount}}】 + 【{{unionName}}】【剩余{{mcCount}}】
返回 @@ -79,7 +79,7 @@ > {{item.text}} -

编辑标签

+

编辑标签

@@ -107,6 +107,21 @@ + + + +