centaline-data-driven 1.5.57 → 1.5.59
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/release-log.md +13 -0
- package/src/centaline/css/common.css +9 -4
- package/src/centaline/dynamicDetail/src/dynamicCustomerSimpleDetail.vue +3 -3
- package/src/centaline/dynamicDetail/src/dynamicEstateSimpleDetail.vue +3 -3
- package/src/centaline/dynamicDetail/src/dynamicPropertySimpleDetailRET.vue +3 -3
- package/src/centaline/dynamicFile/src/dynamicFile.vue +19 -5
- package/src/centaline/dynamicT/src/dynamicT.vue +1 -1
- package/wwwroot/static/centaline/centaline-data-driven.js +43 -31
- package/wwwroot/static/centaline/centaline-data-driven.js.map +1 -1
package/package.json
CHANGED
package/release-log.md
CHANGED
|
@@ -60,8 +60,8 @@ html {
|
|
|
60
60
|
color: var(--bagGray);
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
|
|
64
|
-
|
|
63
|
+
.ct-so:hover .ct-input_inner:hover, .ct-so:hover .ct-input_inner,.ct-so.isfocus .ct-input_inner:hover, .ct-so.isfocus .ct-input_inner, .ct-tags.isfocus .ct-input_inner:hover, .ct-tags.isfocus .ct-input_inner,
|
|
64
|
+
.ct-iti .isfocus{
|
|
65
65
|
border-color: var(--centalineBlue); /*border-color:#c0c4cc*/
|
|
66
66
|
}
|
|
67
67
|
|
|
@@ -69,7 +69,12 @@ html {
|
|
|
69
69
|
right: 10px;
|
|
70
70
|
cursor: pointer;
|
|
71
71
|
}
|
|
72
|
-
|
|
72
|
+
.el-date-editor .el-input__inner:hover,.ct-flex-div-input:hover .el-input__inner {
|
|
73
|
+
border-color: var(--centalineBlue);
|
|
74
|
+
}
|
|
75
|
+
.ct-Dtd .el-date-editor:hover{
|
|
76
|
+
border-color: var(--centalineBlue);
|
|
77
|
+
}
|
|
73
78
|
.ct-so .el-select__caret {
|
|
74
79
|
color: var(--centalinePlaceholder);
|
|
75
80
|
font-size: inherit;
|
|
@@ -671,7 +676,7 @@ html {
|
|
|
671
676
|
}
|
|
672
677
|
|
|
673
678
|
.ct-Dtd .el-input--prefix .el-input__inner{
|
|
674
|
-
padding: 0
|
|
679
|
+
padding: 0 5px;
|
|
675
680
|
}
|
|
676
681
|
.ct-Dtd .el-date-editor.el-input, .ct-Dtd .el-date-editor.el-input__inner{
|
|
677
682
|
width: initial;
|
|
@@ -71,15 +71,15 @@
|
|
|
71
71
|
</div>
|
|
72
72
|
<div ref="sensitiveInfo" v-if="!model.flagHiddenSensitiveInfo" class="areaValue"
|
|
73
73
|
:class="[{ 'border-green': model.fields1Dic.StatusName.value == '有效', 'border-red': model.fields1Dic.StatusName.value == '关闭' }]">
|
|
74
|
-
<div style="width: 33.
|
|
74
|
+
<div style="width: 33.3%;">
|
|
75
75
|
<div class="areaValuetile">{{ model.fields1Dic.BusinessUnit.label.replace(':', '') }}</div>
|
|
76
76
|
<div class="areaValueRed">{{ model.fields1Dic.BusinessUnit.value }}</div>
|
|
77
77
|
</div>
|
|
78
|
-
<div style="width: 33.
|
|
78
|
+
<div style="width: 33.3%;">
|
|
79
79
|
<div class="areaValuetile">{{ model.fields1Dic.Area.label.replace(':', '') }}</div>
|
|
80
80
|
<div class="areaValueRed"> {{ model.fields1Dic.Area.value }}{{ model.fields1Dic.Area.unitName }}</div>
|
|
81
81
|
</div>
|
|
82
|
-
<div style="width: 33.
|
|
82
|
+
<div style="width: 33.3%%;">
|
|
83
83
|
<div class="areaValuetile">{{ model.fields1Dic.Price.label.replace(':', '') }}</div>
|
|
84
84
|
<div class="areaValueRed"><span v-html="model.fields1Dic.Price.value"></span><span>{{
|
|
85
85
|
model.fields1Dic.Price.unitName }}</span></div>
|
|
@@ -68,17 +68,17 @@
|
|
|
68
68
|
<div v-html="model.hiddenSensitiveInfoReason"></div>
|
|
69
69
|
</div>
|
|
70
70
|
<!-- <div v-if="!model.flagHiddenSensitiveInfo" class="areaValue">
|
|
71
|
-
<div style="width:
|
|
71
|
+
<div style="width: 27.5%;">
|
|
72
72
|
<div class="areaValuetile">{{ model.fields1Dic.Area.label.replace(':', '') }}</div>
|
|
73
73
|
<div class="areaValueRed">
|
|
74
74
|
{{ model.fields1Dic.Area.value }}{{ model.fields1Dic.Area.unitName }}</div>
|
|
75
75
|
</div>
|
|
76
|
-
<div style="width:
|
|
76
|
+
<div style="width: 45%;">
|
|
77
77
|
<div class="areaValuetile">{{ model.fields1Dic.Price.label.replace(':', '') }}</div>
|
|
78
78
|
<div class="areaValueRed"><span
|
|
79
79
|
v-html="model.fields1Dic.Price.value"></span><span>{{ model.fields1Dic.Price.unitName }}</span></div>
|
|
80
80
|
</div>
|
|
81
|
-
<div style="width:
|
|
81
|
+
<div style="width: 27.5%;">
|
|
82
82
|
<div class="areaValuetile">{{ model.fields1Dic.FloorName.label.replace(':', '') }}</div>
|
|
83
83
|
<div class="areaValueRed">
|
|
84
84
|
{{ model.fields1Dic.FloorName.value }}</div>
|
|
@@ -70,17 +70,17 @@
|
|
|
70
70
|
<div v-html="model.hiddenSensitiveInfoReason"></div>
|
|
71
71
|
</div>
|
|
72
72
|
<div v-if="!model.flagHiddenSensitiveInfo" class="areaValue">
|
|
73
|
-
<div style="width:
|
|
73
|
+
<div style="width: 27.5%;">
|
|
74
74
|
<div class="areaValuetile">{{ model.fields1Dic.Area.label.replace(':', '') }}</div>
|
|
75
75
|
<div class="areaValueRed">
|
|
76
76
|
{{ model.fields1Dic.Area.value }}{{ model.fields1Dic.Area.unitName }}</div>
|
|
77
77
|
</div>
|
|
78
|
-
<div style="width:
|
|
78
|
+
<div style="width: 45%;">
|
|
79
79
|
<div class="areaValuetile">{{ model.fields1Dic.Price.label.replace(':', '') }}</div>
|
|
80
80
|
<div class="areaValueRed"><span
|
|
81
81
|
v-html="model.fields1Dic.Price.value"></span><span>{{ model.fields1Dic.Price.unitName }}</span></div>
|
|
82
82
|
</div>
|
|
83
|
-
<div style="width:
|
|
83
|
+
<div style="width: 27.5%;">
|
|
84
84
|
<div class="areaValuetile">{{ model.fields1Dic.FloorName.label.replace(':', '') }}</div>
|
|
85
85
|
<div class="areaValueRed">
|
|
86
86
|
{{ model.fields1Dic.FloorName.value }}</div>
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
<div class="ScanUploadPhoto" v-if="qrcodeVisible" @click.stop="qrcodeVisible=true" :style="{ top: QRCodeRefTop + 'px', left: QRCodeRefLeft + 'px' }">
|
|
32
32
|
<div style="border-bottom:none">
|
|
33
33
|
<div style="text-align: center;margin-bottom:10px;margin-top:5px;color:#666666;font-size: 14px;">扫码上传</div>
|
|
34
|
-
<i class="jiao"></i>
|
|
34
|
+
<i class="jiao" :style="{ top: QRCodeRefJiaoTop + 'px'}"></i>
|
|
35
35
|
<div style="width:200px; height:200px;">
|
|
36
36
|
<img v-if="qrCodeImg" :src="qrCodeImg" width="200" height="200" :style="isQrCode?'opacity: 0.1':''" />
|
|
37
37
|
<div class="div-fail" v-if="isQrCode">
|
|
@@ -234,7 +234,8 @@
|
|
|
234
234
|
scanStatusDesc:"",
|
|
235
235
|
FlagbtnScan:false,
|
|
236
236
|
QRCodeRefTop:'',
|
|
237
|
-
QRCodeRefLeft:''
|
|
237
|
+
QRCodeRefLeft:'',
|
|
238
|
+
QRCodeRefJiaoTop:16,
|
|
238
239
|
};
|
|
239
240
|
},
|
|
240
241
|
computed: {
|
|
@@ -649,10 +650,12 @@
|
|
|
649
650
|
this.isQrCode=false;
|
|
650
651
|
this.FlagbtnScan=false;
|
|
651
652
|
this.GetQRCodeUploadPhoto();
|
|
653
|
+
window.addEventListener('scroll', this.QRCodeLocate,true)
|
|
652
654
|
},
|
|
653
655
|
HideQRcode(){
|
|
654
656
|
this.isQrCode=false;
|
|
655
657
|
clearTimeout(this.qrtimer);
|
|
658
|
+
window.removeEventListener('scroll', this.QRCodeLocate,true)
|
|
656
659
|
},
|
|
657
660
|
CheckQRCodeStatus(){
|
|
658
661
|
var self=this;
|
|
@@ -723,13 +726,23 @@
|
|
|
723
726
|
let QRCodeRef = self.$refs.QRCodeRef;
|
|
724
727
|
if (QRCodeRef) {
|
|
725
728
|
var QRCodeRefWith = QRCodeRef.width;
|
|
726
|
-
|
|
727
|
-
|
|
729
|
+
var QRCodeRefBottom=QRCodeRef.getBoundingClientRect().bottom;
|
|
730
|
+
var h=window.innerHeight;
|
|
731
|
+
if(h-QRCodeRefBottom<270){
|
|
732
|
+
self.QRCodeRefTop =h-280;
|
|
733
|
+
self.QRCodeRefJiaoTop=270-(h-QRCodeRefBottom)>220?220:270-(h-QRCodeRefBottom);
|
|
734
|
+
}
|
|
735
|
+
else {
|
|
736
|
+
self.QRCodeRefJiaoTop=16;
|
|
737
|
+
self.QRCodeRefTop = QRCodeRef.getBoundingClientRect().top;
|
|
738
|
+
}
|
|
739
|
+
self.QRCodeRefLeft = QRCodeRef.getBoundingClientRect().left + QRCodeRefWith + 20;
|
|
728
740
|
}
|
|
729
741
|
},
|
|
730
742
|
},
|
|
731
743
|
beforeDestroy() {
|
|
732
744
|
clearTimeout(this.qrtimer);
|
|
745
|
+
window.removeEventListener('scroll', this.QRCodeLocate,true)
|
|
733
746
|
},
|
|
734
747
|
|
|
735
748
|
};
|
|
@@ -858,8 +871,9 @@
|
|
|
858
871
|
}
|
|
859
872
|
|
|
860
873
|
.browseDefault .el-radio__input.is-checked .el-radio__inner {
|
|
861
|
-
|
|
874
|
+
border-color: var(--centalineBlue) ;
|
|
862
875
|
background: var(--centalineBlue) ;
|
|
876
|
+
|
|
863
877
|
}
|
|
864
878
|
|
|
865
879
|
.ct-file .cover-list-item-play{
|