crm_second_opening_mini/pagesA/work/approve/popScreen.wxml

1 line
2.8 KiB
Plaintext

<uni-popup vue-id="4b9034d6-1" type="top" background-color="#fff" data-ref="popup" class="data-v-8f7b8590 vue-ref" bind:__l="__l" vue-slots="{{['default']}}"><view class="warpbox data-v-8f7b8590"><scroll-view class="scrollbox data-v-8f7b8590" style="height:600rpx;background:#fff;" scroll-y="{{true}}"><view data-event-opts="{{[['tap',[['',['$event']]]]]}}" class="screen_content data-v-8f7b8590" catchtap="__e"><view class="fir_li data-v-8f7b8590"><view class="li_label data-v-8f7b8590">审批状态</view><picker value="{{statusIndex}}" range="{{statusList}}" range-key="name" data-event-opts="{{[['change',[['changeStatus',['$event']]]]]}}" bindchange="__e" class="data-v-8f7b8590"><view class="li_box data-v-8f7b8590"><view class="form_right data-v-8f7b8590"><view class="{{['data-v-8f7b8590',statusList[statusIndex]?'valueActive':'']}}">{{statusList[statusIndex]?statusList[statusIndex].name:'点击选择'}}</view><view class="iconfont icon-arrows_right data-v-8f7b8590"></view></view></view></picker></view><view class="fir_li data-v-8f7b8590"><view class="li_label data-v-8f7b8590">时间筛选</view><view class="li_box data-v-8f7b8590" style="display:flex;"><picker style="width:50%;border-right:1rpx solid #CCCCCC;" mode="date" end="{{end_time}}" data-event-opts="{{[['change',[['changeStartTime',['$event']]]]]}}" bindchange="__e" class="data-v-8f7b8590"><view class="form_right data-v-8f7b8590"><view class="{{['data-v-8f7b8590',start_time?'valueactive':'']}}" style="flex:1;text-align:center;">{{''+(start_time?start_time:'开始时间')}}</view></view></picker><picker style="width:50%;" mode="date" start="{{start_time}}" data-event-opts="{{[['change',[['changeEndTime',['$event']]]]]}}" bindchange="__e" class="data-v-8f7b8590"><view class="form_right data-v-8f7b8590"><view class="{{['data-v-8f7b8590',end_time?'valueactive':'']}}" style="flex:1;text-align:center;">{{(end_time?end_time:'结束时间')+''}}</view></view></picker></view></view><view class="fir_li data-v-8f7b8590"><view class="li_label data-v-8f7b8590">审批类型</view><picker value="{{typeIndex}}" range="{{typeList}}" range-key="name" data-event-opts="{{[['change',[['changeType',['$event']]]]]}}" bindchange="__e" class="data-v-8f7b8590"><view class="li_box data-v-8f7b8590"><view class="form_right data-v-8f7b8590"><view class="{{['data-v-8f7b8590',typeList[typeIndex]?'valueActive':'']}}">{{typeList[typeIndex]?typeList[typeIndex].name:'点击选择'}}</view><view class="iconfont icon-arrows_right data-v-8f7b8590"></view></view></view></picker></view></view></scroll-view><view class="button_bottom data-v-8f7b8590"><view data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" catchtap="__e" class="data-v-8f7b8590">重置</view><view data-event-opts="{{[['tap',[['sureQuery',['$event']]]]]}}" catchtap="__e" class="data-v-8f7b8590">确定</view></view></view></uni-popup>