crm_second_opening_mini/pagesA/cost/screen.wxml

56 lines
4.3 KiB
Plaintext

<view class="data-v-199dac44">
<uni-popup vue-id="abc9d148-1" type="top" background-color="#fff" data-ref="popup" class="data-v-199dac44 vue-ref" bind:__l="__l" vue-slots="{{['default']}}">
<scroll-view class="scrollbox data-v-199dac44" style="height:600rpx;background:#fff;" scroll-y="{{true}}">
<view data-event-opts="{{[['tap',[['',['$event']]]]]}}" class="screen_content data-v-199dac44" catchtap="__e">
<view class="fir_li data-v-199dac44">
<view class="li_label data-v-199dac44">关联客户</view>
<view data-event-opts="{{[['tap',[['toSelectCustomer',['$event']]]]]}}" class="li_box data-v-199dac44" bindtap="__e">
<view class="form_right data-v-199dac44" style="text-align:center;">
<view class="{{['data-v-199dac44',customerObj?'valueActive':'']}}">{{''+(customerObj?customerObj.name:'点击选择')+''}}</view>
<view class="iconfont icon-arrows_right data-v-199dac44"></view>
</view>
</view>
</view>
<view class="fir_li data-v-199dac44">
<view class="li_label data-v-199dac44">费用状态</view>
<picker value="{{check_status}}" range="{{statusList}}" range-key="name" data-event-opts="{{[['change',[['changeTab',['$event']]]]]}}" bindchange="__e" class="data-v-199dac44">
<view class="li_box data-v-199dac44">
<view class="form_right data-v-199dac44" style="text-align:center;">
<view class="{{['data-v-199dac44',statusList[check_status]?'valueActive':'']}}">{{''+(statusList[check_status]?statusList[check_status].name:'点击选择')+''}}</view>
<view class="iconfont icon-arrows_right data-v-199dac44"></view>
</view>
</view>
</picker>
</view>
<view class="fir_li data-v-199dac44">
<view class="li_label data-v-199dac44">时间筛选</view>
<view class="li_box data-v-199dac44" 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-199dac44">
<view class="form_right data-v-199dac44">
<view class="{{['data-v-199dac44',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-199dac44">
<view class="form_right data-v-199dac44">
<view class="{{['data-v-199dac44',end_time?'valueactive':'']}}" style="flex:1;text-align:center;">{{(end_time?end_time:'结束时间')+''}}</view>
</view>
</picker>
</view>
</view>
<view class="fir_li data-v-e5a6e2f8">
<view class="li_label data-v-e5a6e2f8">关键词搜索</view>
<view class="li_box data-v-e5a6e2f8" style="display:flex;">
<input type="text" value="{{key_name}}" placeholder="请输入关键词" data-event-opts="{{[['change',[['bindKeyName',['$event']]]]]}}" bindchange="__e" class="key-input"/>
</view>
</view>
</view>
</scroll-view>
<view class="button_bottom data-v-199dac44">
<view data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" catchtap="__e" class="data-v-199dac44">重置</view>
<view data-event-opts="{{[['tap',[['sureQuery',['$event']]]]]}}" catchtap="__e" class="data-v-199dac44">确定</view>
</view>
</uni-popup>
<select-customer bind:getCustomerinfo="__e" vue-id="abc9d148-2" data-ref="customerChild" data-event-opts="{{[['^getCustomerinfo',[['getCustomerinfo']]]]}}" class="data-v-199dac44 vue-ref" bind:__l="__l"></select-customer>
</view>