隐藏订单统计
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const env = "d";
|
||||
const env = "p";
|
||||
|
||||
const version = 1,
|
||||
|
||||
|
||||
@@ -43,13 +43,13 @@
|
||||
</view>
|
||||
<!-- 客户数据 / 订单数据 -->
|
||||
<view class="mt40 bg-fff box-shadow-000-10-10 ulib-r10 overflowhidden">
|
||||
<view class="fn-flex font-36 text-center">
|
||||
<!-- <view class="fn-flex font-36 text-center">
|
||||
<block wx:for='{{tab}}' wx:key='index'>
|
||||
<view class="fn-flex-item pt20 pb20 {{ tabId == item.id?'':'bg-ffedeb'}}" data-id="{{item.id}}" bindtap="changeTab">
|
||||
<view class="relative">{{item.title}}</view>
|
||||
</view>
|
||||
</block>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="pl30 pb30" wx:if="{{tabId==1}}">
|
||||
<view class="fn-flex fn-flex-wrap text-left">
|
||||
<block wx:for='{{custom}}' wx:key='index'>
|
||||
|
||||
@@ -63,7 +63,7 @@ Page({
|
||||
}
|
||||
|
||||
this.getAppStatisticsHcust()
|
||||
this.getAppStatisticsHorder()
|
||||
//this.getAppStatisticsHorder()
|
||||
|
||||
//消息通讯 是否显示授权用户信息按钮
|
||||
_.eventBus.on("isShowProfile", this, function(res){
|
||||
@@ -472,7 +472,7 @@ Page({
|
||||
});
|
||||
this.getAppUserCal()
|
||||
this.getAppStatisticsHcust()
|
||||
this.getAppStatisticsHorder()
|
||||
//this.getAppStatisticsHorder()
|
||||
this.getAppTransferRemind()
|
||||
this.getAppInventoryRemind()
|
||||
this.getAppGoodsRemind()
|
||||
|
||||
@@ -141,7 +141,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<!-- 订单数据 -->
|
||||
<view class="mt40 inner30 pt40 bg-fff box-shadow-000-10-10 ulib-r10">
|
||||
<!-- <view class="mt40 inner30 pt40 bg-fff box-shadow-000-10-10 ulib-r10">
|
||||
<view class="relative">
|
||||
<view class="font-36">订单数据</view>
|
||||
<view class="absolute right-0 box-middle pt10 pb10 pl20 pr20 bg-ffedeb color-ff4a3a ulib-r10 font-22">累计订单总量 {{order_total}} 条</view>
|
||||
@@ -151,7 +151,7 @@
|
||||
<ec-canvas class="absolute top-0 bottom-0 left-0 right-0" ec="{{ ecBar }}"></ec-canvas>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
|
||||
</view>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user