230320a303 1 year ago
parent
commit
8e4f041581

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-96959d96.1451fc81.css


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


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-96959d96.15bcdfb5.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-ff83540a.0c8f0d95.js


+ 2 - 0
src/views/house/components/popup/IndexEdit.vue

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

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