|
|
|
@ -9,28 +9,25 @@ |
|
|
|
|
<view class="title">订单数据</view> |
|
|
|
|
<view class="info"> |
|
|
|
|
<view class="item"> |
|
|
|
|
订单金额<text>¥867.00</text> |
|
|
|
|
订单金额<text>¥{{infor.orderData.orderMoney}}</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="item"> |
|
|
|
|
订单数<text>23</text> |
|
|
|
|
订单数<text>{{infor.orderData.orderCount}}</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="item"> |
|
|
|
|
支持人数<text>23</text> |
|
|
|
|
支持人数<text>{{infor.orderData.orderPayUser}}</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="item"> |
|
|
|
|
订单金额<text>¥867.00</text> |
|
|
|
|
总成本金额<text>¥{{infor.orderData.orderCostMoney}}</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="item"> |
|
|
|
|
总成本金额<text>¥867.00</text> |
|
|
|
|
预估利益<text>¥{{infor.orderData.orderInterest}}</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="item"> |
|
|
|
|
预估利益<text>¥867.00</text> |
|
|
|
|
付费会员数<text>{{infor.orderData.payMemberCount}}</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="item"> |
|
|
|
|
付费会员数<text>200</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="item"> |
|
|
|
|
付费分销数<text>200</text> |
|
|
|
|
付费分销数<text>{{infor.orderData.payDealerCount}}</text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -38,10 +35,10 @@ |
|
|
|
|
<view class="title">退款数据</view> |
|
|
|
|
<view class="info"> |
|
|
|
|
<view class="item"> |
|
|
|
|
退款单数<text>23</text> |
|
|
|
|
退款单数<text>{{infor.refundData.refundCount}}</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="item"> |
|
|
|
|
退款金额<text>¥867.00</text> |
|
|
|
|
退款金额<text>¥{{infor.refundData.refundTotalMoney}}</text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -49,13 +46,13 @@ |
|
|
|
|
<view class="title">用户数据</view> |
|
|
|
|
<view class="info"> |
|
|
|
|
<view class="item"> |
|
|
|
|
访客数<text>23</text> |
|
|
|
|
访客数<text>{{infor.userData.visitorCount}}</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="item"> |
|
|
|
|
浏览量<text>56</text> |
|
|
|
|
浏览量<text>{{infor.userData.viewCount}}</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="item"> |
|
|
|
|
新增用户数<text>23</text> |
|
|
|
|
新增用户数<text>{{infor.userData.newUserCount}}</text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -73,35 +70,32 @@ |
|
|
|
|
</view> |
|
|
|
|
<view class="c" :style="{'opacity': (startTime||dateIndex>-1)?1:0.6 }" @click="quantityFilter">筛选</view> |
|
|
|
|
</view> |
|
|
|
|
<u-calendar v-model="isShow" mode="range" @change="getTime" range-color='#F34A40' range-bg-color='#FFBDBA' |
|
|
|
|
active-bg-color='#F34A40'></u-calendar> |
|
|
|
|
<u-calendar v-model="isShow" mode="range" @change="getTime" range-color='#FF6257' range-bg-color='#FFBDBA' |
|
|
|
|
active-bg-color='#FF6257'></u-calendar> |
|
|
|
|
<view class="report-bd" v-if="tabIndex == 1"> |
|
|
|
|
<view class="module1"> |
|
|
|
|
<view class="title">订单数据</view> |
|
|
|
|
<view class="info"> |
|
|
|
|
<view class="item"> |
|
|
|
|
订单金额<text>¥867.00</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="item"> |
|
|
|
|
订单数<text>23</text> |
|
|
|
|
订单金额<text>¥{{infor.orderData.orderMoney}}</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="item"> |
|
|
|
|
支持人数<text>23</text> |
|
|
|
|
订单数<text>{{infor.orderData.orderCount}}</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="item"> |
|
|
|
|
订单金额<text>¥867.00</text> |
|
|
|
|
支持人数<text>{{infor.orderData.orderPayUser}}</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="item"> |
|
|
|
|
总成本金额<text>¥867.00</text> |
|
|
|
|
总成本金额<text>¥{{infor.orderData.orderCostMoney}}</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="item"> |
|
|
|
|
预估利益<text>¥867.00</text> |
|
|
|
|
预估利益<text>¥{{infor.orderData.orderInterest}}</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="item"> |
|
|
|
|
付费会员数<text>200</text> |
|
|
|
|
付费会员数<text>{{infor.orderData.payMemberCount}}</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="item"> |
|
|
|
|
付费分销数<text>200</text> |
|
|
|
|
付费分销数<text>{{infor.orderData.payDealerCount}}</text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -109,10 +103,10 @@ |
|
|
|
|
<view class="title">退款数据</view> |
|
|
|
|
<view class="info"> |
|
|
|
|
<view class="item"> |
|
|
|
|
退款单数<text>23</text> |
|
|
|
|
退款单数<text>{{infor.refundData.refundCount}}</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="item"> |
|
|
|
|
退款金额<text>¥867.00</text> |
|
|
|
|
退款金额<text>¥{{infor.refundData.refundTotalMoney}}</text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -120,13 +114,13 @@ |
|
|
|
|
<view class="title">用户数据</view> |
|
|
|
|
<view class="info"> |
|
|
|
|
<view class="item"> |
|
|
|
|
访客数<text>23</text> |
|
|
|
|
访客数<text>{{infor.userData.visitorCount}}</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="item"> |
|
|
|
|
浏览量<text>56</text> |
|
|
|
|
浏览量<text>{{infor.userData.viewCount}}</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="item"> |
|
|
|
|
新增用户数<text>23</text> |
|
|
|
|
新增用户数<text>{{infor.userData.newUserCount}}</text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -134,10 +128,10 @@ |
|
|
|
|
<view class="title">佣金数据</view> |
|
|
|
|
<view class="info"> |
|
|
|
|
<view class="item"> |
|
|
|
|
累计佣金已结算金额<text>23</text> |
|
|
|
|
累计佣金已结算金额<text>{{infor.commissionData.settleTotalMoney}}</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="item"> |
|
|
|
|
累计佣金结算金额<text>23</text> |
|
|
|
|
累计佣金结算金额<text>{{infor.commissionData.nosettleTotalMoney}}</text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -161,7 +155,31 @@ |
|
|
|
|
isShow: false, |
|
|
|
|
startTime: '', |
|
|
|
|
endTime: '', |
|
|
|
|
recentDate: '' |
|
|
|
|
recentDate: '', |
|
|
|
|
infor: { |
|
|
|
|
orderData: { |
|
|
|
|
orderMoney: 135, |
|
|
|
|
orderCount: 362, |
|
|
|
|
orderPayUser: 324, |
|
|
|
|
orderCostMoney: 475, |
|
|
|
|
orderInterest: 50, |
|
|
|
|
payMemberCount: 60, |
|
|
|
|
payDealerCount: 83, |
|
|
|
|
}, |
|
|
|
|
refundData: { |
|
|
|
|
refundCount: 350, |
|
|
|
|
refundTotalMoney: 240, |
|
|
|
|
}, |
|
|
|
|
userData: { |
|
|
|
|
visitorCount: 240, |
|
|
|
|
viewCount: 750, |
|
|
|
|
newUserCount: 120, |
|
|
|
|
}, |
|
|
|
|
commissionData: { |
|
|
|
|
settleTotalMoney: 290, |
|
|
|
|
nosettleTotalMoney: 345, |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
onLoad() { |
|
|
|
@ -254,8 +272,8 @@ |
|
|
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
|
|
::v-deep .u-btn--primary { |
|
|
|
|
background-color: #FC3E27 !important; |
|
|
|
|
border-color: #FC3E27; |
|
|
|
|
background-color: #FF6257 !important; |
|
|
|
|
border-color: #FF6257; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.report { |
|
|
|
@ -334,7 +352,7 @@ |
|
|
|
|
.c { |
|
|
|
|
width: 100%; |
|
|
|
|
line-height: 88rpx; |
|
|
|
|
background: #F34A40; |
|
|
|
|
background: #FF6257; |
|
|
|
|
border-radius: 88rpx; |
|
|
|
|
font-size: 28rpx; |
|
|
|
|
font-weight: 500; |
|
|
|
@ -352,7 +370,7 @@ |
|
|
|
|
.module1 { |
|
|
|
|
width: 100%; |
|
|
|
|
height: 504rpx; |
|
|
|
|
background: linear-gradient(180deg, #FEF4F3 0%, #FFFFFF 100%); |
|
|
|
|
background: linear-gradient(180deg, #FEF4F3 0%, #FFFFFF 20%); |
|
|
|
|
border-radius: 10rpx; |
|
|
|
|
padding: 25rpx 20rpx; |
|
|
|
|
box-sizing: border-box; |
|
|
|
@ -390,7 +408,7 @@ |
|
|
|
|
width: 100%; |
|
|
|
|
height: 246rpx; |
|
|
|
|
margin-top: 20rpx; |
|
|
|
|
background: linear-gradient(180deg, #FEF4F3 0%, #FFFFFF 100%); |
|
|
|
|
background: linear-gradient(180deg, #FEF4F3 0%, #FFFFFF 30%); |
|
|
|
|
border-radius: 10rpx; |
|
|
|
|
padding: 25rpx 20rpx; |
|
|
|
|
box-sizing: border-box; |
|
|
|
@ -428,7 +446,7 @@ |
|
|
|
|
width: 100%; |
|
|
|
|
height: 246rpx; |
|
|
|
|
margin-top: 20rpx; |
|
|
|
|
background: linear-gradient(180deg, #FEF4F3 0%, #FFFFFF 100%); |
|
|
|
|
background: linear-gradient(180deg, #FEF4F3 0%, #FFFFFF 30%); |
|
|
|
|
border-radius: 10rpx; |
|
|
|
|
padding: 25rpx 20rpx; |
|
|
|
|
box-sizing: border-box; |
|
|
|
@ -466,7 +484,7 @@ |
|
|
|
|
width: 100%; |
|
|
|
|
height: 246rpx; |
|
|
|
|
margin-top: 20rpx; |
|
|
|
|
background: linear-gradient(180deg, #FEF4F3 0%, #FFFFFF 100%); |
|
|
|
|
background: linear-gradient(180deg, #FEF4F3 0%, #FFFFFF 30%); |
|
|
|
|
border-radius: 10rpx; |
|
|
|
|
padding: 25rpx 20rpx; |
|
|
|
|
box-sizing: border-box; |
|
|
|
|