|
@@ -77,12 +77,14 @@ export default {
|
|
|
if (!params.brokerage) params.brokerage = '待定'
|
|
|
if (!params.report_visit) params.report_visit = '三方水印+带看确认单'
|
|
|
if (!params.report_lock) params.report_lock = '7'
|
|
|
+ if (!params.inner_report_lock) params.inner_report_lock = '7'
|
|
|
if (!params.lead_lock) params.lead_lock = '30'
|
|
|
this.formData = [
|
|
|
{ label: '楼盘名称', key: 'estate_name', class: 'c-2', rules: 1 },
|
|
|
{ label: '中介确访', rules: 1, key: 'is_edit', type: 'select', class: 'c-2', options: this.$dictData.sys_yesno, rules: 1 },
|
|
|
{ label: '报备保护期', key: 'report_lock', type: 'inputFont', class: 'c-2', appendFont: '天' },
|
|
|
{ label: '带看保护期', key: 'lead_lock', type: 'inputFont', class: 'c-2', appendFont: '天' },
|
|
|
+ { label: '内报保护期', key: 'inner_report_lock', type: 'inputFont', class: 'c-2', appendFont: '天' },
|
|
|
{ label: '排序', key: 'sort', class: 'c-2' },
|
|
|
{ label: '楼盘标签', key: 'estate_tag', class: 'c-2', rules: 1 },
|
|
|
{ label: '营销电话', key: 'marketing_phone', class: 'c-2', rules: 1 },
|