Browse Source

小程序点击日志添加楼盘名称

liujq temp20230202 2 years ago
parent
commit
ddf6943c3f

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-699c76ba.7b8bd109.js


+ 1 - 0
src/views/room/clickRecord.vue

@@ -67,6 +67,7 @@ export default {
         { label: '点击类型', prop: 'click_type', type: 'flag', flags: arrToObj(this.$dictData.contact_click_type) },
         { label: '目标类型', prop: 'target_type', type: 'flag', flags: arrToObj(this.$dictData.contact_target_type) },
         { label: '联系ID', prop: 'target_id', },
+        { label: '楼盘名称', prop: 'estate_name', },
         { label: '置业经理', prop: 'sale_name' },
         { label: '置业经理头像', prop: 'sale_avatar', type: 'img' },
         { label: '创建时间', prop: 'create_at' },

+ 2 - 2
src/views/room/components/searchForm/ClickRecord.vue

@@ -33,7 +33,7 @@ export default {
           remoteParams: { skey: 'sale_name', api: `user.admsaleuserlist?page_size=999`, opKey: 'sale_name', opVal: 'id' }
         },
         { label: '点击类型', key: 'click_type', type: 'select', options: this.$dictData.contact_click_type},
-        // { label: '目标类型', key: 'target_type', type: 'select', options: this.$dictData.contact_target_type},
+        { label: '目标类型', key: 'target_type', type: 'select', options: this.$dictData.contact_target_type},
         { label: '点击时间', label2: '开始时间', label3: '结束时间', key: 'startEndTime', type: 'datePicker', rules: 1},
       ]
       this.setDefaultValue(params, 'searchData')
@@ -50,7 +50,7 @@ export default {
         return
       }
       const token = window.sessionStorage.getItem('fp_token')
-      window.open(`https://api.honglouplus.com/adm/contact/click/export?token=${encodeURIComponent(token)}&start_at=${newForm.start_at}&end_at=${newForm.end_at}&sale_id=${newForm.sale_id}`)
+      window.open(`https://api.honglouplus.com/adm/contact/click/export?token=${encodeURIComponent(token)}&click_type=${newForm.click_type}&start_at=${newForm.start_at}&end_at=${newForm.end_at}&sale_id=${newForm.sale_id}`)
     },
     searchHandle() {
       const oldform = this.$refs.ruleForm.baseForm

Some files were not shown because too many files changed in this diff