|
|
|
@ -11,8 +11,8 @@ |
|
|
|
:contentText="contentText"></uni-load-more> |
|
|
|
:contentText="contentText"></uni-load-more> |
|
|
|
<!-- 筛选 --> |
|
|
|
<!-- 筛选 --> |
|
|
|
<view class="foot_btn_box"> |
|
|
|
<view class="foot_btn_box"> |
|
|
|
<view @click="goPage('/pages/railway/railwayRunData/form?type=add')" class="act_btn"><uni-icons type="plusempty" |
|
|
|
<!-- <view @click="goPage('/pages/railway/railwayRunData/form?type=add')" class="act_btn"><uni-icons type="plusempty" |
|
|
|
size="18" color="#fff" style="margin-right: 9rpx;"></uni-icons>新建</view> |
|
|
|
size="18" color="#fff" style="margin-right: 9rpx;"></uni-icons>新建</view> --> |
|
|
|
<view @click="showSearch" class="act_btn btn1"><uni-icons type="search" size="18" color="#2D8CF0" |
|
|
|
<view @click="showSearch" class="act_btn btn1"><uni-icons type="search" size="18" color="#2D8CF0" |
|
|
|
style="margin-right: 9rpx;"></uni-icons>查询 |
|
|
|
style="margin-right: 9rpx;"></uni-icons>查询 |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
@ -33,10 +33,10 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="cont_tit picker"> |
|
|
|
<view class="cont_tit picker"> |
|
|
|
<view>统计时段</view> |
|
|
|
<view>统计时段</view> |
|
|
|
<view class="picker_select"> |
|
|
|
<view> |
|
|
|
<picker @change="bindPickerChange" :value="index" :range="array" range-key="dictLabel"> |
|
|
|
<picker @change="bindPickerChange" :value="index" :range="array" range-key="dictLabel"> |
|
|
|
<text class="unselect_txt" |
|
|
|
<text class="picker_select" |
|
|
|
:style="index>-1?'color:#333;':''">{{index>-1?array[index].dictLabel:'请选择时段'}}</text> |
|
|
|
:style="index?'color:#333;':''">{{index?array[index].dictLabel:'请选择时段'}}</text> |
|
|
|
<uni-icons type="right" size="16" color="#D4D4D4"></uni-icons> |
|
|
|
<uni-icons type="right" size="16" color="#D4D4D4"></uni-icons> |
|
|
|
</picker> |
|
|
|
</picker> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
@ -120,7 +120,7 @@ |
|
|
|
statDateEnd: '', |
|
|
|
statDateEnd: '', |
|
|
|
statPeriod: '' |
|
|
|
statPeriod: '' |
|
|
|
}; |
|
|
|
}; |
|
|
|
this.index = -1; |
|
|
|
this.index = ''; |
|
|
|
}, |
|
|
|
}, |
|
|
|
//查询 |
|
|
|
//查询 |
|
|
|
showSearch() { |
|
|
|
showSearch() { |
|
|
|
@ -308,13 +308,11 @@ |
|
|
|
left: 0; |
|
|
|
left: 0; |
|
|
|
right: 0; |
|
|
|
right: 0; |
|
|
|
bottom: 0; |
|
|
|
bottom: 0; |
|
|
|
display: flex; |
|
|
|
|
|
|
|
justify-content: space-around; |
|
|
|
|
|
|
|
background-color: #F8F8F8; |
|
|
|
background-color: #F8F8F8; |
|
|
|
padding-bottom: 20px; |
|
|
|
padding: 20px 30rpx; |
|
|
|
|
|
|
|
|
|
|
|
.act_btn { |
|
|
|
.act_btn { |
|
|
|
width: 329rpx; |
|
|
|
width: 690rpx; |
|
|
|
height: 90rpx; |
|
|
|
height: 90rpx; |
|
|
|
line-height: 88rpx; |
|
|
|
line-height: 88rpx; |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
|