|
@@ -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)
|
|
|
},
|