centaline-data-driven 1.2.15 → 1.2.18
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/config/dev.env.js +1 -1
- package/package.json +1 -1
- package/src/assets/jsq.png +0 -0
- package/src/assets/mero-colose.png +0 -0
- package/src/assets/more-open.png +0 -0
- package/src/centaline/dynamicDetail/src/dynamicPropertyDetailOFI.vue +3 -3
- package/src/centaline/dynamicDetail/src/dynamicPropertyDetailRET.vue +49 -17
- package/wwwroot/static/centaline/centaline-data-driven.js +3 -3
- package/wwwroot/static/centaline/centaline-data-driven.js.map +1 -1
- package/src/assets/mero.png +0 -0
- package/src/assets//350/256/241/347/256/227/345/231/250.png +0 -0
package/config/dev.env.js
CHANGED
|
@@ -5,7 +5,7 @@ const prodEnv = require('./prod.env')
|
|
|
5
5
|
module.exports = merge(prodEnv, {
|
|
6
6
|
NODE_ENV: '"development"',
|
|
7
7
|
// BASE_API: '"http://10.88.1.151:8085/v1/form/router"',//aplus黄兰
|
|
8
|
-
BASE_API: '"http://10.88.22.
|
|
8
|
+
BASE_API: '"http://10.88.22.50:7070/v1/form/router"',//max本地
|
|
9
9
|
//BASE_API: '"http://10.88.22.71:5008/api/doaction/router"',
|
|
10
10
|
// BASE_API: '"http://tjcptest.centaline.com.cn/v1/form/router"',
|
|
11
11
|
// BASE_API: '"http://10.88.200.31:5000/gateway/redirect"',
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
</div>
|
|
93
93
|
</div>
|
|
94
94
|
</div>
|
|
95
|
-
</div>
|
|
95
|
+
</div>
|
|
96
96
|
</div>
|
|
97
97
|
<div class="hous-b">
|
|
98
98
|
<img src="../../../assets/ewm.png" alt="" class="code-ewm">
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
</div>
|
|
163
163
|
</div>
|
|
164
164
|
<div class="open-mero" @click="allInfo=!allInfo">{{allInfo?'收起全部':'查看全部'}}
|
|
165
|
-
|
|
165
|
+
<!--<img src="../../../assets/mero.png" alt="" class="mero" > :class="allInfo?'more-colose':'more-open'" -->
|
|
166
166
|
|
|
167
167
|
|
|
168
168
|
</div>
|
|
@@ -343,7 +343,7 @@
|
|
|
343
343
|
<el-tab-pane label="楼主" name="second">楼主</el-tab-pane>
|
|
344
344
|
</el-tabs>
|
|
345
345
|
<div class="open-mero" @click="allIn=!allIn">{{allIn?'收起全部':'查看全部'}}
|
|
346
|
-
|
|
346
|
+
<!--<img src="../../../assets/mero.png" alt="" class="mero" > :class="allIn?'more-colose':'more-open'" -->
|
|
347
347
|
</div>
|
|
348
348
|
</div>
|
|
349
349
|
<div class="operation-list p0">
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
<img :src="model.fields1Dic.ewmUrl.value" alt="" class="code-ewm">
|
|
106
106
|
<div class="info-row mb20 mt5">
|
|
107
107
|
<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>
|
|
108
|
-
<img src="" alt="">
|
|
108
|
+
<img src="../../../assets/jsq.png" class="img-jsq" alt="">
|
|
109
109
|
</div>
|
|
110
110
|
<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>
|
|
111
111
|
<div class="row-i"><span>{{model.fields1Dic.PriceLine.label}}</span><div>{{model.fields1Dic.PriceLine.value}}{{model.fields1Dic.PriceLine.unitName}}</div></div></div>
|
|
@@ -132,7 +132,8 @@
|
|
|
132
132
|
</div>
|
|
133
133
|
</div>
|
|
134
134
|
<div class="open-mero" @click="allInfo=!allInfo">{{allInfo?'收起全部':'查看全部'}}
|
|
135
|
-
<img src="../../../assets/mero.png" alt="" class="mero" >
|
|
135
|
+
<!-- <img src="../../../assets/mero.png" alt="" class="mero" > :class="allInfo?'more-colose':'more-open'" -->
|
|
136
|
+
<i :class="allInfo?'more-colose':'mero-open'"></i>
|
|
136
137
|
</div>
|
|
137
138
|
</div>
|
|
138
139
|
<div class="contacts-info base-box">
|
|
@@ -247,7 +248,8 @@
|
|
|
247
248
|
<div class="text">{{info.mobileNo}}</div>
|
|
248
249
|
</div>
|
|
249
250
|
<div class="open-mero" @click="allIn=!allIn">{{allIn?'收起全部':'查看全部'}}
|
|
250
|
-
<img src="../../../assets/mero.png" alt="" class="mero" >
|
|
251
|
+
<!-- <img src="../../../assets/mero.png" alt="" class="mero" > :class="allIn?'more-colose':'more-open'" -->
|
|
252
|
+
<i :class="allIn?'more-colose':'mero-open'"></i>
|
|
251
253
|
</div>
|
|
252
254
|
</div>
|
|
253
255
|
</div>
|
|
@@ -502,7 +504,6 @@
|
|
|
502
504
|
loadOperation() {
|
|
503
505
|
this.model._operationList=null;
|
|
504
506
|
this.model._operationRouters=[];
|
|
505
|
-
this.model.operationKey=this.model.operationKey+1;
|
|
506
507
|
this.model.getOperationList();
|
|
507
508
|
},
|
|
508
509
|
lookOwner() {
|
|
@@ -656,7 +657,12 @@
|
|
|
656
657
|
window.open(field.action + query, "_blank");
|
|
657
658
|
}
|
|
658
659
|
else{
|
|
659
|
-
|
|
660
|
+
field.doAction(submitData, (data) => {
|
|
661
|
+
self.model.doAction(data,field);
|
|
662
|
+
if(callBack){
|
|
663
|
+
callBack();
|
|
664
|
+
}
|
|
665
|
+
})
|
|
660
666
|
}
|
|
661
667
|
}
|
|
662
668
|
//执行客户端脚本
|
|
@@ -864,6 +870,12 @@
|
|
|
864
870
|
font-size: 18px;
|
|
865
871
|
font-weight: bold;
|
|
866
872
|
}
|
|
873
|
+
.img-jsq{
|
|
874
|
+
width: 14px;
|
|
875
|
+
height: 14px;
|
|
876
|
+
display: inline-block;
|
|
877
|
+
margin-left: 10px;
|
|
878
|
+
}
|
|
867
879
|
.info-conten {
|
|
868
880
|
display: flex;
|
|
869
881
|
.info-row {
|
|
@@ -982,12 +994,25 @@
|
|
|
982
994
|
text-align: center;
|
|
983
995
|
padding: 3px 0;
|
|
984
996
|
}
|
|
985
|
-
.mero{
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
997
|
+
// .mero{
|
|
998
|
+
|
|
999
|
+
// vertical-align: 2px;
|
|
1000
|
+
// overflow: hidden;
|
|
1001
|
+
// margin-left: 5px;
|
|
1002
|
+
// }
|
|
1003
|
+
.more-colose{
|
|
1004
|
+
background: url('../../../assets/mero-colose.png')no-repeat;
|
|
1005
|
+
background-size: 100% 100%;
|
|
1006
|
+
width: 18px;
|
|
1007
|
+
height: 9px;
|
|
1008
|
+
display: inline-block;
|
|
1009
|
+
}
|
|
1010
|
+
.mero-open{
|
|
1011
|
+
background: url('../../../assets/more-open.png')no-repeat;
|
|
1012
|
+
background-size: 100% 100%;
|
|
1013
|
+
width: 18px;
|
|
1014
|
+
height: 9px;
|
|
1015
|
+
display: inline-block;
|
|
991
1016
|
}
|
|
992
1017
|
.hous-mero {
|
|
993
1018
|
display: flex;
|
|
@@ -1149,12 +1174,19 @@
|
|
|
1149
1174
|
text-align: center;
|
|
1150
1175
|
padding: 3px 0;
|
|
1151
1176
|
}
|
|
1152
|
-
.
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1177
|
+
.more-colose{
|
|
1178
|
+
background: url('../../../assets/mero-colose.png')no-repeat;
|
|
1179
|
+
background-size: 100% 100%;
|
|
1180
|
+
width: 18px;
|
|
1181
|
+
height: 9px;
|
|
1182
|
+
display: inline-block;
|
|
1183
|
+
}
|
|
1184
|
+
.mero-open{
|
|
1185
|
+
background: url('../../../assets/more-open.png')no-repeat;
|
|
1186
|
+
background-size: 100% 100%;
|
|
1187
|
+
width: 18px;
|
|
1188
|
+
height: 9px;
|
|
1189
|
+
display: inline-block;
|
|
1158
1190
|
}
|
|
1159
1191
|
.hous-mero {
|
|
1160
1192
|
display: flex;
|