crm_second_opening_mini/components/selectContract.wxml

1 line
1.8 KiB
Plaintext

<view class="data-v-29b30fb3"><uni-popup vue-id="7723de06-1" type="bottom" background-color="#fff" data-ref="popup" data-event-opts="{{[['^touchmove',[['',['$event']]]]]}}" catch:touchmove="__e" class="data-v-29b30fb3 vue-ref" bind:__l="__l" vue-slots="{{['default']}}"><view class="popup_title data-v-29b30fb3">选择合同</view><view class="searbox data-v-29b30fb3"><image class="searimg data-v-29b30fb3" src="{{BASE_IMG_URL+'ss.png'}}" mode="scaleToFill"></image><input class="{{['li_box','data-v-29b30fb3',keyword?'fontactive':'']}}" type="text" placeholder-style="color:#999;" placeholder="合同名称" data-event-opts="{{[['input',[['__set_model',['','keyword','$event',[]]],['searchName',['$event']]]]]}}" value="{{keyword}}" bindinput="__e"/></view><scroll-view class="scrollbox data-v-29b30fb3" scroll-y="{{true}}" lower-threshold="30"><block wx:for="{{contractList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['selectItem',['$0',index],[[['contractList','',index]]]]]]]}}" class="liwarp data-v-29b30fb3" bindtap="__e"><view class="warpleft data-v-29b30fb3"><view class="name data-v-29b30fb3">{{"名称:"+item.name}}</view></view><label class="radio data-v-29b30fb3"><radio value="r1" color="#03aa96" checked="{{contractObj.id==item.id}}" class="data-v-29b30fb3"></radio></label></view></block><block wx:if="{{$root.g0==0}}"><view class="noData data-v-29b30fb3">暂无更多</view></block></scroll-view><view data-event-opts="{{[['tap',[['',['$event']]]]]}}" class="btnlist data-v-29b30fb3" catchtap="__e"><view data-event-opts="{{[['tap',[['hideSelect',['$event']]]]]}}" class="btn secbtn data-v-29b30fb3" bindtap="__e">取消</view><view data-event-opts="{{[['tap',[['sureSelect',['$event']]]]]}}" class="btn firbtn data-v-29b30fb3" bindtap="__e">确定</view></view></uni-popup></view>