更新
This commit is contained in:
parent
b13a34a3ab
commit
1d17b0188e
@ -104,6 +104,10 @@
|
||||
<image src="/static/imgs/jg7.png" mode=""></image>
|
||||
<view class="">当日订单统计</view>
|
||||
</view>
|
||||
<view class="jg_ys1" style="width: 180rpx;">
|
||||
</view>
|
||||
<view class="jg_ys1" style="width: 180rpx;">
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="hang_"></view>
|
||||
@ -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() {
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user