centaline-data-driven 1.1.39 → 1.1.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/Detail.vue +2 -3
- package/src/Form.vue +14 -2
- package/src/SearchTree.vue +4 -3
- package/src/centaline/common/index.js +1 -0
- package/src/centaline/css/common.css +7 -4
- package/src/centaline/css/max.css +10 -1
- package/src/centaline/dialogList/src/dialog.vue +4 -2
- package/src/centaline/dynamicBtn/src/dynamicBtn.vue +1 -1
- package/src/centaline/dynamicCb/src/dynamicCb.vue +1 -1
- package/src/centaline/dynamicComboBoxWithTextBox/src/dynamicComboBoxWithTextBox.vue +1 -1
- package/src/centaline/dynamicDetail/src/dynamicDetail.vue +3 -2
- package/src/centaline/dynamicDetail/src/dynamicPropertyDetailOFI.vue +2 -5
- package/src/centaline/dynamicDetail/src/dynamicPropertyDetailRET.vue +128 -116
- package/src/centaline/dynamicForm/src/dynamicForm.vue +6 -1
- package/src/centaline/dynamicForm/src/dynamicFormList.vue +1 -1
- package/src/centaline/dynamicForm/src/dynamicFormListTable.vue +0 -2
- package/src/centaline/dynamicInputNumber/src/dynamicInputNumber.vue +1 -1
- package/src/centaline/dynamicMo/src/dynamicMo.vue +8 -5
- package/src/centaline/dynamicSearchList/src/dynamicSearchTable.vue +4 -2
- package/src/centaline/dynamicSearchList/src/dynamicTableTip.vue +1 -1
- package/src/centaline/dynamicSeg/src/dynamicSeg.vue +2 -2
- package/src/centaline/dynamicSo/src/dynamicSo.vue +8 -5
- package/src/centaline/dynamicSos/src/dynamicSos - /345/244/215/345/210/266.vue" +2 -2
- package/src/centaline/dynamicSos/src/dynamicSos.vue +7 -4
- package/src/centaline/dynamicTags/src/dynamicTags - /345/244/215/345/210/266.vue" +3 -3
- package/src/centaline/dynamicTags/src/dynamicTags.vue +7 -4
- package/src/centaline/dynamicTree/src/dynamicTree.vue +21 -5
- package/src/centaline/dynamicTree/src/dynamicTreeList.vue +1 -1
- package/src/centaline/formData/index.js +19 -8
- package/src/centaline/loader/src/ctl/Detail.js +175 -0
- package/src/centaline/loader/src/ctl/Form.js +3 -1
- package/src/centaline/loader/src/ctl/InputNumber.js +0 -9
- package/src/centaline/loader/src/ctl/Iti.js +0 -16
- package/src/centaline/loader/src/ctl/SearchScreen.js +10 -0
- package/src/centaline/loader/src/ctl/lib/Enum.js +5 -0
- package/src/centaline/loader/src/ctl.js +1 -0
- package/src/centaline/validate/index.js +2 -0
- package/src/main.js +3 -2
- package/wwwroot/static/centaline/centaline-data-driven.js +1 -1
- package/wwwroot/static/centaline/centaline-data-driven.js.map +1 -1
package/package.json
CHANGED
package/src/Detail.vue
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<ct-Detail :pageType="'
|
|
2
|
+
<ct-Detail :api="'PropertyRET/readDetailForBrowse'" :apiParam="apiParam" :pageType="'PropertyDetailRET'"></ct-Detail>
|
|
3
3
|
</template>
|
|
4
4
|
|
|
5
5
|
<script>
|
|
6
|
-
import Vue from 'vue'
|
|
7
6
|
export default {
|
|
8
7
|
name: 'App',
|
|
9
8
|
data() {
|
|
10
9
|
return {
|
|
11
|
-
|
|
10
|
+
apiParam: {actionType: 1,chanceID: "1"} ,
|
|
12
11
|
}
|
|
13
12
|
},
|
|
14
13
|
mounted() {
|
package/src/Form.vue
CHANGED
|
@@ -6,7 +6,9 @@
|
|
|
6
6
|
<!--<ct-form :source="formdata.content"></ct-form>-->
|
|
7
7
|
<!--<ct-form :api="'/api/form/formdata/contractDetail'" :apiParam="apiParam"></ct-form>-->
|
|
8
8
|
<!--<ct-form :api="'api/Form/formdata'"></ct-form>-->
|
|
9
|
-
<ct-form :api="'/forminfo/readDetail'" :apiParam="apiParam"></ct-form>
|
|
9
|
+
<!-- <ct-form :api="'/forminfo/readDetail'" :apiParam="apiParam"></ct-form> -->
|
|
10
|
+
<!-- <ct-form :api="'/PropertyTrust/getLayoutOfNew'" :apiParam="apiParam"></ct-form> -->
|
|
11
|
+
<ct-form :api="'/api/distribution/transaction/add'" :apiParam="apiParam"></ct-form>
|
|
10
12
|
<ct-dialog-list></ct-dialog-list>
|
|
11
13
|
</div>
|
|
12
14
|
</template>
|
|
@@ -19,7 +21,17 @@
|
|
|
19
21
|
// apiParam: {originalTraId: "1481454808274235394", actionType: 3, pageTitle: "成交报告", pageOnly: true} ,
|
|
20
22
|
// apiParam: {headerParam: {}, urlParam: {contractID: "06cad32e-4d0d-4b6f-bd24-16a28629a550", actionType: "0"}}
|
|
21
23
|
// apiParam: {SN: "13557_132", UserID: "wuhan3"},
|
|
22
|
-
apiParam: {actionType: 3,formId: "2c12649f-09c5-4aa9-8011-b6d1c7b56a41"} ,
|
|
24
|
+
// apiParam: {actionType: 3,formId: "2c12649f-09c5-4aa9-8011-b6d1c7b56a41"} ,
|
|
25
|
+
// apiParam: {chanceID: "1", actionType: 2} ,
|
|
26
|
+
apiParam: {
|
|
27
|
+
actionType: 2,
|
|
28
|
+
agentId: "1450283160825425922",
|
|
29
|
+
estateId: "B6E6B3D8-FDF2-4AF8-91E6-B348D637E993",
|
|
30
|
+
pageOnly: true,
|
|
31
|
+
pageStyle: 2,
|
|
32
|
+
propertyId: "14102015-0736-9265-205A-451687BF7062",
|
|
33
|
+
relProId: "1475708315466829833",
|
|
34
|
+
}
|
|
23
35
|
}
|
|
24
36
|
},
|
|
25
37
|
methods: {
|
package/src/SearchTree.vue
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<div id="app-Tree" style="height:100%;position: fixed;">
|
|
2
|
+
<div id="app-Tree" style="height:100%;position: fixed;width:100%">
|
|
3
3
|
<ct-treelist :flagsearch="true" :apiParam="apiParam"
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
:searchConditionApi="'/SystemParameterCatalogList/getLayoutOfSearch'"
|
|
5
|
+
:searchDataApi="'/SystemParameterCatalogList/getListOfSearchModel'" @loaded="loaded"></ct-treelist>
|
|
6
|
+
<ct-dialog-list></ct-dialog-list>
|
|
6
7
|
</div>
|
|
7
8
|
</template>
|
|
8
9
|
|
|
@@ -34,7 +34,7 @@ html {
|
|
|
34
34
|
color: #606266;
|
|
35
35
|
display: inline-block;
|
|
36
36
|
font-size: inherit;
|
|
37
|
-
line-height:
|
|
37
|
+
line-height: 26px;
|
|
38
38
|
outline: 0;
|
|
39
39
|
padding: 0 15px;
|
|
40
40
|
padding-right: 30px;
|
|
@@ -237,7 +237,7 @@ html {
|
|
|
237
237
|
/* 有边框是26,无边框是28*/
|
|
238
238
|
.ct-Seg.ct-Seg-mini .ct-radios, .ct-Seg.ct-Seg-mini .ct-radios .el-radio__label {
|
|
239
239
|
min-height: 28px;
|
|
240
|
-
line-height:
|
|
240
|
+
line-height: 26px;
|
|
241
241
|
}
|
|
242
242
|
|
|
243
243
|
.ct-Seg.ct-Seg-small .ct-radios, .ct-Seg.ct-Seg-small .ct-radios .el-radio__label {
|
|
@@ -270,7 +270,7 @@ html {
|
|
|
270
270
|
color: transparent;
|
|
271
271
|
display: inline-block;
|
|
272
272
|
font-size: inherit;
|
|
273
|
-
line-height:
|
|
273
|
+
line-height: 26px;
|
|
274
274
|
outline: 0;
|
|
275
275
|
padding: 0 15px;
|
|
276
276
|
padding-right: 30px;
|
|
@@ -292,7 +292,7 @@ html {
|
|
|
292
292
|
box-sizing: border-box;
|
|
293
293
|
display: inline-block;
|
|
294
294
|
font-size: inherit;
|
|
295
|
-
line-height:
|
|
295
|
+
line-height: 26px;
|
|
296
296
|
outline: 0;
|
|
297
297
|
padding: 0 15px;
|
|
298
298
|
padding-right: 30px;
|
|
@@ -720,4 +720,7 @@ html {
|
|
|
720
720
|
.domDisabled {
|
|
721
721
|
pointer-events: none;
|
|
722
722
|
opacity:0.4;
|
|
723
|
+
}
|
|
724
|
+
.el-radio__label{
|
|
725
|
+
padding-left: 5px!important;
|
|
723
726
|
}
|
|
@@ -192,4 +192,13 @@
|
|
|
192
192
|
}
|
|
193
193
|
.ct-radios .ct-font-size-mini .el-radio-button__inner{
|
|
194
194
|
padding: 5px 10px;
|
|
195
|
-
}
|
|
195
|
+
}
|
|
196
|
+
.ct-Seg .ct-radios .el-input__icon.el-icon-circle-close{
|
|
197
|
+
min-height: 26px;
|
|
198
|
+
line-height: 26px;
|
|
199
|
+
|
|
200
|
+
}
|
|
201
|
+
.ct-Seg.ct-Seg-mini .ct-radios, .ct-Seg.ct-Seg-mini .ct-radios .el-radio__label {
|
|
202
|
+
min-height: 26px;
|
|
203
|
+
line-height: 26px;
|
|
204
|
+
}
|
|
@@ -109,10 +109,12 @@
|
|
|
109
109
|
},
|
|
110
110
|
this.vmodel.title),
|
|
111
111
|
h('i', {
|
|
112
|
-
class: ['el-
|
|
112
|
+
class: ['el-icon', 'el-icon-close'],
|
|
113
113
|
style: {
|
|
114
114
|
'position': 'absolute',
|
|
115
|
-
'right': '20px'
|
|
115
|
+
'right': '20px',
|
|
116
|
+
'top':'7px',
|
|
117
|
+
'font-size':'22px'
|
|
116
118
|
},
|
|
117
119
|
on: {
|
|
118
120
|
click: (event) => { this.close(event); }
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div>
|
|
3
|
-
<ct-PropertyDetailOFI class="ct-PropertyDetailOFI" v-if="pageType=='PropertyDetailOFI'"></ct-PropertyDetailOFI>
|
|
4
|
-
<ct-PropertyDetailRET class="ct-PropertyDetailRET" v-if="pageType=='PropertyDetailRET'"></ct-PropertyDetailRET>
|
|
3
|
+
<ct-PropertyDetailOFI :api="api" :apiParam="apiParam" class="ct-PropertyDetailOFI" v-if="pageType=='PropertyDetailOFI'"></ct-PropertyDetailOFI>
|
|
4
|
+
<ct-PropertyDetailRET :api="api" :apiParam="apiParam" class="ct-PropertyDetailRET" v-if="pageType=='PropertyDetailRET'"></ct-PropertyDetailRET>
|
|
5
5
|
</div>
|
|
6
6
|
</template>
|
|
7
7
|
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
props: {
|
|
18
18
|
vmodel: Object,
|
|
19
19
|
api: String,
|
|
20
|
+
apiParam: Object,
|
|
20
21
|
pageType: String,
|
|
21
22
|
},
|
|
22
23
|
data() {
|
|
@@ -737,11 +737,9 @@
|
|
|
737
737
|
}
|
|
738
738
|
.head-but{
|
|
739
739
|
margin-left: auto;
|
|
740
|
-
font-size: 12px;
|
|
741
|
-
|
|
740
|
+
font-size: 12px;
|
|
741
|
+
text-align: right;
|
|
742
742
|
.max-report{
|
|
743
|
-
float: right;
|
|
744
|
-
position: relative;
|
|
745
743
|
height: 26px;
|
|
746
744
|
color: #333333;
|
|
747
745
|
background-color: #FFFFFF;
|
|
@@ -1237,7 +1235,6 @@
|
|
|
1237
1235
|
border: 1px solid #EE6B6B;
|
|
1238
1236
|
color: #EE6B6B;
|
|
1239
1237
|
height: 26px;
|
|
1240
|
-
vertical-align: middle;
|
|
1241
1238
|
border-radius: 6px;
|
|
1242
1239
|
font-size: 12px;
|
|
1243
1240
|
}
|
|
@@ -1,47 +1,55 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<div class="main">
|
|
2
|
+
<div class="main" v-if="model!==null">
|
|
3
3
|
<div class="details-content">
|
|
4
4
|
<div class="details-head base-box mb10">
|
|
5
|
-
<div class="head-type"
|
|
5
|
+
<div class="head-type">{{model.fields1Dic.Trade.value}}</div>
|
|
6
6
|
<div class="head-info">
|
|
7
7
|
<div class="title">
|
|
8
|
-
<span
|
|
8
|
+
<span>{{model.fields1Dic.StatusName.value}}</span>
|
|
9
9
|
<span class="head-line"></span>
|
|
10
|
-
<span
|
|
11
|
-
<
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
<div class="title-other">
|
|
15
|
-
<span>产证名:{{'珠江丽景A-BB珠江08'}}</span>
|
|
16
|
-
<span>房源编号:{{'F20210909103029394160'}}</span>
|
|
17
|
-
<span class="mr10">楼盘地址:{{'宝安区新安街道新安二路'}}</span>
|
|
18
|
-
<img src="../../../assets/location.png" alt="" class="location">
|
|
10
|
+
<span>{{model.fields1Dic.EstateName.value}}</span>
|
|
11
|
+
<span> {{model.fields1Dic.BuildingName.value}}</span>
|
|
12
|
+
<span>{{model.fields1Dic.RoomNo.value}}</span>
|
|
13
|
+
<img :src="model.fields1Dic.FavoriteUrl.value" alt="" class="collection">
|
|
19
14
|
</div>
|
|
20
15
|
<div class="title-other">
|
|
21
|
-
<span
|
|
22
|
-
<span
|
|
23
|
-
<span class="mr10"
|
|
24
|
-
<img src="
|
|
16
|
+
<span>{{model.fields1Dic.PropertyNo.label}}{{model.fields1Dic.PropertyNo.value}}</span>
|
|
17
|
+
<span>{{model.fields1Dic.GovNo.label}}{{model.fields1Dic.GovNo.value}}</span>
|
|
18
|
+
<span class="mr10">{{model.fields1Dic["DistrictName"].value+model.fields1Dic.AreaName.value}}</span>
|
|
19
|
+
<img :src="model.fields1Dic.LocationUrl.value" alt="" class="location">
|
|
25
20
|
</div>
|
|
26
21
|
<div class="title-tags">
|
|
27
|
-
<div
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
22
|
+
<div class="t-tag" v-for="(tag, index) in model.actionRouterLabel" :key="index"
|
|
23
|
+
:style="{color:tag.textColor,backgroundColor:tag.bgColor,borderColor:tag.borderColor}">
|
|
24
|
+
{{tag.label}}
|
|
25
|
+
</div>
|
|
31
26
|
</div>
|
|
32
27
|
</div>
|
|
33
28
|
|
|
34
29
|
<div class="head-but">
|
|
35
|
-
<
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
<
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
30
|
+
<div>
|
|
31
|
+
<component v-if="model.otherTradeActionRouter!==null" v-bind="model.otherTradeActionRouter" class="max-default"
|
|
32
|
+
:is="model.otherTradeActionRouter.is" :vmodel="model.otherTradeActionRouter" :api="model.optionApi"></component>
|
|
33
|
+
<component class="max-report" v-if="model.actionRouters!==null && model.actionRouters[0]!==null"
|
|
34
|
+
:is="model.actionRouters[0].is" :vmodel="model.actionRouters[0]" :api="model.optionApi"></component>
|
|
35
|
+
</div>
|
|
36
|
+
<div class="mt5">
|
|
37
|
+
<component class="max-report" v-if="model.actionRouters!==null && model.actionRouters[1]!==null"
|
|
38
|
+
:is="model.actionRouters[1].is" :vmodel="model.actionRouters[1]" :api="model.optionApi"></component>
|
|
39
|
+
</div>
|
|
40
|
+
<div class="mt5">
|
|
41
|
+
<button type="button" class="el-button el-button--info el-button--mini max-report"
|
|
42
|
+
v-if="model.actionRoutersMoreList !== null">
|
|
43
|
+
<img src="../../../assets/dian.png" alt="" class="report">
|
|
44
|
+
<ul class="report-cont">
|
|
45
|
+
<li v-for="(col, index) in model.actionRoutersMoreList" :key="index" v-if="col.show !== false">
|
|
46
|
+
<component class="max-report" :is="col.is" :vmodel="col" :api="model.optionApi"></component>
|
|
47
|
+
</li>
|
|
48
|
+
</ul>
|
|
49
|
+
</button>
|
|
50
|
+
<component v-else-if="model.actionRouters!==null && model.actionRouters[2]!==null" class="max-report"
|
|
51
|
+
:is="model.actionRouters[2].is" :vmodel="model.actionRouters[2]" :api="model.optionApi"></component>
|
|
52
|
+
</div>
|
|
45
53
|
</div>
|
|
46
54
|
</div>
|
|
47
55
|
|
|
@@ -95,36 +103,33 @@
|
|
|
95
103
|
</div>
|
|
96
104
|
</div>
|
|
97
105
|
<div class="hous-b">
|
|
98
|
-
<img src="
|
|
106
|
+
<img :src="model.fields1Dic.ewmUrl.value" alt="" class="code-ewm">
|
|
99
107
|
<div class="info-row mb20 mt5">
|
|
100
|
-
<div class="row-i"><span
|
|
108
|
+
<div class="row-i"><span>{{model.fields1Dic.Price.label}}</span><span class="base-clolr expand-f">{{model.fields1Dic.Price.value}}</span><span class="base-clolr">{{model.fields1Dic.Price.unitName}}</span>
|
|
101
109
|
<img src="" alt="">
|
|
102
110
|
</div>
|
|
103
|
-
<div class="row-i"><span
|
|
104
|
-
<div class="row-i"><span
|
|
111
|
+
<div class="row-i"><span>{{model.fields1Dic.PriceUnit.label}}</span><span class="base-clolr">{{model.fields1Dic.PriceUnit.value}}</span><span class="base-clolr">{{model.fields1Dic.PriceUnit.unitName}}</span></div>
|
|
112
|
+
<div class="row-i"><span>{{model.fields1Dic.PriceLine.label}}</span><div>{{model.fields1Dic.PriceLine.value}}{{model.fields1Dic.PriceLine.unitName}}</div></div></div>
|
|
105
113
|
<div class="info-row">
|
|
106
114
|
<div class="row-i">
|
|
107
|
-
<span
|
|
108
|
-
</div>
|
|
109
|
-
|
|
110
|
-
<div class="row-i"><span
|
|
111
|
-
<span>万</span></div></div>
|
|
112
|
-
<div class="row-i"><span>预估租单价:</span><span>11.00</span><span>元/平</span></div>
|
|
115
|
+
<span >{{model.fields1Dic.AssessPrice.label}}</span><span>{{model.fields1Dic.AssessPrice.value}} </span><span>{{model.fields1Dic.AssessPrice.unitName}}</span>
|
|
116
|
+
</div>
|
|
117
|
+
<div class="row-i"><span>{{model.fields1Dic.EstimatePriceRent.label}}</span><div>{{model.fields1Dic.EstimatePriceRent.value}}<span>{{model.fields1Dic.EstimatePriceRent.unitName}}</span></div></div>
|
|
118
|
+
<div class="row-i"><span>{{model.fields1Dic.EstimatePriceRentUnit.label}}</span><span>{{model.fields1Dic.EstimatePriceRentUnit.value}}</span><span>{{model.fields1Dic.EstimatePriceRentUnit.unitName}}</span></div>
|
|
113
119
|
</div>
|
|
114
120
|
|
|
115
121
|
<div class="info-mid">
|
|
116
122
|
<div class="mid-i">
|
|
117
|
-
<div
|
|
118
|
-
<div class="mid-i"><div
|
|
119
|
-
<div class="mid-i"><div
|
|
120
|
-
<div class="mid-i"><div
|
|
123
|
+
<div>{{model.fields1Dic.Area.label}}</div><div>{{model.fields1Dic.Area.value}}{{model.fields1Dic.Area.unitName}}</div></div>
|
|
124
|
+
<div class="mid-i"><div>{{model.fields1Dic.AreaNet.label}}</div><div>{{model.fields1Dic.AreaNet.value}}{{model.fields1Dic.AreaNet.unitName}}</div></div>
|
|
125
|
+
<div class="mid-i"><div>{{model.fields1Dic.FloorName.label}}</div><div>{{model.fields1Dic.FloorName.value}}</div></div>
|
|
126
|
+
<div class="mid-i"><div>{{model.fields1Dic.PropertyDirectionID.label}}</div><div>{{model.fields1Dic.PropertyDirectionID.value}}</div></div>
|
|
127
|
+
</div>
|
|
121
128
|
</div>
|
|
122
129
|
</div>
|
|
123
130
|
<div class="info-conten-b" v-show="allInfo">
|
|
124
131
|
<div class="info-row mb20">
|
|
125
|
-
<div class="row-i">
|
|
126
|
-
<span>建筑用途:</span><span>写字楼</span>
|
|
127
|
-
</div>
|
|
132
|
+
<div class="row-i"><span>建筑用途:</span><span>写字楼</span></div>
|
|
128
133
|
<div class="row-i"><span>产权:</span><span>公司</span></div>
|
|
129
134
|
<div class="row-i"><span>产权状况:</span><span>拍卖</span></div>
|
|
130
135
|
<div class="row-i"><span>现状:</span><span>空房</span></div>
|
|
@@ -146,25 +151,21 @@
|
|
|
146
151
|
</div>
|
|
147
152
|
<div class="info-conten-b" v-show="allInfo">
|
|
148
153
|
<div class="info-row mb20">
|
|
149
|
-
|
|
154
|
+
<div class="row-i"><span>按揭银行:</span><span>中国农行</span></div>
|
|
150
155
|
<div class="row-i"><span>欠款额度:</span><span>0.00万</span></div>
|
|
151
156
|
<div class="row-i"><span>管理费:</span><span></span></div>
|
|
152
157
|
<div class="row-i"><span>使用年限:</span><span>3年</span></div>
|
|
153
158
|
<div class="row-i"><span>来源:</span><span></span></div>
|
|
154
159
|
<div class="row-i"><span> </span><span> </span></div>
|
|
155
|
-
|
|
156
160
|
</div>
|
|
157
161
|
</div>
|
|
158
162
|
<div class="info-conten-b" v-show="allInfo">
|
|
159
|
-
<div class="info-row mb20">
|
|
160
|
-
|
|
163
|
+
<div class="info-row mb20">
|
|
161
164
|
<div class="row-i"><span>房源描述:</span><span></span></div>
|
|
162
165
|
</div>
|
|
163
166
|
</div>
|
|
164
167
|
<div class="open-mero" @click="allInfo=!allInfo">{{allInfo?'收起全部':'查看全部'}}
|
|
165
168
|
<img src="../../../assets/mero.png" alt="" class="mero" > <!--:class="allInfo?'more-colose':'more-open'" -->
|
|
166
|
-
|
|
167
|
-
|
|
168
169
|
</div>
|
|
169
170
|
</div>
|
|
170
171
|
<div class="contacts-info base-box">
|
|
@@ -217,7 +218,7 @@
|
|
|
217
218
|
<el-form
|
|
218
219
|
class="follow-search-bar"
|
|
219
220
|
>
|
|
220
|
-
<el-select
|
|
221
|
+
<!-- <el-select
|
|
221
222
|
v-model="value"
|
|
222
223
|
placeholder="跟进类型"
|
|
223
224
|
class="mr10"
|
|
@@ -229,7 +230,7 @@
|
|
|
229
230
|
:value="item.value"
|
|
230
231
|
>
|
|
231
232
|
</el-option>
|
|
232
|
-
</el-select>
|
|
233
|
+
</el-select> -->
|
|
233
234
|
<el-input
|
|
234
235
|
class="w300 mr10"
|
|
235
236
|
placeholder="请输入"
|
|
@@ -346,11 +347,11 @@
|
|
|
346
347
|
<img src="../../../assets/mero.png" alt="" class="mero" > <!--:class="allIn?'more-colose':'more-open'" -->
|
|
347
348
|
</div>
|
|
348
349
|
</div>
|
|
349
|
-
<div class="operation-list p0">
|
|
350
|
+
<!-- <div class="operation-list p0">
|
|
350
351
|
<button data-v-6fe32525="" type="button" class="el-button list-item base-box el-button--default">编辑房源</button>
|
|
351
352
|
<button data-v-6fe32525="" type="button" class="el-button list-item base-box el-button--default">转潜盘</button>
|
|
352
353
|
<button data-v-6fe32525="" type="button" class="el-button list-item base-box el-button--default">激活房源</button>
|
|
353
|
-
</div>
|
|
354
|
+
</div> -->
|
|
354
355
|
<div class="operation-table base-box">
|
|
355
356
|
<div class="table-box">
|
|
356
357
|
<div class="t-item">
|
|
@@ -500,19 +501,18 @@
|
|
|
500
501
|
</div>
|
|
501
502
|
</template>
|
|
502
503
|
|
|
503
|
-
|
|
504
504
|
<script>
|
|
505
|
-
|
|
506
|
-
|
|
505
|
+
import dynamicElement from '../../mixins/dynamicElement';
|
|
507
506
|
export default {
|
|
508
|
-
name: 'ct-
|
|
507
|
+
name: 'ct-PropertyDetailRET',
|
|
508
|
+
mixins: [dynamicElement],
|
|
509
509
|
props: {
|
|
510
510
|
vmodel: Object,
|
|
511
|
-
api: String
|
|
511
|
+
api: String,
|
|
512
|
+
apiParam: Object,
|
|
512
513
|
},
|
|
513
514
|
data() {
|
|
514
515
|
return {
|
|
515
|
-
model:null,
|
|
516
516
|
PropertyInfo: {
|
|
517
517
|
swiper: [
|
|
518
518
|
{ name: '客厅', url: 'http://10.5.10.44:13031/Images/20210705/112133_b62d7a78-96b3-4801-b94c-47b83263a001.jpg?width=140&height=135&mode=stretch', isVr: true, type: 'vr' },
|
|
@@ -564,60 +564,71 @@
|
|
|
564
564
|
label: '操作',
|
|
565
565
|
// width:'180'
|
|
566
566
|
},
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
}
|
|
589
|
-
],
|
|
567
|
+
],
|
|
568
|
+
tableData: [
|
|
569
|
+
{
|
|
570
|
+
name: '王建国先生',
|
|
571
|
+
type: '业主',
|
|
572
|
+
phone: '13866668888',
|
|
573
|
+
tel: '0275-55556666-5896',
|
|
574
|
+
wx: '555566665896',
|
|
575
|
+
entTime: '2021-10-26 29:27:25',
|
|
576
|
+
entUser: '王天',
|
|
577
|
+
remarks: '删除',
|
|
578
|
+
isIcon: true,
|
|
579
|
+
},
|
|
580
|
+
],
|
|
581
|
+
follow:'first',
|
|
582
|
+
followData:[
|
|
583
|
+
{
|
|
584
|
+
date:'20/12/2020',
|
|
585
|
+
name:'出售',
|
|
586
|
+
address:'kenly',
|
|
590
587
|
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
588
|
+
}
|
|
589
|
+
],
|
|
590
|
+
options: [{
|
|
591
|
+
value: '选项1',
|
|
592
|
+
label: '本盘跟进'
|
|
593
|
+
}, {
|
|
594
|
+
value: '选项2',
|
|
595
|
+
label: '全部跟进'
|
|
596
|
+
}, {value: '选项3',
|
|
597
|
+
label: '合开盘跟进'
|
|
598
|
+
},
|
|
599
|
+
|
|
600
|
+
],
|
|
601
|
+
opening:'first',
|
|
604
602
|
}
|
|
605
603
|
},
|
|
606
|
-
|
|
607
|
-
|
|
604
|
+
mounted() {
|
|
605
|
+
var self = this;
|
|
606
|
+
this.$nextTick(function () {
|
|
607
|
+
if (self.vmodel) {
|
|
608
|
+
self.load(self.vmodel);
|
|
609
|
+
}
|
|
610
|
+
else if (typeof self.source !== 'undefined') {
|
|
611
|
+
self.loaderObj.Detail(self.source,null,self.load);
|
|
612
|
+
}
|
|
613
|
+
else if (typeof self.api !== 'undefined') {
|
|
614
|
+
self.loaderObj.Detail(self.api,self.apiParam, self.load);
|
|
615
|
+
}
|
|
616
|
+
});
|
|
608
617
|
},
|
|
609
618
|
methods: {
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
619
|
+
load(data) {
|
|
620
|
+
this.model = data;
|
|
621
|
+
},
|
|
622
|
+
lookOwner() {
|
|
623
|
+
this.codeOwner = true
|
|
624
|
+
},
|
|
625
|
+
onSearch() {
|
|
626
|
+
console.log('submit!');
|
|
627
|
+
},
|
|
628
|
+
handleClick(tab, event) {
|
|
629
|
+
console.log(tab, event);
|
|
630
|
+
}
|
|
631
|
+
},
|
|
621
632
|
}
|
|
622
633
|
</script>
|
|
623
634
|
<style lang="scss" scoped>
|
|
@@ -635,6 +646,9 @@
|
|
|
635
646
|
.w300 {
|
|
636
647
|
width: 300px;
|
|
637
648
|
}
|
|
649
|
+
.mt5{
|
|
650
|
+
margin-top: 5px;
|
|
651
|
+
}
|
|
638
652
|
.mt10{
|
|
639
653
|
margin-top: 10px;
|
|
640
654
|
}
|
|
@@ -738,10 +752,8 @@
|
|
|
738
752
|
.head-but{
|
|
739
753
|
margin-left: auto;
|
|
740
754
|
font-size: 12px;
|
|
741
|
-
|
|
755
|
+
text-align: right;
|
|
742
756
|
.max-report{
|
|
743
|
-
float: right;
|
|
744
|
-
position: relative;
|
|
745
757
|
height: 26px;
|
|
746
758
|
color: #333333;
|
|
747
759
|
background-color: #FFFFFF;
|
|
@@ -1237,7 +1249,7 @@
|
|
|
1237
1249
|
border: 1px solid #EE6B6B;
|
|
1238
1250
|
color: #EE6B6B;
|
|
1239
1251
|
height: 26px;
|
|
1240
|
-
|
|
1252
|
+
|
|
1241
1253
|
border-radius: 6px;
|
|
1242
1254
|
font-size: 12px;
|
|
1243
1255
|
}
|
|
@@ -376,9 +376,11 @@
|
|
|
376
376
|
changeHandler(field) {
|
|
377
377
|
var self = this;
|
|
378
378
|
if (typeof field.change !== 'undefined') {
|
|
379
|
+
if (typeof this.model.scripts !== 'undefined') {
|
|
380
|
+
this.model.scripts.formData.setExcuteListData(this.model.fields);
|
|
381
|
+
}
|
|
379
382
|
this.model.scripts.$fd = field.id;
|
|
380
383
|
this.$common.excute.call(this.model.scripts, field.change);
|
|
381
|
-
|
|
382
384
|
}
|
|
383
385
|
|
|
384
386
|
self.model.isChanged = true;
|
|
@@ -395,6 +397,9 @@
|
|
|
395
397
|
},
|
|
396
398
|
inputHandler(field) {
|
|
397
399
|
if (typeof field.input !== 'undefined') {
|
|
400
|
+
if (typeof this.model.scripts !== 'undefined') {
|
|
401
|
+
this.model.scripts.formData.setExcuteListData(this.model.fields);
|
|
402
|
+
}
|
|
398
403
|
this.model.scripts.$fd = field.id;
|
|
399
404
|
this.$common.excute.call(this.model.scripts, field.input);
|
|
400
405
|
}
|