From deefe719391f0ce156f65714f341879a0faf8a36 Mon Sep 17 00:00:00 2001 From: shidongli Date: Wed, 3 Apr 2024 11:10:59 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E7=B4=A0=E6=9D=90=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/materials/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/manage/materials/index.vue b/src/views/manage/materials/index.vue index 7f6d5cb..5716d88 100644 --- a/src/views/manage/materials/index.vue +++ b/src/views/manage/materials/index.vue @@ -19,7 +19,7 @@ end-placeholder="结束日期" > - + Date: Wed, 3 Apr 2024 11:12:02 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BA=BA=E5=B7=A5=E9=9A=8F=E8=AE=BF?= =?UTF-8?q?=E5=BE=85=E5=8A=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/followup.js | 8 + src/views/system/followup/index.vue | 706 +++++++++++++++++++++++++ src/views/system/followupsee/index.vue | 326 ++++++++++++ 3 files changed, 1040 insertions(+) create mode 100644 src/api/system/followup.js create mode 100644 src/views/system/followup/index.vue create mode 100644 src/views/system/followupsee/index.vue diff --git a/src/api/system/followup.js b/src/api/system/followup.js new file mode 100644 index 0000000..cced368 --- /dev/null +++ b/src/api/system/followup.js @@ -0,0 +1,8 @@ +import request from '@/utils/request' +export function manualFollowUpList(query) { + return request({ + url: '/manage/signroute/manualFollowUpList', + method: 'get', + params: query + }) +} \ No newline at end of file diff --git a/src/views/system/followup/index.vue b/src/views/system/followup/index.vue new file mode 100644 index 0000000..720367a --- /dev/null +++ b/src/views/system/followup/index.vue @@ -0,0 +1,706 @@ + + + + \ No newline at end of file diff --git a/src/views/system/followupsee/index.vue b/src/views/system/followupsee/index.vue new file mode 100644 index 0000000..70cf6f3 --- /dev/null +++ b/src/views/system/followupsee/index.vue @@ -0,0 +1,326 @@ + + + + + \ No newline at end of file