From a63c75326053e5aba5a2569a21f2cc19a79755af Mon Sep 17 00:00:00 2001
From: buffeyu <271839173@qq.com>
Date: Wed, 12 Jan 2022 23:55:29 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B7=9F=E8=BF=9B=E8=AE=B0=E5=BD=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
App.vue | 5 +-
pages.json | 15 +-
pages/add-record/index.vue | 231 ++++++++++++++++++++++
pages/client-detail/basic-information.vue | 11 +-
pages/follow-up-records/index.vue | 177 +++++++++++++++++
pages/follow-up-records/timeLine.vue | 18 ++
pages/follow-up-records/timelineItem.vue | 87 ++++++++
7 files changed, 539 insertions(+), 5 deletions(-)
create mode 100644 pages/add-record/index.vue
create mode 100644 pages/follow-up-records/index.vue
create mode 100644 pages/follow-up-records/timeLine.vue
create mode 100644 pages/follow-up-records/timelineItem.vue
diff --git a/App.vue b/App.vue
index 0e6160e..03963a6 100644
--- a/App.vue
+++ b/App.vue
@@ -16,5 +16,8 @@ export default {
diff --git a/pages.json b/pages.json
index 7a623ee..85267b6 100644
--- a/pages.json
+++ b/pages.json
@@ -215,7 +215,20 @@
"enablePullDownRefresh": false
}
- }
+ },
+ {
+ "path": "pages/follow-up-records/index",
+ "style": {
+ "navigationBarTitleText": "跟进记录"
+ }
+ },
+ {
+ "path": "pages/add-record/index",
+ "style": {
+ "navigationBarTitleText": "新增跟进记录",
+ "navigationStyle": "custom"
+ }
+ }
],
"globalStyle": {
"navigationBarTextStyle": "black",
diff --git a/pages/add-record/index.vue b/pages/add-record/index.vue
new file mode 100644
index 0000000..e561d14
--- /dev/null
+++ b/pages/add-record/index.vue
@@ -0,0 +1,231 @@
+
+
+
+
+
+
+
+ 拜访对象
+
+
+
+
+
+
+
+
+ 沟通记录
+
+
+
+
+
+
+
+
+ 备注信息
+
+
+
+
+
+ 广州市天河区
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/client-detail/basic-information.vue b/pages/client-detail/basic-information.vue
index cd24f9b..1fbe9a0 100644
--- a/pages/client-detail/basic-information.vue
+++ b/pages/client-detail/basic-information.vue
@@ -4,7 +4,7 @@
@@ -212,7 +212,8 @@
+
+
diff --git a/pages/follow-up-records/timeLine.vue b/pages/follow-up-records/timeLine.vue
new file mode 100644
index 0000000..3383db7
--- /dev/null
+++ b/pages/follow-up-records/timeLine.vue
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
diff --git a/pages/follow-up-records/timelineItem.vue b/pages/follow-up-records/timelineItem.vue
new file mode 100644
index 0000000..ac6b251
--- /dev/null
+++ b/pages/follow-up-records/timelineItem.vue
@@ -0,0 +1,87 @@
+
+
+
+
+ {{leftTime}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+