This commit is contained in:
ylj20011123 2026-01-22 09:13:48 +08:00
parent 2fc99587bf
commit e56b53fb0c
7 changed files with 1787 additions and 1403 deletions

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

View File

@ -386,7 +386,8 @@
<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>
</view>

View File

@ -642,25 +642,26 @@ export default {
bindDateChange(e) { //
// let nowDate = this.theRequest.time
let selectT = new Date(e.detail.value)
if (selectT <= new Date(this.lastDay)) {
this.theRequest.time = e.detail.value
this.theRequest.month = this.$util.cutDate(e.detail.value, 'YYYYMM')
this.sevenDate = [this.$util.cutDate(selectT, 'MM.DD', -13),
this.$util.cutDate(selectT, 'MM.DD', -7)]
uni.showLoading({
title: '正在加载...',
mask: false //
})
//
Promise.all([
this.initData(),
this.todayAmount()
]).catch(err => {
console.error('数据刷新失败:', err)
uni.hideLoading()
})
// $forceUpdate
}
// if (selectT <= new Date(this.lastDay)) {
this.theRequest.time = e.detail.value
this.theRequest.month = this.$util.cutDate(e.detail.value, 'YYYYMM')
this.sevenDate = [this.$util.cutDate(selectT, 'MM.DD', -13),
this.$util.cutDate(selectT, 'MM.DD', -7)]
uni.showLoading({
title: '正在加载...',
mask: false //
})
//
Promise.all([
this.initData(),
this.todayAmount()
]).catch(err => {
console.error('数据刷新失败:', err)
uni.hideLoading()
})
// $forceUpdate
// }
},
toDetail(item, provinceId) { // provinceId

File diff suppressed because one or more lines are too long

View File

@ -3620,14 +3620,14 @@
}}</view>
<view class="itemLabel">已完成<text class="unit">/{{
plan.revenueType === "yi" ? "亿元" : "万元"
}}</text></view>
}}</text></view>
</view>
<view class="bottomItem">
<view class="itemValue">{{
plan.BudgetYear_Amount ? plan.BudgetYear_Amount : "-"
}}</view>
<view class="itemLabel">计划<text class="unit">/{{ plan.budgetType === "yi" ? "亿元" : "万元"
}}</text></view>
}}</text></view>
</view>
<view class="bottomItem">
<view class="itemValue">{{