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',