From 9c18c3f19b670a43e2b0d9928ede6e7b22005720 Mon Sep 17 00:00:00 2001
From: lijie_ycrj <1540286404@qq.com>
Date: Wed, 5 Nov 2025 17:09:57 +0800
Subject: [PATCH] =?UTF-8?q?=E5=B8=AE=E6=89=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
packageB/priority/helpFilter.vue | 497 +++++++++++++++++++++++++++++++
packageB/priority/helpFollow.vue | 442 +++++++++++++++++++++++++++
pages.json | 26 +-
3 files changed, 963 insertions(+), 2 deletions(-)
create mode 100644 packageB/priority/helpFilter.vue
create mode 100644 packageB/priority/helpFollow.vue
diff --git a/packageB/priority/helpFilter.vue b/packageB/priority/helpFilter.vue
new file mode 100644
index 0000000..5e41f6d
--- /dev/null
+++ b/packageB/priority/helpFilter.vue
@@ -0,0 +1,497 @@
+
+
+
+
+
+
+
+ 人员姓名:
+
+
+
+
+ 身份证号:
+
+
+
+
+ 帮扶类型:
+
+ {{filters.helpType || '请选择帮扶类型'}}
+
+
+
+
+ 帮扶人员:
+
+
+
+
+ 所属区域:
+
+ {{filters.region || '请选择所属区域'}}
+
+
+
+
+ 帮扶时间:
+
+
+ 至
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 联系电话:
+ {{record.phone}}
+
+
+
+
+ 身份证号:
+ {{record.idCard}}
+
+
+
+
+ 所属区域:
+ {{record.region}}
+
+
+
+
+ 帮扶人员:
+ {{record.helperName}}
+
+
+
+
+ 帮扶单位:
+ {{record.helperUnit}}
+
+
+
+
+ 帮扶日期:
+ {{record.helpDate}}
+
+
+
+
+ 下次联系:
+ {{record.nextContactDate}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/packageB/priority/helpFollow.vue b/packageB/priority/helpFollow.vue
new file mode 100644
index 0000000..1daf656
--- /dev/null
+++ b/packageB/priority/helpFollow.vue
@@ -0,0 +1,442 @@
+
+
+
+
+
+
+
+
+ 人员姓名
+ {{personInfo.personName}}
+
+
+
+ 帮扶类型
+ {{personInfo.helpType}}
+
+
+
+
+
+ 新增跟进记录
+
+
+ 跟进日期:
+
+
+
+
+ 跟进方式:
+
+ {{followData.followMethod || '请选择跟进方式'}}
+
+
+
+
+ 跟进内容:
+
+
+
+
+ 跟进结果:
+
+
+
+
+ 下一步计划:
+
+
+
+
+ 下次联系:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 跟进方式:
+ {{record.method}}
+
+
+ 跟进人:
+ {{record.follower}}
+
+
+ 跟进内容:
+ {{record.content}}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages.json b/pages.json
index 24fa4b4..90c64d3 100644
--- a/pages.json
+++ b/pages.json
@@ -420,8 +420,30 @@
"navigationBarTitleTextSize": "30rpx"
// "navigationStyle": "custom"
}
- }
- ]
+ },
+ {
+ "path" : "priority/helpFilter",
+ "style" :
+ {
+ "navigationBarTitleText" : "筛选和帮扶",
+ "navigationBarTitleTextSize": "30rpx",
+ "navigationBarBackgroundColor": "#1989fa",
+ "navigationBarTextStyle": "white",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path" : "priority/helpFollow",
+ "style" :
+ {
+ "navigationBarTitleText" : "跟进",
+ "navigationBarTitleTextSize": "30rpx",
+ "navigationBarBackgroundColor": "#1989fa",
+ "navigationBarTextStyle": "white",
+ "navigationStyle": "custom"
+ }
+ }
+ ]
},
{
"root": "packageRc",