@@ -267,7 +270,6 @@
let canToSeverpartIndex = !provinceId ? this.hasSeverpartIndexAuthority : this.PushAuthority.some(n => {
return n.ProvinceCode == provinceId && n.ShopAnalysisType == 1
})
-
this.$util.toNextRoute('navigateTo', canToSeverpartIndex ? severpartIndexPath : serverpartUploadPath)
item.visited = true
@@ -317,6 +319,7 @@
const ctx = uni.createCanvasContext(obj.id, this);
data.series = data.series.concat(obj.data)
rincanvas[obj.id] = new uCharts({
+ // 小程序图表工具
// $this: this,
// canvasId: obj.id,
context: ctx,
@@ -437,10 +440,10 @@
totalData.budgetamoutShow = totalData.budgetAmount ? _this.$util.fmoney(totalData.budgetAmount) :
0.00 // 预算总营收
totalData.diffBudgetTotal = Math.abs(totalData.budgetAmount - totalData.cashPay) // 预算和实际差额
- totalData.diffBili = totalData.budgetAmount > 0 ? this.$util.fmoney((headMsg.diffBudgetTotal /
+ totalData.diffBili = totalData.budgetAmount > 0 ? this.$util.fmoney(( totalData.diffBudgetTotal /
totalData.budgetAmount) * 100, 2) : '100' // 预算和实际增长额比例
- this.headMsg = totalData
+ _this.headMsg = totalData
// 饼图分析及数据条形分析
const [progressList, pieList] = this.getProgressData(busniessTypePie, totalData.cashPay)
this.modelProgress = progressList
@@ -552,7 +555,6 @@
this.opacity = (options.scrollTop - 30) / 68
},
onLoad(option) {
-
uni.showLoading({
title: '正在加载...'
})
@@ -567,6 +569,8 @@
if (this.PushAuthority.length > 0) {
this.theRequest = this.defaultMsg() || {}
+ console.log('theRequest',this.theRequest)
+
this.theRequest.time = this.lastDay
this.theRequest.month = this.$util.cutDate(this.lastDay, 'YYYYMM')
this.initData()
diff --git a/pages/everdayRenven/AnhuiServerpart.vue b/pages/everdayRenven/AnhuiServerpart.vue
index 99bcb85..e8a8ae3 100644
--- a/pages/everdayRenven/AnhuiServerpart.vue
+++ b/pages/everdayRenven/AnhuiServerpart.vue
@@ -222,6 +222,7 @@
CarAnalysis
},
onLoad(option) {
+ console.log(option)
_self = this
uni.showLoading({
title: '正在加载...'
@@ -543,6 +544,7 @@
_this.pageData = res.Result_Data
if (res.Result_Data.listBusinessModel) {
let list = JSON.parse(JSON.stringify(res.Result_Data.listBusinessModel))
+ console.log('list',list)
if (list.length > 0) {
let all = {
Bussiness_Name: '全部',
@@ -583,7 +585,7 @@
// totalData.dayOfShow = this.$util.cutDate(theRequest.time, 'MM月DD日')
totalData.budgetamoutShow = totalData.budgetAmount ? _this.$util.fmoney(totalData.budgetAmount) : 0.00
totalData.diffBudgetTotal = Math.abs(totalData.budgetAmount - totalData.cashPay)
- totalData.diffBili = totalData.budgetAmount > 0 ? this.$util.fmoney((headMsg.diffBudgetTotal /
+ totalData.diffBili = totalData.budgetAmount > 0 ? this.$util.fmoney((totalData.diffBudgetTotal /
totalData.budgetAmount) * 100, 2) : '100'
this.sMsg = totalData
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 1f39988..5d32fb6 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -262,6 +262,7 @@
AppletMenuStatus: this.membershipType === 9999 ? '1,2' : '1'
})
this.modelMenu = res.Result_Data.List
+ console.log('modelMenu',this.modelMenu)
}
},
onReady() {
diff --git a/pages/register/register.vue b/pages/register/register.vue
index a796bd5..01669dd 100644
--- a/pages/register/register.vue
+++ b/pages/register/register.vue
@@ -42,6 +42,7 @@
...mapActions(['updateUser']),
...mapMutations(['setUser']),
getPhoneNumber (e) {
+ console.log(e)
uni.showLoading({
title:'正在加载...',
mask:true