|
@@ -26,7 +26,7 @@
|
|
|
</el-dialog>
|
|
|
<div v-if="platejudgment==1">
|
|
|
<div class="expenseMobile-top">
|
|
|
- <div class="expenseMobile-title">日常付款申请</div>
|
|
|
+ <div class="expenseMobile-title">{{a}}日常付款申请{{b}}</div>
|
|
|
<div class="expenseMobile-search">
|
|
|
<el-input clearable placeholder="请输入费用描述" v-model="input" class="input-with-select">
|
|
|
<el-button @click="searchbtn" slot="append" icon="el-icon-search"></el-button>
|
|
@@ -109,6 +109,8 @@ export default {
|
|
|
platejudgment:2,
|
|
|
value:'',
|
|
|
groupData:[],
|
|
|
+ a:0,
|
|
|
+ b:0,
|
|
|
}
|
|
|
},
|
|
|
methods:{
|
|
@@ -253,6 +255,8 @@ export default {
|
|
|
// console.log(document.getElementById("tshezi").getBoundingClientRect().top);
|
|
|
// console.log(scrollTop);
|
|
|
// console.log(clientHeight);
|
|
|
+ this.a=document.getElementById("tshezi").getBoundingClientRect().top;
|
|
|
+ this.b=clientHeight-84;
|
|
|
if(document.getElementById("tshezi").getBoundingClientRect().top==clientHeight-84&&this.loadflag){
|
|
|
this.PageTurning()
|
|
|
}
|