|
@@ -1,10 +1,11 @@
|
|
<template>
|
|
<template>
|
|
<view>
|
|
<view>
|
|
<car-common ref="common" ></car-common>
|
|
<car-common ref="common" ></car-common>
|
|
|
|
+ <u-picker v-model="show1" mode="selector" @confirm="show1confirm" :default-selector="[selectForm.select1Index]" :range="selectList" range-key="licensePlateNumber"></u-picker>
|
|
|
|
|
|
<view class="von-index-bar">
|
|
<view class="von-index-bar">
|
|
<view class="text-center mb-1">
|
|
<view class="text-center mb-1">
|
|
- <h3 >营收统计</h3>
|
|
|
|
|
|
+ <h3 @click="show1=true" >{{selectForm.select1Name}}<text class="icon iconfont icon-xiajiantou"></text></h3>
|
|
<h6>今日收益</h6>
|
|
<h6>今日收益</h6>
|
|
<h1>{{revenueStatisticsUp.todayRevenue}}元</h1>
|
|
<h1>{{revenueStatisticsUp.todayRevenue}}元</h1>
|
|
</view>
|
|
</view>
|
|
@@ -17,17 +18,19 @@
|
|
</view>
|
|
</view>
|
|
<view class="von-index-row">
|
|
<view class="von-index-row">
|
|
<u-cell-group>
|
|
<u-cell-group>
|
|
- <u-cell-item title="收益明细" @click="gotoUrl" ></u-cell-item>
|
|
|
|
|
|
+ <u-cell-item title="收益明细" style="width: 49%;background-color: transparent;float: left;" @click="gotoUrl" ></u-cell-item>
|
|
|
|
+ <u-cell-item title="班次营收统计" style="width: 49%;background-color: transparent;" @click="gotoUrl2" ></u-cell-item>
|
|
|
|
+
|
|
</u-cell-group>
|
|
</u-cell-group>
|
|
<u-row>
|
|
<u-row>
|
|
<u-col :span="6">
|
|
<u-col :span="6">
|
|
<view class="von-index-col">今日售票笔数<h3>{{revenueStatisticsDown.num}}笔</h3></view>
|
|
<view class="von-index-col">今日售票笔数<h3>{{revenueStatisticsDown.num}}笔</h3></view>
|
|
</u-col>
|
|
</u-col>
|
|
<u-col :span="6">
|
|
<u-col :span="6">
|
|
- <view class="von-index-col">线上购票收款<h3>{{revenueStatisticsDown.onlineRevenue}}元</h3></view>
|
|
|
|
|
|
+ <view class="von-index-col">现金收款<h3>{{revenueStatisticsDown.cashRevenue}}元</h3></view>
|
|
</u-col>
|
|
</u-col>
|
|
</u-row>
|
|
</u-row>
|
|
- <u-row>
|
|
|
|
|
|
+ <u-row v-if="revenueStatisticsDown.wechatRevenue||revenueStatisticsDown.alipayRevenue">
|
|
<u-col :span="6">
|
|
<u-col :span="6">
|
|
<view class="von-index-col">微信支付收款<h3>{{revenueStatisticsDown.wechatRevenue}}元</h3></view>
|
|
<view class="von-index-col">微信支付收款<h3>{{revenueStatisticsDown.wechatRevenue}}元</h3></view>
|
|
</u-col>
|
|
</u-col>
|
|
@@ -35,10 +38,11 @@
|
|
<view class="von-index-col">支付宝收款<h3>{{revenueStatisticsDown.alipayRevenue}}元</h3></view>
|
|
<view class="von-index-col">支付宝收款<h3>{{revenueStatisticsDown.alipayRevenue}}元</h3></view>
|
|
</u-col>
|
|
</u-col>
|
|
</u-row>
|
|
</u-row>
|
|
- <u-row>
|
|
|
|
- <u-col :span="6">
|
|
|
|
- <view class="von-index-col">现金收款<h3>{{revenueStatisticsDown.cashRevenue}}元</h3></view>
|
|
|
|
- </u-col>
|
|
|
|
|
|
+ <u-row v-if="revenueStatisticsDown.onlineRevenue||revenueStatisticsDown.ticketRevenue">
|
|
|
|
+
|
|
|
|
+ <u-col :span="6">
|
|
|
|
+ <view class="von-index-col">线上购票收款<h3>{{revenueStatisticsDown.onlineRevenue}}元</h3></view>
|
|
|
|
+ </u-col>
|
|
<u-col :span="6">
|
|
<u-col :span="6">
|
|
<view class="von-index-col">纸质车票收款<h3>{{revenueStatisticsDown.ticketRevenue}}元</h3></view>
|
|
<view class="von-index-col">纸质车票收款<h3>{{revenueStatisticsDown.ticketRevenue}}元</h3></view>
|
|
</u-col>
|
|
</u-col>
|