230320a303 vor 1 Jahr
Ursprung
Commit
45f4d36c32

Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
dist/index.html


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
dist/static/css/chunk-0638bdbb.90916de3.css


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
dist/static/js/app.e9ab75d8.js


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
dist/static/js/chunk-0638bdbb.6448a63d.js


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
dist/static/js/chunk-75910c46.e0651d9d.js


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

@@ -417,8 +417,8 @@ export default {
         { label: '初次交付时间', key: 'deliver_time', class: 'c-3', type: 'datePicker', type2: 'month', valueFormat: 'yyyy-MM'},
         { label: '楼盘单价', key: 'price_range', class: 'c-3', type: 'inputFont', appendFont: '/㎡', rules: 1 },
         { label: '户型面积区间', key: 'built_area', class: 'c-3', type: 'inputFont', appendFont: '㎡' },
-        { label: '是否销控', key: 'sale_ctrl', type: 'select', class: 'c-3', options: this.$dictData.sys_yesno },
-        { label: '产品类型', key: 'product_type', type: 'select', options: this.$dictData.product_type, multiple: true, changeHandle: this.productTypeChange},
+        // { label: '是否销控', key: 'sale_ctrl', type: 'select', class: 'c-3', options: this.$dictData.sys_yesno },
+        { label: '产品类型', key: 'product_type', type: 'select', class: 'c-3s', options: this.$dictData.product_type, multiple: true, changeHandle: this.productTypeChange},
         // { label: '房型', key: 'house_type', type: 'select', options: this.$dictData.house_type, multiple: true},
         // { label: '面积', label2: '多个面积英文逗号,分开(如:100,120)', key: 'house_area', type: 'inputFont', appendFont: '㎡'},
         // { label: '均价范围1', key: 'price_min', class: 'c-3', type: 'inputFont', appendFont: '元(最小)'},

+ 2 - 0
src/views/house/components/searchForm/Index.vue

@@ -47,6 +47,7 @@ export default {
           { label: '楼盘名称', key: 'estate_name' },
           { label: '是否新房', key: 'is_new', type: 'select', options: this.$dictData.sys_yesno},
           { label: '楼盘状态', key: 'estate_tag', type: 'select', options: this.$dictData.estate_tag},
+          { label: '产品类型', key: 'product_type', type: 'select', options: this.$dictData.product_type},
           { label: '就读学校', key: 'school_id', type: 'selectRemote',
             remoteParams: { skey: 'school_name', api: `school.admschoollist`, opKey: 'school_name', opVal: 'id' }
           },
@@ -62,6 +63,7 @@ export default {
           { label: '楼盘名称', key: 'estate_name' },
           { label: '是否新房', key: 'is_new', type: 'select', options: this.$dictData.sys_yesno},
           { label: '楼盘状态', key: 'estate_tag', type: 'select', options: this.$dictData.estate_tag},
+          { label: '产品类型', key: 'product_type', type: 'select', options: this.$dictData.product_type},
           { label: '就读学校', key: 'school_id', type: 'selectRemote',
             remoteParams: { skey: 'school_name', api: `school.admschoollist`, opKey: 'school_name', opVal: 'id' }
           },

Einige Dateien werden nicht angezeigt, da zu viele Dateien in diesem Diff geändert wurden.