This commit is contained in:
ylj20011123 2026-01-30 18:29:28 +08:00
parent 6f8d811054
commit 5a63f9a0b0
3 changed files with 491 additions and 445 deletions

View File

@ -3620,14 +3620,14 @@
}}</view> }}</view>
<view class="itemLabel">已完成<text class="unit">/{{ <view class="itemLabel">已完成<text class="unit">/{{
plan.revenueType === "yi" ? "亿元" : "万元" plan.revenueType === "yi" ? "亿元" : "万元"
}}</text></view> }}</text></view>
</view> </view>
<view class="bottomItem"> <view class="bottomItem">
<view class="itemValue">{{ <view class="itemValue">{{
plan.BudgetYear_Amount ? plan.BudgetYear_Amount : "-" plan.BudgetYear_Amount ? plan.BudgetYear_Amount : "-"
}}</view> }}</view>
<view class="itemLabel">计划<text class="unit">/{{ plan.budgetType === "yi" ? "亿元" : "万元" <view class="itemLabel">计划<text class="unit">/{{ plan.budgetType === "yi" ? "亿元" : "万元"
}}</text></view> }}</text></view>
</view> </view>
<view class="bottomItem"> <view class="bottomItem">
<view class="itemValue">{{ <view class="itemValue">{{
@ -3945,7 +3945,7 @@ export default {
}, },
data() { data() {
const lastDay = this.$util.cutDate(new Date(), "YYYY-MM-DD", -1); 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 = this.$util.cutDate(new Date(), "YYYY-MM-DD");
// const nowDay = '2026-01-01' // const nowDay = '2026-01-01'
return { return {

View File

@ -3426,7 +3426,7 @@ export default {
// //
this.lastDay = uni.getStorageSync("lastDay"); this.lastDay = uni.getStorageSync("lastDay");
// this.lastDay = '2026-09-30'; // this.lastDay = '2026-02-02';
const currentDate = new Date(this.lastDay); const currentDate = new Date(this.lastDay);
let currentY = currentDate.getFullYear(); // let currentY = currentDate.getFullYear(); //
let currentM = currentDate.getMonth() + 1; // let currentM = currentDate.getMonth() + 1; //