liujq 2 years ago
parent
commit
2cb45f17e4

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/css/chunk-077cbcc8.31f9d959.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.f3cdba63.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-077cbcc8.18521b69.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-fd0fe316.5fa32b5e.js


+ 1 - 1
src/views/cust/components/searchForm/My.vue

@@ -64,7 +64,7 @@ export default {
           this.parentData.fetchData()
         })
       } else {
-        this.$msgw(res.msg)
+        this.$msgw(res.errno + '-' + res.errmsg)
       }
     },
     uploadError(file) {

+ 1 - 1
src/views/cust/index.vue

@@ -66,7 +66,7 @@ export default {
     this.listConfig = {
       rows: [
         { label: '姓名', prop: 'name' },
-        { label: '电话', prop: 'phone' },
+        { label: '手机号', prop: 'phone' },
         { label: '性别', prop: 'sex', type: 'tag', tags: arrToObj(this.$dictData.sex), tagTypeObj: {'male': 'primary', 'female': 'danger'} },
         { label: '备注', prop: 'demand', fullShow: true, minWidth: 200, align: 'left' },
         { label: '创建人', prop: 'createBy' },

+ 1 - 1
src/views/cust/my.vue

@@ -64,7 +64,7 @@ export default {
     this.listConfig = {
       rows: [
         { label: '姓名', prop: 'name' },
-        { label: '电话', prop: 'phone' },
+        { label: '手机号', prop: 'phone' },
         { label: '性别', prop: 'sex', type: 'tag', tags: arrToObj(this.$dictData.sex), tagTypeObj: {'male': 'primary', 'female': 'danger'} },
         { label: '备注', prop: 'demand', fullShow: true, minWidth: 200, align: 'left' },
         { label: '创建时间', prop: 'create_at' },

+ 8 - 1
src/views/house/components/popup/IndexEdit.vue

@@ -71,6 +71,13 @@ export default {
   methods: {
     getDef (str, strKey, strParams) {
       let params = {...this.cObj}
+      if (!params.estate_tag) params.estate_tag = '热销推荐'
+      if (!params.marketing_phone) params.marketing_phone = '18100792072'
+      if (!params.introduce) params.introduce = '全号报备,需提前30分钟报备,报备有效期3天,过期未带访可重新报备。报备成功提供带看二维码。'
+      if (!params.brokerage) params.brokerage = '待定'
+      if (!params.report_visit) params.report_visit = '三方水印+带看确认单'
+      if (!params.report_lock) params.report_lock = '7'
+      if (!params.lead_lock) params.lead_lock = '30'
       this.formData = [
         { label: '楼盘名称', key: 'estate_name', rules: 1 },
         { label: '报备保护期', key: 'report_lock', type: 'inputFont', class: 'c-2', appendFont: '天' },
@@ -89,7 +96,7 @@ export default {
         { label: 'plusId', key: 'honglou_plus', class: 'c-2' },
         { label: '楼盘介绍', key: 'introduce', type: 'textarea', rules: 1 },
         { label: '佣金标准', key: 'brokerage', type: 'textarea', rules: 1 },
-        { label: '带看材料', key: 'report_visit', type: 'textarea', rules: 1 },
+        { label: '带看收集', key: 'report_visit', type: 'textarea', rules: 1 },
       ]
       this.setDefaultValue(params)
     },

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