This commit is contained in:
许允枞 2025-02-27 13:06:02 +08:00
parent b13a34a3ab
commit 1d17b0188e
2 changed files with 17 additions and 2 deletions

View File

@ -104,6 +104,10 @@
<image src="/static/imgs/jg7.png" mode=""></image> <image src="/static/imgs/jg7.png" mode=""></image>
<view class="">当日订单统计</view> <view class="">当日订单统计</view>
</view> </view>
<view class="jg_ys1" style="width: 180rpx;">
</view>
<view class="jg_ys1" style="width: 180rpx;">
</view>
</view> </view>
</view> </view>
<view class="hang_"></view> <view class="hang_"></view>
@ -197,6 +201,17 @@ export default {
onShow() { onShow() {
// this.actList = ["1", "1", "1", "1", "1", ] // this.actList = ["1", "1", "1", "1", "1", ]
// this.status = "nomore" // 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() { onLoad() {

View File

@ -412,8 +412,8 @@ export default {
// //
getInspectionSku() { getInspectionSku() {
let data = { let data = {
// partnerId: this.partnerId, startTime: this.partnerId,
// unit: this.unit, unit: this.unit,
} }
request({ request({
url: '/partnerOwn/partner/queryInspectionSkuList', url: '/partnerOwn/partner/queryInspectionSkuList',