|
@@ -1283,7 +1283,7 @@
|
|
|
<div class="thumb-example1" >
|
|
<div class="thumb-example1" >
|
|
|
<!-- swiper1 -->
|
|
<!-- swiper1 -->
|
|
|
<swiper
|
|
<swiper
|
|
|
- class="swiper gallery-top"
|
|
|
|
|
|
|
+ class="swiper gallery-top1"
|
|
|
:options="swiperOptionTop"
|
|
:options="swiperOptionTop"
|
|
|
ref="swiperTop"
|
|
ref="swiperTop"
|
|
|
>
|
|
>
|
|
@@ -1330,7 +1330,7 @@
|
|
|
</a-card>
|
|
</a-card>
|
|
|
<div @click='showPhone'
|
|
<div @click='showPhone'
|
|
|
ref="floatButton"
|
|
ref="floatButton"
|
|
|
- class="float-info"
|
|
|
|
|
|
|
+ class="float-info floating-button"
|
|
|
:style="{'width': 80 + 'px', 'height': 80 + 'px', 'left': 90+'%' , 'top': 80 + '%'}"
|
|
:style="{'width': 80 + 'px', 'height': 80 + 'px', 'left': 90+'%' , 'top': 80 + '%'}"
|
|
|
>
|
|
>
|
|
|
<a-icon type="folder-add" :style="{ fontSize: '30px', color: '#08c' }"/>
|
|
<a-icon type="folder-add" :style="{ fontSize: '30px', color: '#08c' }"/>
|
|
@@ -1847,6 +1847,12 @@ export default {
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
|
|
+ jumpUrl(url){
|
|
|
|
|
+ var a = document.createElement("a");
|
|
|
|
|
+ a.setAttribute("href", url);
|
|
|
|
|
+ a.setAttribute("target", "_blank");
|
|
|
|
|
+ a.click();
|
|
|
|
|
+ },
|
|
|
handleCancel() {
|
|
handleCancel() {
|
|
|
this.previewVisible = false;
|
|
this.previewVisible = false;
|
|
|
},
|
|
},
|
|
@@ -1863,7 +1869,9 @@ export default {
|
|
|
showPhone(){
|
|
showPhone(){
|
|
|
var data = {
|
|
var data = {
|
|
|
customerNo: this.infoModel.customerNo,
|
|
customerNo: this.infoModel.customerNo,
|
|
|
- stepsId: this.steps.stepsNow[this.steps.current].id
|
|
|
|
|
|
|
+ stepsId: this.steps.stepsNow[this.steps.current].id,
|
|
|
|
|
+ //1:行短稽核 2:物联网业务稽核 3.复开审批 4.中继线稽核
|
|
|
|
|
+ type:'2'
|
|
|
}
|
|
}
|
|
|
getAction('/smsCheck/customerInfo/phone/customerPhone', data).then((res) => {
|
|
getAction('/smsCheck/customerInfo/phone/customerPhone', data).then((res) => {
|
|
|
if (res.success) {
|
|
if (res.success) {
|
|
@@ -2294,7 +2302,7 @@ export default {
|
|
|
} else {
|
|
} else {
|
|
|
that.steps.stepsNow[that.steps.current].status = "wait"
|
|
that.steps.stepsNow[that.steps.current].status = "wait"
|
|
|
}
|
|
}
|
|
|
- this.$message.success("上传成功");
|
|
|
|
|
|
|
+ this.$message.success(that.steps.stepsNow[that.steps.current].title+"上传成功");
|
|
|
},
|
|
},
|
|
|
/**文件格式限制*/
|
|
/**文件格式限制*/
|
|
|
importBeforeUpload(file) {
|
|
importBeforeUpload(file) {
|
|
@@ -2435,7 +2443,12 @@ h3 {
|
|
|
left: 15%;
|
|
left: 15%;
|
|
|
margin-bottom: 50px
|
|
margin-bottom: 50px
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+.gallery-top1 {
|
|
|
|
|
+ // height: 80% !important;
|
|
|
|
|
+ /*height: 600px;*/
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ left: 15%;
|
|
|
|
|
+}
|
|
|
.gallery-thumbs {
|
|
.gallery-thumbs {
|
|
|
height: 20% !important;
|
|
height: 20% !important;
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
@@ -2561,9 +2574,34 @@ h3 {
|
|
|
float: left;
|
|
float: left;
|
|
|
width: 25%
|
|
width: 25%
|
|
|
}
|
|
}
|
|
|
|
|
+.floating-button {
|
|
|
|
|
+ position: fixed;
|
|
|
|
|
+ bottom: 20px;
|
|
|
|
|
+ right: 20px;
|
|
|
|
|
+ z-index: 1000;
|
|
|
|
|
+ border-radius: 50%;
|
|
|
|
|
+ color: #fff;
|
|
|
|
|
+ font-size: 24px;
|
|
|
|
|
+ width: 50px;
|
|
|
|
|
+ height: 50px;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ line-height: 50px;
|
|
|
|
|
+ transition: all 0.2s ease;
|
|
|
|
|
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
|
|
|
|
+ cursor: pointer;
|
|
|
|
|
+}
|
|
|
|
|
+.floating-button:hover {
|
|
|
|
|
+ box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
|
|
|
|
|
+ transform: translateY(-5px);
|
|
|
|
|
+}
|
|
|
|
|
+.floating-button:active {
|
|
|
|
|
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
|
|
|
|
+ transform: translateY(2px);
|
|
|
|
|
+}
|
|
|
</style>
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+
|