update
This commit is contained in:
parent
2fc99587bf
commit
e56b53fb0c
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -386,7 +386,8 @@
|
|||||||
|
|
||||||
<view class="contentItem">
|
<view class="contentItem">
|
||||||
租金交付已完成
|
租金交付已完成
|
||||||
<text class="money">{{ item.rentDelivery ? item.rentDelivery > 100 ? 100 : item.rentDelivery + '%' :
|
<text class="money">{{ item.rentDelivery ? item.rentDelivery > 100 ? 100 :
|
||||||
|
item.rentDelivery.toFixed(2) + '%' :
|
||||||
'-'
|
'-'
|
||||||
}}</text>
|
}}</text>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@ -642,7 +642,8 @@ export default {
|
|||||||
bindDateChange(e) { // 切换日期 加载选中日期的营收数据
|
bindDateChange(e) { // 切换日期 加载选中日期的营收数据
|
||||||
// let nowDate = this.theRequest.time
|
// let nowDate = this.theRequest.time
|
||||||
let selectT = new Date(e.detail.value)
|
let selectT = new Date(e.detail.value)
|
||||||
if (selectT <= new Date(this.lastDay)) {
|
|
||||||
|
// if (selectT <= new Date(this.lastDay)) {
|
||||||
this.theRequest.time = e.detail.value
|
this.theRequest.time = e.detail.value
|
||||||
this.theRequest.month = this.$util.cutDate(e.detail.value, 'YYYYMM')
|
this.theRequest.month = this.$util.cutDate(e.detail.value, 'YYYYMM')
|
||||||
this.sevenDate = [this.$util.cutDate(selectT, 'MM.DD', -13),
|
this.sevenDate = [this.$util.cutDate(selectT, 'MM.DD', -13),
|
||||||
@ -660,7 +661,7 @@ export default {
|
|||||||
uni.hideLoading()
|
uni.hideLoading()
|
||||||
})
|
})
|
||||||
// 移除不必要的$forceUpdate
|
// 移除不必要的$forceUpdate
|
||||||
}
|
// }
|
||||||
|
|
||||||
},
|
},
|
||||||
toDetail(item, provinceId) { // 如果当前页面至存在一个初始化的省份编码 则不需要传入参数provinceId
|
toDetail(item, provinceId) { // 如果当前页面至存在一个初始化的省份编码 则不需要传入参数provinceId
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user