diff --git a/src/pages/business/CRM/map/addRearkSignIn.vue b/src/pages/business/CRM/map/addRearkSignIn.vue
index f841f2e..e89f93e 100644
--- a/src/pages/business/CRM/map/addRearkSignIn.vue
+++ b/src/pages/business/CRM/map/addRearkSignIn.vue
@@ -8,12 +8,19 @@
-
-
-
-
+
+
+
+
+
+
+
+
+
@@ -27,20 +34,20 @@ import { parseTime } from '@/utils/datetime.js';
import { onLoad } from '@dcloudio/uni-app';
import { getNavBarPaddingTop } from '@/utils/system.js'
let form = reactive({
- addressForStart: null,
- addressForEnd: null,
- createId: null,
- staffName: null,
- visistCode: null,
- visistId: null,
- mapId: null,
- remark: null
- })
+ addressForStart: null,
+ addressForEnd: null,
+ createId: null,
+ staffName: null,
+ visistCode: null,
+ visistId: null,
+ mapId: null,
+ remark: null
+})
// 获取导航栏高度用于内容区域padding
const navBarPaddingTop = ref(0);
onMounted(() => {
- navBarPaddingTop.value = getNavBarPaddingTop() * 2;
+ navBarPaddingTop.value = getNavBarPaddingTop() * 2;
})
onLoad(option => {
diff --git a/src/pages/business/CRM/map/vistorCheckin.vue b/src/pages/business/CRM/map/vistorCheckin.vue
index 07e19eb..58f37f7 100644
--- a/src/pages/business/CRM/map/vistorCheckin.vue
+++ b/src/pages/business/CRM/map/vistorCheckin.vue
@@ -1,537 +1,344 @@
-
-
-
- 签到
-
+
+
+
+
-
- 打卡
-
+
+
-
-
-
-
-
- {{ clockInAddress }}
-
-
+
+
+
+
+
+
+ 业务人员可通过
+ 签到
+ 或
+ 打卡
+
+ 进行行为记录,该时间会和走访报告中的时间进行关联,便于查看。
-
+
+
+
+
+
-
-
\ No newline at end of file
+