更新
This commit is contained in:
parent
b13a34a3ab
commit
1d17b0188e
@ -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() {
|
||||||
|
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user