From 1d17b0188eeb3c10ba2001ee49231f55d3bef25a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=AE=B8=E5=85=81=E6=9E=9E?= <3422692813@qq.com>
Date: Thu, 27 Feb 2025 13:06:02 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/index/newindex.vue | 15 +++++++++++++++
pages/statistics/business.vue | 4 ++--
2 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/pages/index/newindex.vue b/pages/index/newindex.vue
index 8b67f4b..7303219 100644
--- a/pages/index/newindex.vue
+++ b/pages/index/newindex.vue
@@ -104,6 +104,10 @@
当日订单统计
+
+
+
+
@@ -197,6 +201,17 @@ export default {
onShow() {
// this.actList = ["1", "1", "1", "1", "1", ]
// this.status = "nomore" 底部刷新结束
+ this.partnerId = uni.getStorageSync('partnerId')
+ this.getUserInfo()
+ this.getindex()
+ // this.getwarnMsglist()
+ this.getbottom()
+ this.getUserInfo()
+ this.getWarnCount()
+ this.getAppointAndPickNum()
+ this.getappointment()
+ // 初始化时间
+ this.timeWeekFormat();
},
onLoad() {
diff --git a/pages/statistics/business.vue b/pages/statistics/business.vue
index 3237310..580dfa6 100644
--- a/pages/statistics/business.vue
+++ b/pages/statistics/business.vue
@@ -412,8 +412,8 @@ export default {
// 检测类型统计
getInspectionSku() {
let data = {
- // partnerId: this.partnerId,
- // unit: this.unit,
+ startTime: this.partnerId,
+ unit: this.unit,
}
request({
url: '/partnerOwn/partner/queryInspectionSkuList',