update
This commit is contained in:
parent
6f8d811054
commit
5a63f9a0b0
@ -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">{{
|
||||
@ -3945,7 +3945,7 @@ export default {
|
||||
},
|
||||
data() {
|
||||
const lastDay = this.$util.cutDate(new Date(), "YYYY-MM-DD", -1);
|
||||
// const lastDay = '2026-01-01'
|
||||
// const lastDay = '2026-02-02'
|
||||
const nowDay = this.$util.cutDate(new Date(), "YYYY-MM-DD");
|
||||
// const nowDay = '2026-01-01'
|
||||
return {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -3426,7 +3426,7 @@ export default {
|
||||
|
||||
// 拿到计算数据的标准日
|
||||
this.lastDay = uni.getStorageSync("lastDay");
|
||||
// this.lastDay = '2026-09-30';
|
||||
// this.lastDay = '2026-02-02';
|
||||
const currentDate = new Date(this.lastDay);
|
||||
let currentY = currentDate.getFullYear(); // 年
|
||||
let currentM = currentDate.getMonth() + 1; // 月
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user