crm_second_opening_mini/pages/index/screen.wxml

1 line
1.7 KiB
Plaintext

<view class="data-v-01c3c02a"><uni-popup vue-id="53178884-1" type="bottom" background-color="#fff" data-ref="screenpopup" class="data-v-01c3c02a vue-ref" bind:__l="__l" vue-slots="{{['default']}}"><scroll-view class="scrollbox data-v-01c3c02a" style="height:540rpx;background:#fff;" scroll-y="{{true}}"><view class="screen_content data-v-01c3c02a"><view class="fir_li data-v-01c3c02a"><view class="li_label data-v-01c3c02a">时间筛选</view><view class="rightbox data-v-01c3c02a"><view class="listwarp data-v-01c3c02a"><block wx:for="{{timeList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['changeTime',[index]]]]]}}" class="{{['li','data-v-01c3c02a',index==timeIndex?'liactive':'']}}" bindtap="__e">{{item.name}}</view></block></view><block wx:if="{{timeList[timeIndex]&&timeList[timeIndex].value=='zidingyi'}}"><view class="time_warp data-v-01c3c02a"><picker mode="date" data-event-opts="{{[['change',[['changeStartTime',['$event']]]]]}}" bindchange="__e" class="data-v-01c3c02a"><view class="timebox data-v-01c3c02a">{{''+(start_time?start_time:'开始时间')+''}}</view></picker><view class="xian data-v-01c3c02a"></view><picker mode="date" data-event-opts="{{[['change',[['changeEndTime',['$event']]]]]}}" bindchange="__e" class="data-v-01c3c02a"><view class="timebox data-v-01c3c02a">{{''+(end_time?end_time:'结束时间')+''}}</view></picker></view></block></view></view></view></scroll-view><view class="button_bottom data-v-01c3c02a"><view data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" catchtap="__e" class="data-v-01c3c02a">重置</view><view data-event-opts="{{[['tap',[['sureQuery',['$event']]]]]}}" catchtap="__e" class="data-v-01c3c02a">确定</view></view></uni-popup></view>