|
|
@ -1,42 +1,42 @@
|
|
|
|
<!--pages/index/Salesranking/Vehicletype/Vehicletype.wxml-->
|
|
|
|
<!--pages/index/Salesranking/Vehicletype/Vehicletype.wxml-->
|
|
|
|
|
|
|
|
|
|
|
|
<view class="vehicletype">
|
|
|
|
<view class="vehicletype">
|
|
|
|
|
|
|
|
|
|
|
|
<scroll-view scroll-x="{{true}}" style="white-space: nowrap;height: 100%; width: 100%;background: #ffffff;">
|
|
|
|
<scroll-view scroll-x="{{true}}" style="white-space: nowrap;height: 100%; width: 100%;background: #ffffff;">
|
|
|
|
<view class="top">
|
|
|
|
<view class="top">
|
|
|
|
<view class="box_title">全部</view>
|
|
|
|
<view class="box_title">全部</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="top">
|
|
|
|
<view class="top">
|
|
|
|
<view class="box_title">
|
|
|
|
<view class="box_title">
|
|
|
|
<picker mode="date" header-text="选择时间" fields="month" value="{{date}}" bindchange="bindDateChange">
|
|
|
|
<picker mode="date" header-text="选择时间" fields="month" value="{{date}}" bindchange="bindDateChange">
|
|
|
|
<view class="font30">
|
|
|
|
<view class="font30">
|
|
|
|
<!-- <text class="color3">填报时间:</text> -->
|
|
|
|
<!-- <text class="color3">填报时间:</text> -->
|
|
|
|
<text class="color6">{{date}}</text>
|
|
|
|
<text class="color6">{{date}}</text>
|
|
|
|
<text class="timeIcon">▼</text>
|
|
|
|
<text class="timeIcon">▼</text>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</picker>
|
|
|
|
</picker>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
<view class="top">
|
|
|
|
<view class="top">
|
|
|
|
<!-- 下拉框 -->
|
|
|
|
<!-- 下拉框 -->
|
|
|
|
<view class="top-selected" id="1" bindtap="bindShowMsg">
|
|
|
|
<view class="top-selected" id="1" bindtap="bindShowMsg">
|
|
|
|
<text class="title">{{grade_name1}}</text>
|
|
|
|
<text class="title">{{grade_name1}}</text>
|
|
|
|
<text class="timeIcon">▼</text>
|
|
|
|
<text class="timeIcon">▼</text>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<!-- 下拉需要显示的列表 -->
|
|
|
|
<!-- 下拉需要显示的列表 -->
|
|
|
|
<view class="select_box" wx:if="{{select1}}">
|
|
|
|
<view class="select_box" wx:if="{{select1}}">
|
|
|
|
<view wx:for="{{grades1}}" wx:key="unique">
|
|
|
|
<view wx:for="{{grades1}}" wx:key="unique">
|
|
|
|
<view class="select_one" bindtap="mySelect1" data-name="{{item}}">{{item.name}}</view>
|
|
|
|
<view class="select_one" bindtap="mySelect1" data-name="{{item}}">{{item.name}}</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="top">
|
|
|
|
<view class="top">
|
|
|
|
<!-- 下拉框 -->
|
|
|
|
<!-- 下拉框 -->
|
|
|
|
<view class="top-selected" id="2" bindtap="bindShowMsg">
|
|
|
|
<view class="top-selected" id="2" bindtap="bindShowMsg">
|
|
|
|
<text class="title">{{grade_name2}}</text>
|
|
|
|
<text class="title">{{grade_name2}}</text>
|
|
|
|
<text class="timeIcon">▼</text>
|
|
|
|
<text class="timeIcon">▼</text>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<!-- 下拉需要显示的列表 -->
|
|
|
|
<!-- 下拉需要显示的列表 -->
|
|
|
|
<view class="select_box" wx:if="{{select2}}">
|
|
|
|
<view class="select_box" wx:if="{{select2}}">
|
|
|
|
<view wx:for="{{grades2}}" wx:key="unique">
|
|
|
|
<view wx:for="{{grades2}}" wx:key="unique">
|
|
|
|
<view class="select_one" bindtap="mySelect2" data-name="{{item}}">{{item.name}}</view>
|
|
|
|
<view class="select_one" bindtap="mySelect2" data-name="{{item}}">{{item.name}}</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
@ -49,7 +49,7 @@
|
|
|
|
<text class="timeIcon">▼</text>
|
|
|
|
<text class="timeIcon">▼</text>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<!-- 下拉需要显示的列表 -->
|
|
|
|
<!-- 下拉需要显示的列表 -->
|
|
|
|
<view class="select_box" wx:if="{{select3}}">
|
|
|
|
<view class="select_box" wx:if="{{select3}}">
|
|
|
|
<view wx:for="{{grades3}}" wx:key="unique">
|
|
|
|
<view wx:for="{{grades3}}" wx:key="unique">
|
|
|
|
<view class="select_one" bindtap="mySelect3" data-name="{{item}}">{{item.name}}</view>
|
|
|
|
<view class="select_one" bindtap="mySelect3" data-name="{{item}}">{{item.name}}</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
@ -62,7 +62,7 @@
|
|
|
|
<text class="timeIcon">▼</text>
|
|
|
|
<text class="timeIcon">▼</text>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<!-- 下拉需要显示的列表 -->
|
|
|
|
<!-- 下拉需要显示的列表 -->
|
|
|
|
<view class="select_box" wx:if="{{select4}}">
|
|
|
|
<view class="select_box" wx:if="{{select4}}">
|
|
|
|
<view wx:for="{{grades4}}" wx:key="unique">
|
|
|
|
<view wx:for="{{grades4}}" wx:key="unique">
|
|
|
|
<view class="select_one" bindtap="mySelect4" data-name="{{item}}">{{item}}</view>
|
|
|
|
<view class="select_one" bindtap="mySelect4" data-name="{{item}}">{{item}}</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
@ -104,7 +104,7 @@
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view style="width: 30%;">
|
|
|
|
<view style="width: 30%;">
|
|
|
|
<view class="volume">{{item.volume}}</view>
|
|
|
|
<view class="volume">{{item.volume}}</view>
|
|
|
|
<view class="trend" bindtap="onclick" bindtap="popup" data-position="bottom">
|
|
|
|
<view class="trend" bindtap="popup" data-position="bottom">
|
|
|
|
<van-icon size="16px" name="arrow" />
|
|
|
|
<van-icon size="16px" name="arrow" />
|
|
|
|
<view>销量趋势</view>
|
|
|
|
<view>销量趋势</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
@ -115,18 +115,17 @@
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
<page-container show="{{show}}" round="{{round}}" overlay="{{overlay}}" duration="{{duration}}" position="{{position}}" close-on-slide-down="{{false}}" custom-style="height:40%">
|
|
|
|
<page-container show="{{show}}" duration="{{duration}}" position="{{position}}" close-on-slide-down="{{false}}" custom-style="height:50%">
|
|
|
|
<view class="detail-page">
|
|
|
|
<view class="detail-page">
|
|
|
|
<view style="display: flex;">
|
|
|
|
<view style="display: flex;">
|
|
|
|
<view class="qushi">销量趋势</view>
|
|
|
|
<view class="qushi">销量趋势</view>
|
|
|
|
<view class="tubiao" bindtap="exit">
|
|
|
|
<view class="tubiao" bindtap="exit">
|
|
|
|
<van-icon name="cross" />
|
|
|
|
<van-icon name="cross" />
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="pinlai">宏光MINIEV销量趋势</view>
|
|
|
|
<view class="pinlai">宏光MINIEV销量趋势</view>
|
|
|
|
<view class="brand_tu">
|
|
|
|
<view class="brand_tu">
|
|
|
|
<c-echars showChart="{{showChart}}" canvasId="tonalitybar-canvas" chartId="tonalitybar" chartOption="{{positiveOption}}" width="100%" height="100%"></c-echars>
|
|
|
|
<c-echars flocShow="{{true}}" showChart="{{showChart}}" canvasId="tonalitybar-canvas" chartId="tonalitybar" chartOption="{{positiveOption}}" width="200rpx"height='500rpx' ></c-echars>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</page-container>
|
|
|
|
</page-container>
|
|
|
|