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/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="结束日期" > - + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 搜索 + 重置 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + \ 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